Need a tool to sync data between computer and external HDD in linux

1

I'm looking for a tool similar to synctoy in linux. For those who dont know what synctoy does is... its a simple syncing application that allows you to copy your data between multiple hard drives and keeps all copies in sync with the latest data. I'm specifically looking for KDE based tool if KDE based is not available then my second preference will be for gtk based app.

TusharG

Posted 2010-11-30T03:57:50.543

Reputation: 1 352

Answers

3

The standard tool for bidirectional synchronization is probably unison, which has a gtk frontend.

Ryan C. Thompson

Posted 2010-11-30T03:57:50.543

Reputation: 10 085

Will it allow me to sync data between USB harddisk and laptop? I've used unison in past but I remember it using only to sync data between multiple machines. – TusharG – 2010-11-30T07:49:37.647

Yes, you can also synchronize two directories or hard disks on your own computer. – Ryan C. Thompson – 2010-11-30T18:49:46.607

2

For anything Linux based I'd always recommend rsync. Since you prefer a graphical tool, you might enjoy the Setara graphical frontend for KDE :)

alt text

It will also tell you the commands as it runs, which I find handy if you plan to write scripts that do similar tasks in the future if the tool is not available...

alt text

Also, the good old Krsync frontend:

alt text

John T

Posted 2010-11-30T03:57:50.543

Reputation: 149 037

Thanks for the fast reply. I had to put lot of effort to install krsync however it does not work the way I expected. It seems it only does syncing in one direction. – TusharG – 2010-11-30T07:51:05.307