Files
ansible_borg_client/templates/borg_backup.service
Thomas Constans 5b57905b21 various fix
switch from cron to systemd
bypass hadoly anubis protection
2026-02-15 10:00:59 +01:00

9 lines
209 B
Desktop File

# {{ansible_managed}}
# this file was created from the role: {{ ansible_role_name }}
[Unit]
Description = do a borg backup
[Service]
Type = oneshot
ExecStart = {{ borg_script_dir }}/borg.sh create
User = root