Hi Sven, > Am 15.04.2020 um 13:57 schrieb Sven Gehr <[email protected]>: > > How do I design my backup in the most sensible way? Is my concept possibly > completely crap? Are there any good documentation on how I can best set it up?
I guess, your concept isn’t that crappy and you identified the problematic parts quite well. Now it is important to address the problems in a way, that fits best for you. I would divide the concept into backup (restore things as files) and disaster recovery (make a VM or server boot again). And of course you have to make sure, your backups are consistent and restorable. For disaster recovery there is ReaR mentioned in documentation as an example. Take a look at https://docs.bareos.org/Appendix/DisasterRecoveryUsingBareos.html <https://docs.bareos.org/Appendix/DisasterRecoveryUsingBareos.html>. MariaDB as well as MySQL I would backup using mysqlhotcopy (or mysqldump, depending on your storage engine) and binary logs. Using the binary logs you are able to do a so called point in time recovery. And If that doesn’t your current restore requirement, you can create the database anew with the hotcopy or dump. Cheers, Andreas -- You received this message because you are subscribed to the Google Groups "bareos-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/58A5F369-7851-49E3-BF73-EDE59AD5D485%40community4you.de.
