Closed phreaker0 closed 7 months ago
Some examples:
$ ./syncoid ssd/tmp root@localhost:ssd/tmp2
INFO: Sending oldest full snapshot ssd/tmp@pre-22.04-upgrade to new target filesystem root@localhost:ssd/tmp2 (~ 113.5 GB):
$ ./syncoid ssd/tmp root@localhost:ssd/tmp2
INFO: Resuming interrupted zfs send/receive from ssd/tmp to root@localhost:ssd/tmp2 (~ 111.6 GB remaining):
Can you rebase, please? I'm guessing I merged your PRs "out of order" this morning. :)
rebased
Since #699 some information about what is replicated was lost, this PR adds it back. While at it more details are provided compared to before like src/target host.
Fixes #785