Project 'riseuplabs/backupninja' was moved to 'liberate/backupninja'. Please update any links and bookmarks that may still have the old path.
WIP: Add initial restic support.
2 unresolved threads
2 unresolved threads
Compare changes
+ 11
− 5
@@ -30,19 +30,19 @@ getconf backup "yes"
@@ -30,19 +30,19 @@ getconf backup "yes"
@@ -61,11 +61,18 @@ if [[ "$backup" == "yes" ]]; then
@@ -61,11 +61,18 @@ if [[ "$backup" == "yes" ]]; then
@@ -83,7 +90,6 @@ if [[ "$backup" == "yes" ]]; then
@@ -83,7 +90,6 @@ if [[ "$backup" == "yes" ]]; then
debug "Running: restic --repo $repo --password-file $password_file backup $other_options $tag_options $exclude_options $include_options"
restic --repo $repo --password-file $password_file backup $other_options $tag_options $exclude_options $include_options