mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Run backup with least scheduling priority
This commit is contained in:
@@ -18,7 +18,7 @@ else
|
||||
find $BACKUPS -name "*tgz" ! -newer $LEVEL0 -exec rm {} \;
|
||||
fi
|
||||
|
||||
tar -cz \
|
||||
nice tar -cz \
|
||||
--exclude ".nobackup" \
|
||||
--exclude "nobackup" \
|
||||
--exclude ".thunix/nobackup" \
|
||||
|
||||
Reference in New Issue
Block a user