On Thu, 26 Jun 2014 21:08:46 -0400 Greg Freemyer wrote: 8< snipped >8
-a Seems to be working as I expect with opensuse for both ext4 and NTFS.
Shouldn't -r work too?
Greg
Since '-a' preserves modification times (among other things,) on subsequent passes, rsync will skip copying items where the modification times match. With '-r', copies written at the target receive new (contemporaneous) modification times. rsync can only guarantee reliable copies by overwriting items when the modification times don't match. If you use the '-a' option, it will only copy those items that have actually changed (or appeared) since the last pass. hth & regards, Carl -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org