Views
From Wiki
Jump to: navigation, search

Here is how to tar up a VPS environment and copy the file to another server.

cd /vz/private/1xx/root tar cvf - . | ssh root@dc1-vps2-151 "cat > /vz/tmp/109.tar"

Personal tools