浏览代码

Up the syslog verbosity in sample cron files.

Dan Helfman 5 年之前
父节点
当前提交
b3fec03cf4
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      sample/cron-alpine/borgmatic
  2. 1 1
      sample/cron/borgmatic

+ 1 - 1
sample/cron-alpine/borgmatic

@@ -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 - 1
sample/cron/borgmatic

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