Hello everyone,
I’m running into an issue that I can’t quite wrap my head around.
I’ve been using Proxmox Backup Server (PBS) for about a week now and I’m very happy with the setup so far. I’ve already solved a few roadblocks by reading through this forum, but I couldn’t find a solution for the following problem.
I have an iSCSI LUN mounted on PBS (I know this isn’t best practice, but this is a homelab). PBS is configured as a storage target in Proxmox VE, and backing up and restoring VMs and LXCs works perfectly.
The problem is backing up mount points from unprivileged containers (all of my containers are unprivileged).
I can back up a mount point manually using something like:
proxmox-backup-client backup 158.pxar:/mnt/pve/media/images/158 \
--repository 'xxxxx'
--backup-id 'ct-158-mp0'
However, this ends up backing up the underlying .raw file. The raw file is 4 TB in size, while only about 1 TB is actually used, which makes this approach impractical.
What options do I have to efficiently back up mount points from unprivileged containers without backing up the full raw disk size?
Thanks in advance for any pointers.
I’m running into an issue that I can’t quite wrap my head around.
I’ve been using Proxmox Backup Server (PBS) for about a week now and I’m very happy with the setup so far. I’ve already solved a few roadblocks by reading through this forum, but I couldn’t find a solution for the following problem.
I have an iSCSI LUN mounted on PBS (I know this isn’t best practice, but this is a homelab). PBS is configured as a storage target in Proxmox VE, and backing up and restoring VMs and LXCs works perfectly.
The problem is backing up mount points from unprivileged containers (all of my containers are unprivileged).
I can back up a mount point manually using something like:
proxmox-backup-client backup 158.pxar:/mnt/pve/media/images/158 \
--repository 'xxxxx'
--backup-id 'ct-158-mp0'
However, this ends up backing up the underlying .raw file. The raw file is 4 TB in size, while only about 1 TB is actually used, which makes this approach impractical.
What options do I have to efficiently back up mount points from unprivileged containers without backing up the full raw disk size?
Thanks in advance for any pointers.