2020-12-26 15:20:23 +01:00
|
|
|
[Unit]
|
2020-12-26 16:39:43 +01:00
|
|
|
Description=pull remote backups
|
2024-01-10 11:18:38 +01:00
|
|
|
OnFailure=systemd-notifier.cymais@%n.service cleanup-failed-docker-backups.cymais.service
|
2020-12-26 15:20:23 +01:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2024-01-10 23:36:18 +01:00
|
|
|
ExecStartPre=/bin/sh -c '/usr/bin/python {{ path_system_lock_script }} {{ system_maintenance_services | join(' ') }} --ignore {{system_maintenance_backup_services| join(' ') }} --timeout "{{sytem_maintenance_lock_timeout_backup_services}}"'
|
2023-12-16 13:50:19 +01:00
|
|
|
ExecStart=/bin/sh -c '/usr/bin/bash {{docker_backup_remote_to_local_folder}}backups-remote-to-local.sh'
|