How can you copy a directory to another system with compression?
scp -r directory [email protected]:/tmp
tar cvzf - /wwwdata | ssh [email protected] "dd of=/backup/wwwdata.tar.gz"
tar -ssh [email protected] /bin/newfile
You can't compress the stream