tob
Posts: 2
Joined: Tue Jan 28, 2014 5:17 pm

automated backup station

Tue Jan 28, 2014 5:21 pm

is there a way to get the pi automatically sync some folders/partitions located on other computers?

doni49
Posts: 94
Joined: Wed Jan 23, 2013 4:59 pm

Re: automated backup station

Wed Jan 29, 2014 1:46 am

If your RasPi has SSH access to the remote computer, then I'd suggest you investigate rsync.

But it might be simpler to setup Samba on the RasPi. Then users on the remote computers will be able to access specific shares on the RasPi.

anita2r
Posts: 226
Joined: Sun Dec 23, 2012 6:55 pm
Location: Ottawa, Canada

Re: automated backup station

Thu Jan 30, 2014 12:08 am

Hi,

Also look at unison.

I use it to provide two-way synchronization - add or delete a file on either machine and the addition or deletion occurs on the other machine. Great for keeping a desktop and a laptop fully synchronized.

For other remote/server combinations I use rsync to update the 'server' end with any new or changed file on the remote machine. Deleting files on the remote machine does not delete the file on the 'server' and deleting or changing files on the 'server' does not alter the files on the local machine - at least that's how I have it setup.

Regards

anita2R

Return to “Networking and servers”