mxgross / EasyBackupBundle

Kimai 2 Plugin for easier backups
MIT License
24 stars 6 forks source link

Default backuped directories are not saved anymore after changing path to mysqldump #36

Closed jaysalty closed 3 years ago

jaysalty commented 3 years ago

As I use a Synology NAS for Kimai the path to mysqldump is: /volume1/@appstore/MariaDB10/usr/local/mariadb10/bin/mysqldump

instead of the default setting: /usr/bin/mysqldump

When I changed the path in EasyBackup configurations (Kimai UI) I finally was able to backup the mysql database. The files and paths to backup didnt change, so the following files/folders should be backed up too:

Unfortunately now the created zip-file does only contain following files:

Why cant I backup all the necessary files anymore? Kimai is a great Software, but it would be useless for me, if i cant backup my files reliably. Can anybody help me?

mxgross commented 3 years ago

Hi, I think I already have fixed this issue in m development branch. I just merged in the master branch. Please execute a „git pull“ or update your sources of the plugin to the latest version.

Then go to the Kimai EasyBackup Settings and correct and save them again. Then create a backup and check it.

If something seems wrong/missing then please check the „Latest log“ in the EasyBackup main page. If there are further problems please report them here and upload your log.

Thanks, Max

jaysalty commented 3 years ago

Now everything is working fine...you made my day! Thx a lot!