Fixed referenced paths

release/full-rewrite
capntack 6 months ago
parent 30751e8c3f
commit 74e5bcc1a7

@ -2,10 +2,10 @@
+ */ + */
# Second, exclude anything from within the next section that you don't want # Second, exclude anything from within the next section that you don't want
# Then, include the dirs/paths/files you want to backup # Then, include the dirs/paths/files you want to backup
+ /home/*/bin/*** + /*/bin/***
+ /home/*/.local/bin/*** + /*/.local/bin/***
+ /home/*/*shrc + /*/*shrc
+ /home/*/*history + /*/*history
+ **/docker-compose.yml + **/docker-compose.yml
# Finally, exclude everything not explicitely included above # Finally, exclude everything not explicitely included above
- * - *
Loading…
Cancel
Save