Displaying 1 result from an estimated 1 matches for "excludes_fil".
Did you mean:
excludes_file
2008 Jun 10
1
rsync --delete (but not all files) question
...want
to keep the .svn directories as is, but otherwise sync the two directories
exactly, erasing files that no longer appear in the source directory.
I am also using an --exclude-from file to remove emacs (~) backup files and
such things.
I have something like:
rsync -va --delete --exclude-from=$EXCLUDES_FILE --stats /var/www/mysite
remoteDirectory
I'm not sure how to use --delete and still keep certain files / dirs (those
.svn dirs).
Any help would be appreciate.
Thanks,
GMF.
--
View this message in context: http://www.nabble.com/rsync---delete-%28but-not-all-files%29-question-tp17751838p1775...