Re: [Hampshire] Differential copying

Etusivu

Vastaa
Lähettäjä: Martyn
Päiväys:  
Vastaanottaja: hampshire
Aihe: 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.