Displaying 1 result from an estimated 1 matches for "file_to_exclude".
2008 Mar 19
2
rsync fails to exclude... sometimes?
...me to time. Is there a way to absolutely prevent rsync from copying
a specific file in a directory where every file but that one is to be
copied?
My rsync statement complete with exclude looks like this:
rsync -avz --delete --update --stats
--exclude=/library/webserver/documents/domains/mydomain/file_to_exclude.html
-e ssh my_user@nnn.nnn.nn.nnn:/Web_Files/Domains/source_of_files/
/library/webserver/documents/domains/destination_dir_of_files/
--
View this message in context: http://www.nabble.com/rsync-fails-to-exclude...-sometimes--tp16146668p16146668.html
Sent from the Samba - rsync mailing list a...