LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what synchronizing tools exist? (https://www.linuxquestions.org/questions/linux-newbie-8/what-synchronizing-tools-exist-929683/)

xeon123 02-16-2012 06:25 AM

what synchronizing tools exist?
 
Hi,

I'm looking for a tool that could synchronize my home directory, in a way that I could replicate through several backup disks. If one day I lost my home directory, I can retrieve the latest correct state from the backup disks.

I found the rsync and the rsnapshot tool. I also found a review telling that rsync is a difficult tool to use, and if you don't be careful, you'll lose some files without noticing it.

What good tools exists beside the rsnapshot or the rsync?

acid_kewpie 02-16-2012 06:44 AM

rsync is a perfectly good option. Issues can arise if you have an "active / active" style of syncing, if if you want copies of one directory at points in time, then it will work.

celthunder 02-16-2012 07:39 AM

I use unison and a server to sync my backups

weibullguy 02-16-2012 09:58 AM

I use rsync to make snapshots of various things including my $HOME on a remote machine. I run this script as a cron job every 4 hours and each day, week, month. Of course, some things, such as the linked to script itself, I keep backed up with Subversion or git.


All times are GMT -5. The time now is 05:58 PM.