1 Create a TAR archive:
tar -czvf website.co.il.tar.gz website.co.il
2 Securely Transferring file between a local and a remote host:
scp website.co.il.tar.gzroot@00.000.000.000:~/tmp
3 Connect to a server:
ssh root@00.000.000.000
4 Extracting the files from a tar file:
tar -xvf ~/tmp/website.co.il.tar.gz /home/domains/