backups: do backup rotation ourselves instead of relying on zfs-auto-snapshot

This commit is contained in:
Franzi 2022-01-05 09:53:18 +01:00
parent b6eb12ed90
commit c9054a243a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
7 changed files with 169 additions and 13 deletions

View file

@ -0,0 +1,3 @@
% for username, nodename in sorted(clients.items()):
${username} ALL=NOPASSWD:/usr/local/bin/rotate-single-backup-client ${nodename}
% endfor