Difference between pages "Copy a file over the network, but packed" and "UnISOn"

From Linuxintro
(Difference between pages)
imported>ThorstenStaerk
 
imported>ThorstenStaerk
(Redirected page to UNISON)
 
Line 1: Line 1:
You want maximum speed when copying files over the network. To expedite transmission, it can be useful to compress the data before sending it because the amount of data to be transmitted gets reduced. On the other hand, when compressing, the CPU can become the bottleneck in the equation. However if you want to try it, here is a command that compresses before sending:
+
#REDIRECT [[UNISON]]
# bzip2 -kvzc COMPLETE_DATA_BACKUP_7_1 | ssh root@target "(cat >/mnt/sdb1/backup7.bz2)" &
 

Latest revision as of 19:52, 14 September 2015

Redirect to: