documentation: cron examples: silence output on successful runs in cron

pull/57/head
Felix Eckhofer 2015-09-16 15:27:56 +02:00 committed by Axel Burri
parent c29f552119
commit 0e24738d65
1 changed files with 2 additions and 2 deletions

View File

@ -147,7 +147,7 @@ Retention policy:
/etc/cron.daily/btrbk:
#!/bin/sh
exec /usr/sbin/btrbk -c /etc/btrbk/btrbk-mylaptop.conf run
exec /usr/sbin/btrbk -q -c /etc/btrbk/btrbk-mylaptop.conf run
- This will create snapshots on a daily basis:
@ -227,7 +227,7 @@ regular basis:
/etc/cron.daily/btrbk:
#!/bin/sh
exec /usr/sbin/btrbk run
exec /usr/sbin/btrbk -q run
Note that you can run btrbk more than once a day, e.g. by creating the
above script in `/etc/cron.hourly/btrbk`, or by calling `sudo btrbk