I have an LXC container with the following config running on pve-manager/7.4-15/a5d2a31e (running kernel: 5.15.102-1-pve)
I need to restore from backups but the big scary "going to wipe your mount points" makes me pause. mp0 and mp7 are bind mounts from the underlying OS and used by a bunch of things. They are not part of the backup and I really don't want to deal with them getting wiped and having to restore them.
arch: amd64
cores: 16
hostname: backups
memory: 8192
mp0: /mnt/shared/backups,mp=/shared/backups
mp7: /mnt/shared/library,mp=/shared/library
net0: bridge=vmbr0,hwaddr=DA:01:F2:83:E0:02,name=eth0,ip=dhcp,ip6=dhcp,firewall=1
onboot: 1
ostype: ubuntu
rootfs: local-zfs:subvol-107-disk-0,mountoptions=noatime,size=32G
swap: 0
unprivileged: 1
lxc.idmap: u 0 100000 5000
lxc.idmap: g 0 100000 5000
lxc.idmap: u 5000 5000 100
lxc.idmap: g 5000 5000 100
lxc.idmap: u 5100 105100 60435
lxc.idmap: g 5100 105100 60435
I need to restore from backups but the big scary "going to wipe your mount points" makes me pause. mp0 and mp7 are bind mounts from the underlying OS and used by a bunch of things. They are not part of the backup and I really don't want to deal with them getting wiped and having to restore them.