3

I have a backup (.tgz file) that is an openvz virtual machine. i followed this article and i setup an openvz container but how i will use my backup file?

EDIT: i found the tool ovz-web-panel (i am new to openvz :) )

pbaris
  • 131
  • 4

1 Answers1

3

To restore the machine you could use vzrestore or vzdump, the example restores it to CT 600:

vzrestore /space/backup/vzdump-123.tar 600

or

vzdump --restore /space/backup/vzdump-777.tar 600
psarossy
  • 414
  • 2
  • 10