[CentOS] remote tar via ssh

Matthew Miller mattdm at mattdm.org
Sat Sep 29 04:36:27 UTC 2007


On Sat, Sep 29, 2007 at 10:02:38AM +0530, Indunil Jayasooriya wrote:
> /usr/bin/rsync -avz root at 192.168.0.22/var/spool/mail/ /var/spool/mail/

Depending on the speed of your connection and the compressibility of your
content, -z might not be a good option.

Also, if you have large files and are concerned the transaction might be
interrupted midway through, add -P to the mix.

-- 
Matthew Miller           mattdm at mattdm.org          <http://mattdm.org/>
Boston University Linux      ------>              <http://linux.bu.edu/>



More information about the CentOS mailing list