mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Exclude ~/.thunix/nobackup folder from backup
This commit is contained in:
@@ -8,6 +8,7 @@ find $BACKUPS -name "*.tgz" -mtime +3 -exec rm {} \;
|
||||
tar -cz \
|
||||
--exclude ".nobackup" \
|
||||
--exclude "nobackup" \
|
||||
--exclude ".thunix/nobackup" \
|
||||
--exclude "/home/irc/*" \
|
||||
--exclude='/home/chuck/*' \
|
||||
--exclude='/home/slip/*' \
|
||||
|
||||
Reference in New Issue
Block a user