opzione -z di rsync
Inviato: mar 20 giu 2006, 19:15
salve,
il man di rsync recita:
grazie,
M
il man di rsync recita:
ma che significa? è un metodo per comprimere i dati in fase di trasmissione e poi decomprimerli prima di memorizzarli nella dir di destinazione (in pratica si spende un pò di tempo nella compressione/decompressione ma se ne risparmia molto nei trasferimenti) oppure è un modo per creare una copia compressa?-z, --compress
With this option, rsync compresses the file data as it is sent
to the destination machine, which reduces the amount of data
being transmitted -- something that is useful over a slow con-
nection.
Note this this option typically achieves better compression
ratios that can be achieved by using a compressing remote shell
or a compressing transport because it takes advantage of the
implicit information in the matching data blocks that are not
explicitly sent over the connection.
grazie,
M