I deployed a Docker image on a Google Compute Engine virtual machine instance (see containers on compute engine). I would like to perform regular, automatic backups of this instance and it's disks.
Container-Optimized OS has limitations that do not allow to implement solutions like google-compute-snapshot which require to install system packages.
Any recommendations on how should I automate this task?