Create tar and copy to another server using tar

Just a note

Code:

tar -cvf – test | ssh -l username domain.com  “cd /home1/username && tar -xvf -“