Restore backup from PBS but exclude manually added mount point from pct.config

Mar 8, 2022
50
9
13
37
I am trying to restore a backup that is roughly 10GB in size however in the pct.config I manually referenced a mount point that was very large (excluded from backup). I cannot restore this backup via the GUI because it also wants to recreate the manually added mountpoint and I don't have sufficient space to restore it.

When restoring the backup I want to exclude mp0. Is it possible for me to do this via cli or can I go into my ProxMox Backup Server and edit the config file there to comment out the mp0 line so it is ignored when restoring the backup?

Code:
arch: amd64
cores: 2
features: nesting=1
hostname: storj
memory: 4096
mp0: ahsnap:vm-109-disk-0,mp=/data/storj,size=16484G
net0: name=eth0,bridge=vmbr0,hwaddr=96:44:F4:81:19:1F,ip=dhcp,type=veth
onboot: 1
ostype: debian
rootfs: local-lvm:vm-109-disk-0,size=23G
swap: 512
tags: storj
lxc.cgroup2.devices.allow: a
lxc.cap.drop:
 
Last edited: