Fixed #2 and alphabetized paths

This commit is contained in:
Dave Kennedy 2016-01-26 16:15:40 -07:00
parent 03e0134644
commit c3b036fbd2

View file

@ -79,16 +79,19 @@ shift;OPTIONS="$@"
# Excludes:
EXCLUDES="\
--exclude=.bash_history \
--exclude=dev/* \
--exclude=lost+found \
--exclude=media/* \
--exclude=mnt/*/* \
--exclude=proc/* \
--exclude=run/* \
--exclude=sys/* \
--exclude=tmp/* \
--exclude=mnt/*/* \
--exclude=usr/portage/* \
--exclude=var/lock/* \
--exclude=var/log/* \
--exclude=var/run/* \
--exclude=.bash_history \
--exclude=lost+found \
--exclude=usr/portage/*"
--exclude=var/run/*"
if [ "$TARGET" == "/" ]
then