Backup MySQL on Restic server
Is there a way to be able to add a backup to database as well for a mysql database ? and how can I do that ?
As well I can run the rescript in the background via cron ? or timer ? and can I run 2 in the same time ? I mean I have the folder to be backed up every hour and as well the database every hour so I need to either run them in the same time or run them one after another
Thanks.