match container version, rename backup script
This commit is contained in:
parent
368f4bb5fc
commit
edf6a13e38
@ -1,15 +1,13 @@
|
|||||||
#######
|
#
|
||||||
### openLDAP backup script parameters file
|
# openLDAP backup script parameters file
|
||||||
### version 3.2
|
# 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
|
|
||||||
|
|
||||||
|
# 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 used to encrypt backup
|
||||||
password='myPassword'
|
password='myPassword'
|
||||||
@ -17,11 +15,11 @@ password='myPassword'
|
|||||||
### encryption options
|
### encryption options
|
||||||
|
|
||||||
# encryption cipher
|
# 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
|
# openSSL installation
|
||||||
encryptionCipher='aes-256-cbc'
|
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
|
# more CPU intensive - minimum of 20000 recommended
|
||||||
encryptionIterations=25000
|
encryptionIterations=25000
|
||||||
|
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
#
|
#
|
||||||
### backup openLDAP configuration and frontend database(s)
|
# backup openLDAP configuration and frontend database(s)
|
||||||
# version 3.2
|
# version 4.0
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user