system-config/playbooks/roles/borg-backup-server/files
Ian Wienand 86ed1d74dd borg-backup-server: set SHELL for verification script
In today's weird corner-case issue; when running under cron,
SHELL=/bin/sh ... which doesn't really matter (this script is run
under #!/bin/bash) *except* that "sudo -s" is obeying SHELL and
consequently the in-line script here fails under cron, but not when
run interactively.  Just set SHELL=/bin/bash for consistency.

Change-Id: Ic8584b90fea8382f7a7d294b98a0a3689bfc981b
2021-03-23 14:53:56 +11:00
..
backup-volume-monitor.sh borg-backup-server: volume space monitor 2021-02-09 11:31:02 +11:00
prune-borg-backups.sh borg-backup-server: add script for pruning borg backups 2021-02-09 11:29:46 +11:00
verify-borg-backups.sh borg-backup-server: set SHELL for verification script 2021-03-23 14:53:56 +11:00