Fixed missing --del in backup units

This commit is contained in:
root
2019-09-18 07:40:59 -04:00
parent 1f120e0335
commit fb380d3165
2 changed files with 3 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ Type=simple
Nice=19
IOSchedulingClass=2
IOSchedulingPriority=7
ExecStart=/bin/sh -c '/usr/bin/rsync -HAax // "%I/"'
ExecStart=/bin/sh -c '/usr/bin/rsync -HAax --del // "%I/"'