Hi,
today I've tried to restore a backup from one of my CT's.
After the backup was restored, I've noticed that the application could not access to its storage as I would have expected.
The storage was a folder on a ZFS volume - and after checking the container's config file, I just noticed that the mountpoint which I had configured was missing.
Here's the configuration:
After addint the mp0 manually, everything was working again, but I wonder why this parameter was missing after restore.
at the moment, I am just concerned, that none of my backups (of several containers) would restore their mountpoints - at least, when they have been added manually to the containers configuration file... ?!
Does anyone know why this might be the case and how I could prevent this from happening again?
thanks!
today I've tried to restore a backup from one of my CT's.
After the backup was restored, I've noticed that the application could not access to its storage as I would have expected.
The storage was a folder on a ZFS volume - and after checking the container's config file, I just noticed that the mountpoint which I had configured was missing.
Here's the configuration:
Code:
arch: amd64
cores: 4
features: nesting=1
hostname: emby-server
memory: 15259
mp0: /volume2/media/,mp=/volume2/media
nameserver: 192.168.52.251
...
After addint the mp0 manually, everything was working again, but I wonder why this parameter was missing after restore.
at the moment, I am just concerned, that none of my backups (of several containers) would restore their mountpoints - at least, when they have been added manually to the containers configuration file... ?!
Does anyone know why this might be the case and how I could prevent this from happening again?
thanks!