Add borgmatic check also as user file
This commit is contained in:
parent
9f235e185e
commit
5e52dc3ad8
3 changed files with 26 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
||||||
Description=Run borgmatic check %I backup timer utilizing HOME/.config/borgmatic/%I.yml file
|
Description=Run borgmatic check %I backup timer utilizing HOME/.config/borgmatic/%I.yml file
|
||||||
|
|
||||||
[Timer]
|
[Timer]
|
||||||
OnCalendar=*-*-* 20:00:00
|
OnCalendar=Mon,Thu 22:00:00
|
||||||
Persistent=false
|
Persistent=true
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=timers.target
|
WantedBy=timers.target
|
||||||
|
|
15
etc/systemd/user/borgmatic-check@.service
Normal file
15
etc/systemd/user/borgmatic-check@.service
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Run borgmatic backup check for %I utilizing HOME/.config/borgmatic/%I.yml file
|
||||||
|
OnFailure=systemd_failure_notify@%n.service
|
||||||
|
Wants=network-online.target
|
||||||
|
After=network-online.target
|
||||||
|
ConditionACPower=true
|
||||||
|
|
||||||
|
[Service]
|
||||||
|
Type=oneshot
|
||||||
|
ExecStart=borgmatic check --syslog-verbosity 1 --config %h/.config/borgmatic/%I.yml
|
||||||
|
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:%h/.bin"
|
||||||
|
Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
9
etc/systemd/user/borgmatic-check@.timer
Normal file
9
etc/systemd/user/borgmatic-check@.timer
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
[Unit]
|
||||||
|
Description=Run borgmatic check %I backup timer utilizing HOME/.config/borgmatic/%I.yml file
|
||||||
|
|
||||||
|
[Timer]
|
||||||
|
OnCalendar=Mon,Thu 22:00:00
|
||||||
|
Persistent=true
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=timers.target
|
Loading…
Reference in a new issue