Explorar o código

Up the syslog verbosity in sample cron files.

Dan Helfman %!s(int64=5) %!d(string=hai) anos
pai
achega
b3fec03cf4
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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