On Tue 07 Jan 2014, Ashley M. Kirchner wrote: > > My issue is with the --delete part. While I want the procedure to delete > extraneous files from the LIVE server when they are removed from the DEV > one, there are a few files on LIVE that do not and will never exist on the > DEV server, however they are required on the LIVE one. Is there a way to > have rsync NOT delete those? Is there an equivalent exclude option for the
rsync will not touch files that have been --exclude'ed; unless you also specify --delete-excluded . So just specify those LIVE-only files in your exclude list. Paul -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html