pyznap
pyznap copied to clipboard
Fix send first raw snapshots
If the source dataset is encrypted, we cannot use create dest since It'll complain the source won't match destination. The best solution I found is to do nothing, this seems to works as expected since I just moved over 30 datasets.
Why does pyznap create the datasets manually? Why not always do nothing and let zfs recv -F
create them?