I have an LXC container where I want to decouple the rootfs and a bind mount. I want to be able to backup, restore, and snapshot the rootfs completely separate from the bind mount. The bind mount I will then manage separately. The reasons being
* The bind mount is huge. Backups via PBS take forever as LXC doesn't have a dirty bitmap concept. Therefore I want to backup the bind mount via other means - ZFS replication.
* I want the rootfs to be able to be snapshotted and rolled back with out messing with bind mount so as to not mix the rootfs and bind mount ZFS snapshot dependencies.
Is it possible to have Proxmox mount the bind mount into the container but do none of the other management tasks with it?
* The bind mount is huge. Backups via PBS take forever as LXC doesn't have a dirty bitmap concept. Therefore I want to backup the bind mount via other means - ZFS replication.
* I want the rootfs to be able to be snapshotted and rolled back with out messing with bind mount so as to not mix the rootfs and bind mount ZFS snapshot dependencies.
Is it possible to have Proxmox mount the bind mount into the container but do none of the other management tasks with it?
Last edited: