[SOLVED] Snapshot for root dataset empty since 6.0

ca_maer

Well-Known Member
Dec 5, 2017
181
14
58
45
Hello,

We backup some folders on our hypervisor by doing a snapshot of the root dataset
Code:
zfs snapshot rpool/ROOT/pve-1@borg
We could then backup the folder
Code:
/.zfs/snapshot/borg/
which contained all of our files.

The issue is that since version 6.0 this snapshot folder is now empty so I was wondering if there is another place I should check ?

Thanks
 
Hi,
this bug report might be relevant for you. As a workaround you should be able to mount the snapshot (read-only) with
Code:
mount -t zfs rpool/ROOT/pve-1@borg /path/to/mount/point