OpenVZ Backup [message #51459] |
Sun, 15 June 2014 13:21 |
meganuke
Messages: 1 Registered: June 2014 Location: Moscow
|
Junior Member |
|
|
Hello i read scripts on openvz.org/Ploop/Backup
Quote:
vzctl snapshot $CTID --id $ID --skip-suspend --skip-config
# Perform a backup using your favorite backup tool
# (cp is just an example)
cp $VE_PRIVATE/root.hdd/* $BACKUPPATH/
# Delete (merge) the snapshot
vzctl snapshot-delete $CTID --id $ID
Why merge run after cp? Also, i can copy only root.hdd, without snapshot if snapshot already merged and deleted?
|
|
|