nice and ionice to restic backup

This commit is contained in:
lesion 2022-02-24 14:36:45 +01:00
parent cbe9cd6946
commit b42edb434f

View file

@ -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 %}