DB backup implement host and port parameter / backup path fix

This commit is contained in:
2023-02-22 20:05:34 +01:00
parent 472e490ea1
commit f53b1d381d
3 changed files with 13 additions and 6 deletions

View File

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