Can someone tell me the commands so i could make a script to stop the running VM and then delete is from the command line?
I want to make something like this:
i have 2 servers:
i want to dump at 0:00 the images from server1, rsync to server2
then restore (stopped) in server 2, so in case a machine stops i can start it on the 2nd server and the down time will be 5 minutes. Can this be done or it will work by simply rsync the entire: /var/lib/vz/images/* to the 2nd server?
I want to make something like this:
i have 2 servers:
i want to dump at 0:00 the images from server1, rsync to server2
then restore (stopped) in server 2, so in case a machine stops i can start it on the 2nd server and the down time will be 5 minutes. Can this be done or it will work by simply rsync the entire: /var/lib/vz/images/* to the 2nd server?