Once you finish a session inside your specialized environment, you may want to save your progress back to the cloud. Do use real-time syncing. Instead, follow a structured cold-backup pattern: Windows10 tao.qcow2 - Google Drive
If your goal is a persistent "cloud" Windows 10 machine, creating a VM Instance on GCP is more stable than running a local image synced to Drive.
REMOTE_PATH = "gdrive_crypt:/vms/windows10/" LOCKFILE = "vm.lock" QCOW2 = "windows10.qcow2" LOCAL_CACHE = "/tmp/windows10_vm_cache"