I have a backup which includes the partition with the root fs of the server and VM images which are stored in an lvm thin pool on the server.
If I mount the backup via veeam gui or veeamconfig, the root fs and the root fs of the vm images is mounted in the same folder:
Code: Select all
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 1M 0 loop
loop1 7:1 0 47.7G 0 loop /mnt/backup
loop2 7:2 0 100G 0 loop
loop3 7:3 0 32G 0 loop
loop4 7:4 0 20G 0 loop /mnt/backup
loop5 7:5 0 20G 0 loop
loop6 7:6 0 8G 0 loop /mnt/backup
I think different file systems should not be mounted in the same folder.
The best solution in my opinion would be one sub folder per filesystem.
As a workaround I have enabled backupdisksmountfolder= and mounted the images manually to a differed folder.
But I don't think that this is the intended behaver.
Kind regads