Pipe a SVN Dump (or any other big file) trough an SSH tunnel

This entry was posted by on Wednesday, 24 November, 2010 at

Now this is cool:

svnadmin dump /var/oforge/svn/speedTest/  | ssh tinifax@collab.kuplen.at “cat > /tinifax/tmp/speedtest.oforge.dmp”

Streams a big file (in fact any standard out) trough an ssh tunnel to another server


Leave a Reply