cdbessig
Cadet
- Joined
- Apr 20, 2021
- Messages
- 3
Hello,
I have set snapshot folder visibility to yes on a data set.
I then scheduled a periodic snapshot task to run on my dataset.
I have then created a jail and mounted the dataset as a mount inside the jail.
I then fire up the jail's ssh and navigate to the .zfs/snapshot folder and cannot access the snapshots.
What would I need to do to get the snapshot folders accessible inside the jail for read only access?
I have set snapshot folder visibility to yes on a data set.
I then scheduled a periodic snapshot task to run on my dataset.
I have then created a jail and mounted the dataset as a mount inside the jail.
I then fire up the jail's ssh and navigate to the .zfs/snapshot folder and cannot access the snapshots.
Code:
root@rsnapshot:/mnt/DATA/.zfs/snapshot # ls -al ls: auto-2021-04-18_00-00: Operation not permitted ls: auto-2021-04-19_00-00: Operation not permitted ls: auto-2021-04-20_00-00: Operation not permitted total 1 dr-xr-xr-x+ 7 root wheel 7 Apr 20 00:00 . dr-xr-xr-x+ 3 root wheel 3 Apr 17 11:52 .. drwxr-xr-x 2 root wheel 2 Apr 17 11:52 rsnapshot-manual-2021-04-17_11-54 drwxr-xr-x 2 root wheel 7 Apr 17 11:56 rsnapshot-manual-2021-04-17_11-57---2
What would I need to do to get the snapshot folders accessible inside the jail for read only access?