#!/bin/bash

tar -zcvf - /home | ssh root@vzdaleny_server tar -C /home2copy -zxf -

