Changes

Jump to: navigation, search

Backup a running container over the network with ezvzdump

16 bytes added, 12:08, 10 September 2009
Fixed issue with "vzdump -- restore" permissions and user/group
# don't want multiple tar processes running on the remote host simultaneously.
e "Making a g-zip compresssed tar archive on remote host (this process will run in the background on the remote host)."
ssh ${REMOTE_HOST} "tar czf ${REMOTE_DIR}${VEID}.0.tar.gz --numeric-owner -C ${REMOTE_DIR}${VEID} ./ 2>/dev/null " &
fi
12
edits

Navigation menu