Posts

Showing posts from 2012

Quick Image/Restore a Linux Installation

I have been dealing with a lot of image creation and restoration lately and that's when I came across an article to restore a backup in a certain format at one of our cloud providers. The article can be found here . Now one part of the problem was resolved i.e. restoring server backups from the cloud. The other problem started when requests started coming in to create such backups at our other providers so as to be able to restore them later. Then one fine morning the cloud provider supporting the backup mentioned suddenly drops it in favor of OVF. I then went ahead and created a simple set of commands to create a backup of a Linux installation and use the steps in the article above to restore it. A few things before I start. The backup/restore will work only for same flavor of Linux. Do not restore a Debian on a CentOS system. The kernel versions should match, due to possible better features at boot level. And here we go. Taking a backup. Login into your...