Run backup with least scheduling priority
This commit is contained in:
parent
e13b534a1d
commit
ca4d4ff32a
|
@ -18,7 +18,7 @@ else
|
||||||
find $BACKUPS -name "*tgz" ! -newer $LEVEL0 -exec rm {} \;
|
find $BACKUPS -name "*tgz" ! -newer $LEVEL0 -exec rm {} \;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
tar -cz \
|
nice tar -cz \
|
||||||
--exclude ".nobackup" \
|
--exclude ".nobackup" \
|
||||||
--exclude "nobackup" \
|
--exclude "nobackup" \
|
||||||
--exclude ".thunix/nobackup" \
|
--exclude ".thunix/nobackup" \
|
||||||
|
|
Loading…
Reference in New Issue