In my PVE environment, I have either a Debian virtual machine or a Debian LXC container—both with roughly the same storage capacity, say, 20GB.
I would like to perform backups every six hours, and I have a dedicated PBS server available.
My question is: Should I set up a Debian virtual machine, or opt for a Debian LXC container? Which option generates the least amount of disk read/write activity during the backup process?
My core requirement is this: The backup process absolutely cannot involve a full read and write of the entire dataset every single time, as that would drastically increase the overall disk I/O load.
I would like to perform backups every six hours, and I have a dedicated PBS server available.
My question is: Should I set up a Debian virtual machine, or opt for a Debian LXC container? Which option generates the least amount of disk read/write activity during the backup process?
My core requirement is this: The backup process absolutely cannot involve a full read and write of the entire dataset every single time, as that would drastically increase the overall disk I/O load.