Up the syslog verbosity in sample cron files.

This commit is contained in:
Dan Helfman 2019-09-24 10:47:39 -07:00
parent 89dccc25c3
commit b3fec03cf4
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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