tar cvf - source-dir/ | buffer | ssh -e none -c blowfish user@remote.host.tld "cd /dest-dir && buffer | tar xvf -"If BUFFER is not installed, simply remove it and use:
tar cvf - source-dir/ | ssh -e none -c blowfish user@remote.host.tld "cd /dest-dir | tar xvf -"instead.
No comments:
Post a Comment