1
0
Fork 0

match container version, rename backup script

This commit is contained in:
Asif Bacchus 2020-09-14 16:33:55 -06:00
parent 368f4bb5fc
commit edf6a13e38
2 changed files with 13 additions and 15 deletions

View File

@ -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'

View File

@ -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
# #