mirror of
https://github.com/luzifer-ansible/duplicity-backup.git
synced 2024-11-09 14:10:00 +00:00
Be more nice to the machine
backup might take longer but machine performance isn't impaired Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
add13c25ac
commit
c88d58ac12
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
|||
cron:
|
||||
name: Duplicity Backup
|
||||
special_time: hourly
|
||||
job: /usr/local/bin/duplicity-backup -f /etc/duplicity-backup.yaml backup
|
||||
job: /usr/bin/ionice -c3 /usr/bin/nice -n19 /usr/local/bin/duplicity-backup -f /etc/duplicity-backup.yaml backup
|
||||
user: root
|
||||
cron_file: duplicity
|
||||
|
||||
|
|
Loading…
Reference in a new issue