I have a btrfs root mounted at /mnt/btrfs, and then I have a bind mount of /mnt/btrfs at /srv/nfs4/main. If I run something like buttersink /mnt/btrfs/snapshots it returns "No snapshots in source", despite the snapshots being there. Instead, I have to run buttersink /srv/nfs4/main/snapshots.
I have a btrfs root mounted at
/mnt/btrfs
, and then I have a bind mount of/mnt/btrfs
at/srv/nfs4/main
. If I run something likebuttersink /mnt/btrfs/snapshots
it returns "No snapshots in source", despite the snapshots being there. Instead, I have to runbuttersink /srv/nfs4/main/snapshots
.