On Fri, May 13, 2005 at 09:13:42AM -0400, Mike Zupan wrote:
> rsync -avv --delete --force domain.com::w1/ /w1/
>
> It will NOT delete anything that is no on the server anymore.
I can't duplicate that. What version of rsync is running on each
machine? Did you simplify/change the command you quot
On Fri 13 May 2005, Mike Zupan wrote:
> I have a bit of an issue with rsync. I am using to keep directories in
> sync via another server for backup.
>
> Here is the server config
> [w1]
> path = /w1
> comment = w1 web dir
> [w2]
> path = /w2
> comment = w2 web dir
>
> Now on the client i run thi