sublightnova
Cadet
- Joined
- Mar 26, 2023
- Messages
- 5
Replicating a dataset to an external drive. The target dataset does not show in the gui. Does not show in ZFS list but when I create a share, I can select that dataset and it does exist with the data.
zfs snapshot -r Poolsource/dataset@replication
zfs send Poolsource/dataset@replication | zfs receive -F Pooldest/pooldestination
So Pooldest/pooldestination does not show in the gui after the operation is completed and not in zfs list but am able to create a share to it.
Am I missing something on how this is supposed to work?
Latest Truenascore and updated ZFS version
zfs snapshot -r Poolsource/dataset@replication
zfs send Poolsource/dataset@replication | zfs receive -F Pooldest/pooldestination
So Pooldest/pooldestination does not show in the gui after the operation is completed and not in zfs list but am able to create a share to it.
Am I missing something on how this is supposed to work?
Latest Truenascore and updated ZFS version