Displaying 1 result from an estimated 1 matches for "direcotires".
Did you mean:
direcoties
2002 Apr 14
1
Exclude & --delete not working?
...The problem is, the client rsync deletes clientside
whatever is in the exclusionlist. If I read the rsync
manual page, I was under the assumption, that --delete
would continue to work on everything, that is not
being excluded int he exclusionlist on the server.
However, it seems to treat excluded direcotires as if
not existing on the server and they all get deleted on
the clientside instead of being ignored, i.e. act, as
if we used --delete-excluded and not just --delete. Or
does rsync treat directories/files, that are being
excluded serverside as if they would not exist, thus
deleting them ont he clie...