Skip to content
Snippets Groups Projects

WIP: Add initial restic support.

Closed Christopher Gervais requested to merge ergonlogic/backupninja:dev/restic into master
2 unresolved threads
+ 1
1
@@ -23,7 +23,7 @@ if [ -z $password_file ]; then
@@ -23,7 +23,7 @@ if [ -z $password_file ]; then
fatal "No password file specified."
fatal "No password file specified."
fi
fi
if [ ! -f $password_file ]; then
if [ ! -f $password_file ]; then
fatal "The specified password file does not exist."
fatal "The specified password file '$password_file' does not exist."
fi
fi
getconf backup "yes"
getconf backup "yes"
Loading