I installed Unison yesterday morning, and it is exactly what I wanted! It
took a while to index my directory and for me to type in all of the
directories and files to ignore, but now it works perfectly.
Thanks
Mike
On Tuesday 12 July 2005 08:03, Brent Frère wrote:
(As you probably know) rsynd and unison have not the
same goals: rsync
is a very efficient COPY tool, able to do it through the network,
securely (SSH, ...) and even without a service running on any side.
Unison is aimed to _synchronise_ two slightly diverging filesystems. It
propagates changes _in both directions_, so it has to face the
uncomfortable situation of files having been changed _at both sides_
since last synchronisation. In this case, it leaves the final decision
to the user, by calling a custom-made script.
If I need to _synchronise_ a laptop with a desktop, I assume I might
work on both, so update sometimes files at one side, sometimes at the
other side. Then, Unison is the answer (I used it for exactly this goal
with success). If you want to use rsync for that, you should rsync _each
time_ you change of computer: when you leave your laptop, you need to
rsync to the desktop before using it, and reversly. Not that funny...
I appreciate both, and use rsync mainly for backups, or remote recursive
secure copies. This is a typical one-way use, exactly what rsync
provides. Sadly, rsync is badly named... It should be someting as
"netdeltacopy" instead.
Yours,
Pascal Steichen a écrit :
>>I experimented it. It is powerful and reliable.
>
>THis unison looks nice, but I think that for Mike's situation a simple
>rsync would be enough, I use rsync to sync between my desktop and laptop
>and it works fine. The man is nicely written too ...
>
>--
>pst