ansible-edda/playbooks/filesystem/yggdrasil/etc/systemd/system/restic-service-data.service.j2

11 lines
391 B
Django/Jinja

[Unit]
Description=Backup service data snapshots using restic
Documentation=man:restic(8)
[Service]
Type=oneshot
Environment=TZ=UTC
Environment=RESTIC_CACHE_DIR=/var/cache/restic
EnvironmentFile=/etc/scaleway.keys
ExecStart=/usr/local/sbin/restic-service-data --password-file /etc/restic.password --data-root /var/lib/{{ ansible_hostname }}/data --bucket-endpoint {{ scw_bucket_endpoint }}