Answer the question
In order to leave comments, you need to log in
How to backup lxc by excluding some folders from VM?
Proxmox has a backup - snapshot , but you need to exclude some folders, how to do it?
Proxmox+lxc
Answer the question
In order to leave comments, you need to log in
Disks are located here by default
/var/lib/vz/images/100/disk.raw
#losetup -a
#losetup /dev/loop0 /path/to/disk.raw
#mount /dev/loop0 /mnt/
#losetup -d /dev/loop0
#umount /mnt
#losetup -aand mount
#mount /dev/loop0 /mnt
this is a snapshot, add disks, mount them in a directory and exclude these disks from backups.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question