How to remove duplicate files [SOLVED]
Tom Buskey
tom at buskey.name
Wed Jan 7 08:47:25 EST 2009
On Tue, Jan 6, 2009 at 5:47 PM, Ben Scott <dragonhawk at gmail.com> wrote:
> On Tue, Jan 6, 2009 at 9:33 AM, <jkinz at kinz.org> wrote:
> > in a similar vein, anyone who uses rsync or who wants to keep
> > an exact copy of a set of files sync'ed in two (or more)
> > different places look at "unison"
>
> What makes unison better than rsync?
>
With rsync, one is the master. All destinations will be made to match the
master.
With unison, the source and destination file timestamps are compared. You
have a GUI showing which is newer and the option to copy the newer over the
older, reverse the copy or skip the file.
I use unison to sync ~/bin between home and work because I might add/change
files in either location. Unison helps me keep both ~/bin matching.
To do that with rsync, I'd have to do all my editing on the master & rsync
the other to match whenever I made a change.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.gnhlug.org/mailman/private/gnhlug-discuss/attachments/20090107/60d64c1d/attachment.html
More information about the gnhlug-discuss
mailing list