restic isn't usable for me yet

This commit is contained in:
2020-06-11 21:20:13 +02:00
parent cbde7dc0c7
commit 28ad0db799
7 changed files with 0 additions and 108 deletions

View File

@@ -1,10 +0,0 @@
[Unit]
Description=borg backup
Before=restic-prune.service
[Service]
Type=oneshot
ExecStart=%h/.bin/restic_backup
[Install]
WantedBy=multi-user.target

View File

@@ -1,10 +0,0 @@
[Unit]
Description=restic backup
[Timer]
Persistent=true
OnCalendar=hourly
Unit=restic-backup.service
[Install]
WantedBy=timers.target

View File

@@ -1,10 +0,0 @@
[Unit]
Description=prune borg snapshots
After=restic-backup.service
[Service]
Type=oneshot
ExecStart=%h/.bin/restic_prune
[Install]
WantedBy=multi-user.target

View File

@@ -1,10 +0,0 @@
[Unit]
Description=prune restic snapshots
[Timer]
Persistent=true
OnCalendar=daily
Unit=restic-prune.service
[Install]
WantedBy=timers.target