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

8 lines
240 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-04-11 11:48:58 +02:00
ExecStart=/bin/bash -c 'RESTIC_PASSWORD=$(cat /root/restic) restic -r /backup/restic --verbose backup --exclude "/home/.*" /home'