Replace custom restic logs with runitor
This commit is contained in:
5
ansible/roles/restic/files/restic-backup.sh
Normal file
5
ansible/roles/restic/files/restic-backup.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
exec $HOME/backrest.sh --verbose backup --files-from=$HOME/restic-include.txt --exclude-file=$HOME/restic-excludes.txt
|
Reference in New Issue
Block a user