0
So I'm hoping for some guidance here. What I have is a NetGear ReadyNAS 10TB connected to our subnet. Additionally I have a number of servers that serve a fairly mission critical function.
So what I need is a set-up, that can automatically take a full image of the server and then upload it to the NAS on a nightly basis. We also have a backup server that is just sitting there empty... So if one of the other servers fails for whatever reason, I want to be able to simply pull the saved image from the NAS, slap it on a USB and restore the server with minimal downtime.
I initially thought to use CloneZilla to accomplish this, but everything I've seen requires CloneZilla to run off a live CD, or a separate server... Maybe I can install CloneZilla on the NAS and instruct it to pull the images nightly with some kind of shell script? I don't know, I'm really at a loss here.
I'm not sure I'm understanding the question correctly. Perhaps the
partimage
tool is what you are looking for. It makes backup images of Linux partitions. Similar in function toGhost
. Although I'm surprised to see its main site saying ext4 partitions are not supported yet – infixed – 2016-03-31T17:12:52.860Forums discussing partimage and ext4 are discussing
CloneZilla
as an alternative. I've used partimage, but not CloneZilla – infixed – 2016-03-31T17:19:11.733Ok, some of this software looks like it might work for my purposes, however I was hoping I'd be able to do this using just the features provided by NetGear's ReadyNAS – ajax1515 – 2016-03-31T18:39:28.663
Well, isn't storing the generated images on the NAS using it? You were using
rsync
before, why notclonezilla
now? – infixed – 2016-03-31T19:43:26.620Ok, I see what you're saying, after doing a bit more reading I think that will work for my purposes. If you want to post an answer rather than a comment I'll go ahead and accept it. – ajax1515 – 2016-03-31T20:21:04.327