From edf6a13e3808e33681fcda484e4d1b9d17015c2b Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 14 Sep 2020 16:33:55 -0600 Subject: [PATCH] match container version, rename backup script --- ...ate => ab-openldap-backup.params.template} | 24 +++++++++---------- .../{backup.sh => ab-openldap-backup.sh} | 4 ++-- 2 files changed, 13 insertions(+), 15 deletions(-) rename ab-openldap/{backup.params.template => ab-openldap-backup.params.template} (54%) rename ab-openldap/{backup.sh => ab-openldap-backup.sh} (99%) diff --git a/ab-openldap/backup.params.template b/ab-openldap/ab-openldap-backup.params.template similarity index 54% rename from ab-openldap/backup.params.template rename to ab-openldap/ab-openldap-backup.params.template index 229bc79..3767407 100644 --- a/ab-openldap/backup.params.template +++ b/ab-openldap/ab-openldap-backup.params.template @@ -1,15 +1,13 @@ -####### -### openLDAP backup script parameters file -### version 3.2 -####### - - -### This file should be protected since it contains the password used to -### encrypt your backup files! -### recommend at least: -### chown root:root backup.parameters -### chmod 600 backup.parameters +# +# openLDAP backup script parameters file +# version 4.0 +# +# This file should be protected since it contains the password used to +# encrypt your backup files! +# recommend at least: +# chown root:root backup.parameters +# chmod 600 backup.parameters # password used to encrypt backup password='myPassword' @@ -17,11 +15,11 @@ password='myPassword' ### encryption options # encryption cipher -# use 'openssl enc --ciphers' to see which ciphers are supported by your +# use 'openssl enc --ciphers' to see which ciphers are supported by your # openSSL installation encryptionCipher='aes-256-cbc' -# number of iterations used to derive the private key, higher is better but +# number of iterations used to derive the private key, higher is better but # more CPU intensive - minimum of 20000 recommended encryptionIterations=25000 diff --git a/ab-openldap/backup.sh b/ab-openldap/ab-openldap-backup.sh similarity index 99% rename from ab-openldap/backup.sh rename to ab-openldap/ab-openldap-backup.sh index 872486d..64b36eb 100755 --- a/ab-openldap/backup.sh +++ b/ab-openldap/ab-openldap-backup.sh @@ -1,8 +1,8 @@ #!/bin/sh # -### backup openLDAP configuration and frontend database(s) -# version 3.2 +# backup openLDAP configuration and frontend database(s) +# version 4.0 #