https://bugzilla.samba.org/show_bug.cgi?id=6120
Summary: Default exclude file Product: rsync Version: 3.0.5 Platform: Other OS/Version: Linux Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: way...@samba.org ReportedBy: woop...@gmail.com QAContact: rsync...@samba.org rsync already has a mechanism for reading exclude patterns from a file, using the --exclude-from option, but it would be useful to read them from a *default* file if --exclude-from is omitted. Something like .gitignore from git. It could work something like: 1. place .rsyncignore in SRC/ with a list of excluded files/folders 2. rsync -av SRC DEST (without the need to specify --exclude-from, it would automatically use .rsyncignore) -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. -- 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