joshvickerson wrote:
I was more curious if it was possible to make a disk image that I could just deploy to my linode. It would be more convenient, in my eyes, to make a disk image that I could use to just reinstall the system as-is and everything is back, data and all.
It's possible, but if you're trying to store it remotely, backup/restore times could be significant depending on image size. It'll also involve downtime, though you can minimize that by temporarily using a second Linode, cloning the image to it, and then doing the network transfer from that while the original Linode is returned to operation. See
http://library.linode.com/migration/ssh-copy for one method for how you could make a copy of a raw disk image to be stored elsewhere. If it's not the boot device, you could do something similar from the running Linode if you can unmount the device first.
Or, if you have enough free space with your Linode, you could just duplicate the disk and keep it locally as a snapshot that you could restore, but that would only protect against messing up the main image, not a failure of the Linode itself.
Assuming you implement a finer grained backup approach to further changes, you could presumably use this as a one time disaster recovery starting point and then use the other backups to bring a restoration up to date. But if you want to take periodic full image snapshots, Linode backups will probably begin to look a lot more attractive.
-- David