19
edits
Changes
→rsync: -r and -p are implied by -a
=== rsync ===
rsync example (run from the new HN):
rsync -arvpz avz --numeric-ids --exclude=/dev --exclude=/proc --exclude=/tmp -e ssh root@a.b.c.d:/ /vz/private/123/
'''Advantage:''' Your system doesn't really go down.