Skip to content
Snippets Groups Projects
Commit d8857f99 authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

Merge branch 'fix_regression_in_duplicity_remove-older-than' into 'master'

Actually run duplicity remove-older-than. Fix #11345

Closes #11345

See merge request liberate/backupninja!64
parents b4a6d2d2 033b303e
Branches
Tags
No related merge requests found
...@@ -313,7 +313,7 @@ fi ...@@ -313,7 +313,7 @@ fi
if [ "$keep" != "yes" ]; then if [ "$keep" != "yes" ]; then
debug "executing duplicity remove-older-than" debug "executing duplicity remove-older-than"
debug "$nice $execstr_precmd duplicity remove-older-than $keep --force $execstr_options $execstr_serverpart" debug "$nice $execstr_precmd duplicity remove-older-than $keep --force $execstr_options $execstr_serverpart"
if [ ! $test ]; then if [ $test = 0 ]; then
export PASSPHRASE=$password export PASSPHRASE=$password
export SIGN_PASSPHRASE=$signpassword export SIGN_PASSPHRASE=$signpassword
export FTP_PASSWORD=$ftp_password export FTP_PASSWORD=$ftp_password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment