sudo apt-get install openssh-server
tar -cvf - /bin /etc /lib /linuxrc /sbin /tmp /usr /var | ssh user@192.168.1.181 'cat > bullet2.tar'
tar -cvf - /* | ssh user@192.168.1.181 'cat > bullet2.tar'however, that gets hung up on /proc/kcore, so you explicitely have to exclude /proc/.