The source project of this merge request has been removed.
Symmetric encryption in dup handler is broken (#11274)
Compare changes
+ 3
− 1
@@ -50,7 +50,9 @@ destdir=${destdir%/}
@@ -50,7 +50,9 @@ destdir=${destdir%/}
[ -n "$desturl" -o -n "$destdir" ] || fatal "The destination directory (destdir) must be set when desturl is not used."
[ -n "$signpassword" -a -n "$signkey" -a -n "$encryptkey" -a "$signkey" != "$encryptkey" ] || fatal "The signpassword option must be set because signkey is different from encryptkey."
[ -n "$awsaccesskeyid" -a -n "$awssecretaccesskey" ] || fatal "AWS access keys must be set for S3 backups."