Comment Re:The best is... (Score 1) 484
Reiser4 is the killer one. My laptop can attest to it. :/
ssh user@remotehost 'psql "COPY mytable TO STDOUT"' | psql "COPY mytable FROM STDIN"
Remote device images are also win:
ssh user@remotehost 'dd if=/dev/hda1' > sdb.iso
mkdir -p/mnt/iso
mount -o loop sdb.iso/mnt/iso
ls/mnt/iso # Win!
Not to mention combining ssh tunnel with more ssh tunneling and then more ssh! Mmm, ssh. Almost as awesome as netcat. - shazow
"May your future be limited only by your dreams." -- Christa McAuliffe