mercoledì 17 dicembre 2008

TAR over SSH

ssh peppe "tar cj /var/www/statistiche" | tar xvj -C .

1 commento:

  1. This one is better...

    # tar zcvf - /wwwdata | ssh root@1.2.3.4 "cat > /backup/wwwdata.tar.gz"

    RispondiElimina