Hi,
I was wondering if someone else has accomplished to show the progress while restore from pve-zsync,
after running the pve-zsync i then wanted to restore the backup from the disk which it sent which i run this
which it works but does not show progess i was reading the orale docs and found this but the pv does not work to show the output
Thank you
I was wondering if someone else has accomplished to show the progress while restore from pve-zsync,
after running the pve-zsync i then wanted to restore the backup from the disk which it sent which i run this
Code:
zfs send rpool/data/vm-120-disk-0 | ssh root@192.168.3.251 zfs receive rpool/data/vm-120-disk-0
which it works but does not show progess i was reading the orale docs and found this but the pv does not work to show the output
Code:
zfs send rpool/data/vm-120-disk-0 | pv |ssh root@192.168.3.251 zfs receive rpool/data/vm-120-disk-0
Thank you