mount /var/lib/vz/dump in a lxc?

bape

New Member
Apr 19, 2025
8
1
3
I created a rclone lxc and would like to mount /var/lib/vz/dump inside the rclone lxc so I can move my backups to the cloud.

I tried adding mp0:/var/lib/vz/dump, mp=/mnt/proxmox-backups in the lxc conf and it did not work
 
Can you elaborate on that?
I get this error when trying to start the lxc

Code:
vm 105 - unable to parse value of 'mp0' - format error
mp: property is missing and it is not optional
mp: property is not defined in schema and the schema does not allow additional properties

in the lxc conf I added "mp0: /var/lib/vz/dump, mp=/mnt/proxmox-backups" in between memory and net0
 
No need to full quote. My message is right above already. I think the issue is the space here

Code:
mp0:/var/lib/vz/dump, mp=/mnt/proxmox-backups
                    ^^^
Look at the example again. You'll probably also have to play around with permissions but that is another story :)
 
Last edited: