Generally "zfs send | zfs receive" works very well. But when we transfer several datasets from one pool to the other only the first mountpoint is set as expected:
Using:
zfs send -R zDataStorage8Backup/datasetShares@auto-20211027-050000 | zfs receive -Fd zDataStorage8
creates correct...
Hi,
I have a script that runs every night and basically does the following (with some logging around it and some checks to see, if some older snapshots exist)
zfs snapshot -r $snapshot_today
zfs send -R -i $snapshot_yesterday $snapshot_today | zfs recv -Fdu $destination
The backup works, if...
Hey everyone! I am pretty new to learning some of the cool things zfs can do, and I find after much research I am still having serious troubles with my backup method I am attempting to do. Right now I have a zfs pool with multiple subvolumes, and my idea is to take a snapshot of that pool with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.