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
329 B
Plaintext
11 lines
329 B
Plaintext
# First, include all dirs
|
|
+ */
|
|
# Second, exclude anything from within the next section that you don't want
|
|
# Then, include the dirs/paths/files you want to backup
|
|
+ /home/*/bin/***
|
|
+ /home/*/.local/bin/***
|
|
+ /home/*/*shrc
|
|
+ /home/*/*history
|
|
+ **/docker-compose.yml
|
|
# Finally, exclude everything not explicitely included above
|
|
- * |