cd /home ; tar cvf – user | ssh remotemachine ‘cd /destination ; tar xf -‘ it will transfer all file in /home/user to remotemachine:/destination later on.. you might need
cd /home ; tar cvf – user | ssh remotemachine ‘cd /destination ; tar xf -‘ it will transfer all file in /home/user to remotemachine:/destination later on.. you might need