Run backup with least scheduling priority

This commit is contained in:
Naglfar 2021-10-09 12:45:00 +02:00
parent e13b534a1d
commit ca4d4ff32a
1 changed files with 1 additions and 1 deletions

View File

@ -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" \