From b3fec03cf47f8d15fe10236bf6d97395c09db283 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 24 Sep 2019 10:47:39 -0700 Subject: [PATCH] Up the syslog verbosity in sample cron files. --- sample/cron-alpine/borgmatic | 2 +- sample/cron/borgmatic | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/cron-alpine/borgmatic b/sample/cron-alpine/borgmatic index c3c76511..bbceaaae 100644 --- a/sample/cron-alpine/borgmatic +++ b/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 diff --git a/sample/cron/borgmatic b/sample/cron/borgmatic index 609b46a2..cdee4631 100644 --- a/sample/cron/borgmatic +++ b/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