dotfiles/.config/systemd/backup.service.desk

8 lines
225 B
Plaintext
Raw Normal View History

2019-03-25 23:14:11 +01:00
[Unit]
2023-03-29 22:38:48 +02:00
Description=Back up chosto's documents
OnFailure=notify-backup-failure.service
2019-03-25 23:14:11 +01:00
[Service]
Type=oneshot
2023-03-30 18:03:42 +02:00
ExecStart=RESTIC_PASSWORD=$(cat /root/restic) restic -r /backup/restic --verbose backup --exclude '/home/.*' /home