From ca4d4ff32a3c4e268e2600a13b1696a89e66e8c6 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Sat, 9 Oct 2021 12:45:00 +0200 Subject: [PATCH] Run backup with least scheduling priority --- roles/shell/files/usr/local/bin/backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/shell/files/usr/local/bin/backup b/roles/shell/files/usr/local/bin/backup index afdc236..d40fd9d 100644 --- a/roles/shell/files/usr/local/bin/backup +++ b/roles/shell/files/usr/local/bin/backup @@ -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" \