Skip to content
Snippets Groups Projects

Add new restic handler

All threads resolved!
Merged Jérôme Charaoui requested to merge restic into master
All threads resolved!
3 files
+ 224
0
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 4
0
@@ -141,6 +141,10 @@ remote_command() {
@@ -141,6 +141,10 @@ remote_command() {
ssh "${BN_REMOTEUSER}@${BN_REMOTEHOST}" "$1"
ssh "${BN_REMOTEUSER}@${BN_REMOTEHOST}" "$1"
}
}
 
remote_background_command() {
 
ssh -f "${BN_REMOTEUSER}@${BN_REMOTEHOST}" "$1"
 
}
 
# remove backup test artifacts
# remove backup test artifacts
cleanup_backups() {
cleanup_backups() {
for c in "$@"; do
for c in "$@"; do
Loading