Browse Source

nice and ionice to restic backup

lesion 2 years ago
parent
commit
b42edb434f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      roles/stable/restic/templates/restic-backup.service.j2

+ 4 - 0
roles/stable/restic/templates/restic-backup.service.j2

@@ -7,6 +7,10 @@ User={{ restic_user }}
 
 CPUQuota={{ 25 * ansible_processor_vcpus }}%
 
+Nice=19
+IOSchedulingClass=best-effort
+IOSchedulingPriority=7
+
 {% if restic_ssh_enabled %}
 Environment="RESTIC_REPOSITORY=sftp:{{ restic_ssh_host }}:{{ restic_repository_name }}"
 {% else %}