5 ms·
This is actually much better because nbdcopy can handle sparse files, you can set the number of connections and threads to number of cores, you can force a flus
by throwawaaarrgh 3y ago
This is actually much better because nbdcopy can handle sparse files, you can set the number of connections and threads to number of cores, you can force a flush before exit, and enable a progress bar. For unencrypted drives it also supports TLS.
- verticalscaler 3y agoIf you really want a progress bar chuck in a 'pv' somewhere into the command posted at the top of the thread.
- rwmj 3y agoOr add nbdcopy -p option :-)
- brokenmachine 3y agoAnd "dd conv=sparse" to fix the other problem.