You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
2 years ago
|
# manifest-template.conf
|
||
|
|
||
|
# First, include all dirs
|
||
|
+ */
|
||
|
# Then, include the dirs/paths/files you want to backup
|
||
|
+ /file.name
|
||
|
+ /*wildcard.possible
|
||
|
+ /Sample-Directory/***
|
||
|
+ /some/deep/directory/oh/yeah/
|
||
|
# Finally, exclude everything not explicitely included above
|
||
|
- *
|