I was trying to create an Ansible automation to recreate my media server VM on proxmox. In order to so, I was attaching the external hard disk, mounted on /mnt/pve/diskname, as a disk to this new vm. But the problem is, I don’t get the partitions that I was using on this hard disk. There wasn’t a loss of important data, but I would really want to have a way to backup this disk data so that I can recreate the VM on a whim.
Currently, all I can think of is running a cron job with rsync to an s3 bucket. But I don’t know if that is the best way to do this.
Currently, all I can think of is running a cron job with rsync to an s3 bucket. But I don’t know if that is the best way to do this.