Finished backup to swappable implementation

This commit is contained in:
2023-05-02 17:58:16 +02:00
parent 8c04fe88ed
commit 39c7a735a6
17 changed files with 26 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
[Unit]
Description=delete old backups
OnFailure=systemd-email@%n.service
[Service]
Type=oneshot
ExecStart=/usr/bin/python {{docker_backups_cleanup}}backups-cleanup.py --backups-folder-path {{backups_folder_path}} --maximum-backup-size-percent {{size_percent_maximum_backup}}