<pre>tar -czpf - source_dir --exclude=/proc --exclude=/mnt | ssh user@desktop 'cat > /path/to/target/dest.tar.gz'</pre>