mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Exclude files under directory, not directory itself
This commit is contained in:
parent
e070cc84e9
commit
721a2f2bef
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ shift;OPTIONS="$@"
|
|||
EXCLUDES="\
|
||||
--exclude=.bash_history \
|
||||
--exclude=dev/* \
|
||||
--exclude=lost+found \
|
||||
--exclude=lost+found/* \
|
||||
--exclude=media/* \
|
||||
--exclude=mnt/*/* \
|
||||
--exclude=proc/* \
|
||||
|
|
Loading…
Reference in a new issue