Exclude ~/.thunix/nobackup folder from backup

This commit is contained in:
Blade of Darkness 2021-03-28 16:41:53 +02:00
parent b4645d358e
commit 28a765a339
1 changed files with 1 additions and 0 deletions

View File

@ -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/*' \