Gitlab Server Mantain - Hopebaytech/gitlabhq GitHub Wiki

Server Snapshot

Create snapshot

cd ~/vm-image
qemu-img snapshot -c snapshot_1 gitlab.img
qemu-img snapshot -l gitlab.img

Read snapshot

qemu-img snapshot -l gitlab.img

Delete snapshot

qemu-img snapshot -d sanpshot_1 gitlab.img

Rollback snapshot

qemu-img snapshot -a sanpshot_1 gitlab.img