Up the syslog verbosity in sample cron files.
This commit is contained in:
parent
89dccc25c3
commit
b3fec03cf4
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
# You can drop this file into /etc/cron.d/ to run borgmatic nightly.
|
||||
|
||||
0 3 * * * PATH=$PATH:/usr/bin /root/.local/bin/borgmatic
|
||||
0 3 * * * PATH=$PATH:/usr/bin /root/.local/bin/borgmatic --syslog-verbosity 1
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# You can drop this file into /etc/cron.d/ to run borgmatic nightly.
|
||||
|
||||
0 3 * * * root PATH=$PATH:/usr/local/bin /root/.local/bin/borgmatic
|
||||
0 3 * * * root PATH=$PATH:/usr/local/bin /root/.local/bin/borgmatic --syslog-verbosity 1
|
||||
|
|
Loading…
Reference in a new issue