Currently you can back up the MariaDB and NGINX/WP PVs by taking snapshots in GCloud and call it a day. But this would cost you the storage for the snapshots.
Either use the cloud provider to automate snapshotting of volumes or create some kind of Job or other resource which automatically does file-level backup of the DB and /var/www/html.
Currently you can back up the MariaDB and NGINX/WP PVs by taking snapshots in GCloud and call it a day. But this would cost you the storage for the snapshots.
Either use the cloud provider to automate snapshotting of volumes or create some kind of Job or other resource which automatically does file-level backup of the DB and
/var/www/html
.