Hey there,
the UI gives me the possibility to mount datasets into a jail. But sadly this does not include child-datasets.
I want to setup a jail to run periodic restic-backups of my data. The data is aranged in a special structure, like this:
I would like to mount tank/shares and tank/services into the jail, to do backups of them. If I mount those directories the child datasets are not mounted and I would have to mount "tank/services/service1" to "tank/services/service3" all one by one. While this would be possible, it has the problem, that adding new children means I have to add them to the jail to do backups. I am really sure I will forget about this if I'll add some datasets in the future.
Isn't there a way to mount those datasets recursively?
Also It would be perfect if I could mount snapshots of those datasets. Doing read-only-mounts is ok, but this still gives the possibility that data is beeing changed during backup.
Thanks a lot!
	
		
			
		
		
	
			
			the UI gives me the possibility to mount datasets into a jail. But sadly this does not include child-datasets.
I want to setup a jail to run periodic restic-backups of my data. The data is aranged in a special structure, like this:
Code:
   pool
    │
    ├─►shares
    │   │
    │   ├─►share1
    │   │
    │   ├─►share2
    │   │
    │   └─►share3
    │
    ├─►services
    │   │
    │   ├─►service1
    │   │
    │   ├─►service2
    │   │
    │   └─►service3
    │
    └─►archive
        │
        ├─►archive1
        │
        └─►archive2
I would like to mount tank/shares and tank/services into the jail, to do backups of them. If I mount those directories the child datasets are not mounted and I would have to mount "tank/services/service1" to "tank/services/service3" all one by one. While this would be possible, it has the problem, that adding new children means I have to add them to the jail to do backups. I am really sure I will forget about this if I'll add some datasets in the future.
Isn't there a way to mount those datasets recursively?
Also It would be perfect if I could mount snapshots of those datasets. Doing read-only-mounts is ok, but this still gives the possibility that data is beeing changed during backup.
Thanks a lot!