DB backup implement host and port parameter / backup path fix
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Please double check Your settings
|
||||
# --------------------------------------------------------
|
||||
enabled=false #enable the script
|
||||
backup_path='/opt/backify/' # where do you want backups saved
|
||||
backup_path='/opt/backify' # where do you want backups saved, make sure it doesnt end in backslash
|
||||
www_backup=false # backup wwwroot
|
||||
www_dir='xyz' # location of wwwroot to backup
|
||||
vhost_backup=false # backup vhost configurations
|
||||
@@ -23,6 +23,8 @@ docker_volumes=false #backup docker volumes
|
||||
docker_data=false #backup container information
|
||||
db_backup=false #backup databases
|
||||
database_type=mysql #mysql or postgresql
|
||||
db_host='localhost' #hostname of mysql server
|
||||
db_port=3306 #port for db access
|
||||
db_username=user #database user
|
||||
db_password=user #database password
|
||||
db_all=false #dumps all databases if true
|
||||
|
||||
Reference in New Issue
Block a user