Fix backup source path

master
Quentin Duchemin 2023-03-30 18:03:42 +02:00
parent 4c88528ee8
commit 62f7d8b1e6
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ JACK settings, as persisted by D-Bus object.
You probably don't want to edit this because
it will be overwritten next time jackdbus saves.
-->
<!-- Sun Feb 19 01:45:20 2023 -->
<!-- Thu Mar 30 10:33:45 2023 -->
<jack>
<engine>
<option name="driver">alsa</option>

View File

@ -4,4 +4,4 @@ OnFailure=notify-backup-failure.service
[Service]
Type=oneshot
ExecStart=RESTIC_PASSWORD=$(cat /root/restic) restic -r /backup/restic --verbose backup --exclude '~/.*' ~
ExecStart=RESTIC_PASSWORD=$(cat /root/restic) restic -r /backup/restic --verbose backup --exclude '/home/.*' /home

View File

@ -1,8 +1,8 @@
[Unit]
Description=Run backup weekly
Description=Run backup daily
[Timer]
OnCalendar=weekly
OnCalendar=daily
Persistent=true
[Install]