[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Using tar and ssh to backup files across hosts



 
    
Using tar and ssh to backup files across hosts 

[siwc@igloo ~]$ tar cvf - * | ssh siwc@magrathea '( cd ~/work/ipreg; tar xvf -; tar cvf igloo-cvs.tar *; gzip igloo-cvs.tar; mv igloo-cvs.tar.gz ../igloo-cvs.tar.gz-`date +"%Y%m%d"` )'

Google