Exclude files under directory, not directory itself

This commit is contained in:
Dave Kennedy 2016-02-10 23:52:59 -07:00
parent e070cc84e9
commit 721a2f2bef

View file

@ -93,7 +93,7 @@ shift;OPTIONS="$@"
EXCLUDES="\
--exclude=.bash_history \
--exclude=dev/* \
--exclude=lost+found \
--exclude=lost+found/* \
--exclude=media/* \
--exclude=mnt/*/* \
--exclude=proc/* \