Re: [Hampshire] Differential copying

Top Page

Reply to this message
Author: Martyn
Date:  
To: hampshire
Subject: Re: [Hampshire] Differential copying
> Is there a way to copy files from a to b such that they're only copied if
they don't already exist on b?
>.
>.
>.
>Cheers
>Rob


rsync does this, I use it for keeping MP3s in sync between Linux & a Windows
box (you'll need to install Cygwin on the Windows end), It can also handle
changed files, so if the file does exist on the remote end but has been
changed on the local end it can automatically update the remote file.