Tagged Questions
4
votes
2answers
2k views
gzip - redirection or piping?
I will be backing up a large (750GB) disk to an external USB disk using dd.
Should I be using redirection or piping? Which is more efficient? Or is there a difference?
Also, what is the best block ...