Unconditionally transfer files

Matt McCutchen matt at mattmccutchen.net
Sat Jun 18 09:05:08 MDT 2011


On Sat, 2011-06-18 at 14:31 +0200, Andre Majorel wrote:
> Is there a way to make rsync unconditionally transfer files,
> i.e. create them anew even if the target already exists and is
> identical to the source ?
> 
> rsync -I looks closer but still avoids transferring the files.

Maybe "rsync -I --whole-file" is what you want?  Not sure why.

-- 
Matt



More information about the rsync mailing list