Snapshots

Commands with examples!


See estimated size of snapshot

zfs send -Rnv athena/backup/matrix@20240920

full send of athena/backup/matrix@20240920 estimated size is 53.3G
total estimated size is 53.3G

Monitor the progress of zfs send

zfs send -R athena/backup/matrix@20240920 | pv | zfs recv -Fu alpha/backup/matrix

53.3GiB 0:07:30 [ 121MiB/s] [         <=>      ]


Revision #3
Created 20 September 2024 14:35:42 by Andre
Updated 20 September 2024 14:40:55 by Andre