Closed osnet closed 3 years ago
Hi @osnet
Many thanks for sharing your work here. I bet plenty of people will find it very valuable.
Since we are talking about backing up the SQL database here, I tough I could mention the method I am using. The docker hosts I use run on ZFS and have the docker-zfs-plugin installed. This allows me to use zrep to snapshot the volume holding the database and send the diff to a remote standby host every 15 minutes.
i wrote a small DB backup-script, maybe one finds it useful. i am triggering it via cronjob on the dockerhost. kopano.io mentioned that backups usind mysqldump and rsync are prefered over bricklevel, i am using this aswell : )
feel free to adapt