Fix backup source path
parent
4c88528ee8
commit
62f7d8b1e6
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
[Unit]
|
||||
Description=Run backup weekly
|
||||
Description=Run backup daily
|
||||
|
||||
[Timer]
|
||||
OnCalendar=weekly
|
||||
OnCalendar=daily
|
||||
Persistent=true
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Reference in New Issue