Updated rsync manifest to exclude from within an include

main
capntack 7 months ago
parent a529aad97d
commit 3e057f7576

@ -1,5 +1,7 @@
# First, include all dirs # First, include all dirs
+ */ + */
# Second, exclude anything from within the next section that you don't want
- /Sample-Directory/some/unwanted/dir/***
# Then, include the dirs/paths/files you want to backup # Then, include the dirs/paths/files you want to backup
+ /file.name + /file.name
+ /*wildcard.possible + /*wildcard.possible

Loading…
Cancel
Save