dotfiles/.config/systemd/user/restic-backup.service

9 lines
262 B
SYSTEMD
Raw Normal View History

2019-03-04 14:17:35 +00:00
[Unit]
Description=Restic backup service
[Service]
ExecStart=restic -p $HOME/.vault/restic-password-file -r sftp:fetcher@10.0.0.101:/mnt/data/backup-targets/ --exclude-file $HOME/.vault/restic-exclude --verbose backup $HOME/
[Install]
WantedBy=default.target