computer-playbook/roles/backup-data-to-usb/templates/backup-data-to-usb.service.j2

11 lines
382 B
Plaintext
Raw Normal View History

[Unit]
2023-05-28 16:35:45 +02:00
Description=Backup to USB when mounted to {{ backup_to_usb_mount }}
Wants={{systemctl_mount_service_name}}
OnFailure=systemd-notifier.cymais@%n.service
[Service]
2023-05-28 16:35:45 +02:00
ExecStart=/bin/python {{ backup_to_usb_script_path }} {{backup_to_usb_source}} {{backup_to_usb_destination}}
ExecStartPost=/bin/systemctl start cleanup-backups.cymais.service
[Install]
2023-05-28 16:35:45 +02:00
WantedBy=multi-user.target