-
Re: Incomplete sync
On Sun, Oct 16, 2005 at 10:45:24PM +1000, David wrote:[color=blue]
> could be an issue but I have set the vmware machines to update time
> via ntp on a regular basis and made the --modify-window=2010 so I
> thought I should be fine.[/color]
I don't see why you want timestamps to be able to differ by 33.5
minutes. Also, the time the two machines keep doesn't matter from the
perspective of rsync-copied files -- as long as you're using the --times
option (which you don't seem to have specified) and each file's time
gets saved correctly to the file system, all should be well.
[color=blue]
> 1) If I do a full sync with deletions rsync wants to delete a huge
> number of entries in the dev directory[/color]
Which probably means that you don't have your directories lined up the
way you thought. Use --dry-run (-n) and lots of -v options to see what
rsync is doing.
...wayne..
--
To unsubscribe or change options: [url]https://lists.samba.org/mailman/listinfo/rsync[/url]
Before posting, read: [url]http://www.catb.org/~esr/faqs/smart-questions.html[/url]