pyznap icon indicating copy to clipboard operation
pyznap copied to clipboard

Fix send first raw snapshots

Open ddemuro opened this issue 1 year ago • 1 comments

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.

ddemuro avatar Apr 03 '23 20:04 ddemuro

Why does pyznap create the datasets manually? Why not always do nothing and let zfs recv -F create them?

principis avatar Mar 10 '24 21:03 principis