Reduce console output in sample crontab/systemd service files. #379

Merged
witten merged 1 commits from jefferyto/borgmatic:cron-systemd-verbosity into master 2021-06-23 17:32:48 +00:00

1 Commits

Author SHA1 Message Date
Jeffery To d1c403999f
Reduce console output in sample crontab/systemd service files.
continuous-integration/drone/pr Build is failing Details
As borgmatic will log to syslog in the sample crontab/systemd service
files, this makes console output redundant. (cron will mail any console
output to the root user; systemd will log any console output to syslog.)

This adds --verbosity -1 to both files to reduce console output to the
minimum.
2021-04-13 01:40:57 +08:00