Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 19th May 2012, 02:47 AM
Halfnote5 Offline
Registered User
 
Join Date: May 2012
Location: Here
Posts: 8
linuxubuntufirefox
Live ISO Backup and Restore?

Hi all!

I had asked the other day if anyone had used relinux with Fedora, and after some research I realize I may have asked the wrong question (since I've discovered that 0.3 HAS a backup option, but it appears to be on the "Will be deprecated" list).

What I want to do is create a full backup in the form of an ISO file from each of my client's (Fedora15/16) laptops, including ALL of the user data, all of the preferences and setting, and all of the downloaded content (pretty much a snapshot of the system in stasis the exact way they left it).

Then I want to be able to live-boot that ISO and/or install it on a different computer.


The computers in question get broken quickly and easily (machine shop environment) and I'd like to be able to throw a new machine in place and have it back to what it was yesterday and working (non-persistent is fine for the live image, as it can be used to operate the connected machinery temporarily until the install finishes).

I thought of using Remastersys, which would be perfect, but they use Fedora, and Remastersys is for Ubuntu. It seems there IS a way to do it with Relinux, but it seems sketchy at best, although in absence of any other options, I'll probably give it a whirl and see what happens.

However, if anyone could point me in the right direction, I'd be ever so grateful.

I don't really need a "Live CD builder" or "Spin maker" that generates a blank, custom distro, I need something that grabs user data and /home directory files, too. I basically need a "live-bootable backup".

TIA Everyone!
Reply With Quote
  #2  
Old 19th May 2012, 02:57 AM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608
linuxchrome
Re: Live ISO Backup and Restore?

I could think of a live minimal iso, which has a 2nd partition containing the tarballs of your backup.
hf
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb
Reply With Quote
  #3  
Old 19th May 2012, 08:19 AM
UndiFineD Offline
Registered User
 
Join Date: May 2012
Location: the Netherlands
Posts: 5
linuxfirefox
Re: Live ISO Backup and Restore?

I dont know how the live iso is built,
I would assume you could do something with casper,
perhaps have the installation files separate,
and simply backup the casper image differences
Reply With Quote
  #4  
Old 19th May 2012, 01:57 PM
Halfnote5 Offline
Registered User
 
Join Date: May 2012
Location: Here
Posts: 8
linuxfirefox
Re: Live ISO Backup and Restore?

Both good suggestions, but the (admittedly, VERY unique) end goal is for whenever the metal dust kills the machine running the stamper/grinder/bender, we can throw a new machine in place and have it in exactly the same condition it was the day before in less than 5 minutes.

Hence the "live-boot with ALL user settings and files" option. That way it can be run live IMMEDIATELY, and then at the end of the day we can permanently install the liveOS, which is an image from the day before.

I REALLY don't wanna switch them to another distro - they've got it set up just perfectly, but lack of Remastersys is killing us at this location - no dust hoods, no ventilation systems. They kill computers faster than I kill cookies and eggnog at Christmastime. ; )
Reply With Quote
  #5  
Old 19th May 2012, 02:01 PM
sea's Avatar
sea Offline
"Shells" (of a sub world)
 
Join Date: May 2011
Location: Helvetic Federation (Swissh)
Age: 33
Posts: 2,608
linuxchrome
Re: Live ISO Backup and Restore?

http://fedoraproject.org/wiki/How_to..._use_a_Live_CD
These are tools from fedora for fedora, so youll keep your fedora live image, just like a snapshot of your system. (without personal data).
Its a 5 minute work, 30 min wait task

The 'problematic' part, is how to add your backupdata into that iso.
__________________
Fedora Manual: http://docs.fedoraproject.org
Script-Tools: https://sourceforge.net/projects/script-tools/
sudo st tweak repo toggle fedora-rawhide ; st iso dl-fed -respin && st iso usb

Last edited by sea; 19th May 2012 at 02:06 PM.
Reply With Quote
  #6  
Old 19th May 2012, 02:21 PM
Halfnote5 Offline
Registered User
 
Join Date: May 2012
Location: Here
Posts: 8
linuxfirefox
Re: Live ISO Backup and Restore?

That's kinda the problem I'm running into with most live CD makers for Fedora - they seem to be geared toward making cutomized, but "fresh" versions of it (Sort of like going to a car dealership and picking out the features you do and do not want on your new car), rather than a backup of your exact, existing system. (Somewhat a stretch to the analogy, but in this instance, you're not going to get to keep your old seatbelts).

What remastersys does is use squashfs to create a replica image of your entire filesystem (minus, I belive /tmp and /dev and the like) and then uses a GRUB loader to fire the thing back up as a live system.

I wonder.... if I compress the whole filesystem on Fedora (every night) to a squashfs file, and then simply REPLACE one generated by Remastersys (say, on an Ubuntu system) while retaining the other files such as the loader, d'you think that might be a viable solution? Or are there caveats, such as needing to add special files directly TO the squashfs archive to enable functionality?
Reply With Quote
  #7  
Old 19th May 2012, 06:23 PM
cazo Online
Registered User
 
Join Date: Sep 2005
Location: Redneck Riviera
Posts: 333
linuxchrome
Re: Live ISO Backup and Restore?

Have you considered using a "thin client" (like http://ltsp.org) for the throw-away machine & connecting it to a remote server (where the user files are safely stored)?
Reply With Quote
  #8  
Old 19th May 2012, 08:07 PM
Halfnote5 Offline
Registered User
 
Join Date: May 2012
Location: Here
Posts: 8
linuxfirefox
Re: Live ISO Backup and Restore?

We do back up to a main server, (in fact, you've just described our current situation, except that the data has to be stored locally for the working copy) but since the serial data is accessed and stored in realtime, we can't put/use the main copy over the network, and a restore from the backup server takes about 30 minutes to copy the data when we want the previous night's copy on the machine.

It's a really good thought, but lag over the network would kill the precision of the machine, and restoring from the server takes longer than we'd like. Hence, my very unusual and particular method of wanting to do this. (Bear in mind, we can't plan when these machines are going to go out. They just kinda.... do. A little metal dust cakes on the mobo and.... >poof!< and it'd be nice to plug in a live image and go.)
Reply With Quote
  #9  
Old 20th May 2012, 12:58 AM
Doug G Offline
Registered User
 
Join Date: Jul 2005
Posts: 640
windows_7firefox
Re: Live ISO Backup and Restore?

You could probably import the iso as a virtual machine in kvm and get the iso on the air pretty quickly. I've imported dd generated iso's of a disk as a vm, and it only took about 5 minutes to have the vm booting and running.

Any windows machines also can be imported as a vm, but the process is much more involved.
__________________
======
Doug G
======
Reply With Quote
  #10  
Old 21st May 2012, 07:53 PM
UndiFineD Offline
Registered User
 
Join Date: May 2012
Location: the Netherlands
Posts: 5
linuxfirefox
Re: Live ISO Backup and Restore?

how about something like this
http://www.ruggedusb.co.uk/rugged_us...ve_reviews.php
Reply With Quote
  #11  
Old 21st May 2012, 09:25 PM
UndiFineD Offline
Registered User
 
Join Date: May 2012
Location: the Netherlands
Posts: 5
linuxfirefox
Re: Live ISO Backup and Restore?

double post
Reply With Quote
  #12  
Old 21st May 2012, 10:45 PM
robertdaleweir Offline
Registered User
 
Join Date: Oct 2005
Location: British Columbia, Canada
Posts: 402
linuxfirefox
Re: Live ISO Backup and Restore?

Quote:
Originally Posted by Halfnote5 View Post
Both good suggestions, but the (admittedly, VERY unique) end goal is for whenever the metal dust kills the machine running the stamper/grinder/bender, we can throw a new machine in place and have it in exactly the same condition it was the day before in less than 5 minutes.

Hence the "live-boot with ALL user settings and files" option. That way it can be run live IMMEDIATELY, and then at the end of the day we can permanently install the liveOS, which is an image from the day before.

I REALLY don't wanna switch them to another distro - they've got it set up just perfectly, but lack of Remastersys is killing us at this location - no dust hoods, no ventilation systems. They kill computers faster than I kill cookies and eggnog at Christmastime. ; )
Hi Halfnote5
Why do you not use an Imaging Software, such as Clonezilla. I have been backing up and restoring units for several years, and I find the results both robust and reliable. The software can be installed onto a (bootable)CD or a (bootable) USB stick. The interface fairly easy to follow.
If you want you can customize it for your own needs, as I have done. It can be used over a Network or to an External Hard Drive. I prefer the latter. YMMV. Cheers...
__________________
Robert :)
Kernel 3.8.4-102.fc17.x86_64 GNOME 3.4.2
CPU AMD 955 Quad Core
MoBo Gigabyte MA785GM-UD2H-AM3 MicroATX
Memory 8 Gigs OCZ DDR3-1333 PC-10666
Reply With Quote
Reply

Tags
backup, iso, live, restore

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
A n00bs question on Backup and Restore - Time Machine / System Restore wise (!!) padre_e Gamers' Lounge 3 25th August 2010 02:18 PM
backup restore and restore point. F.User_4_Life Using Fedora 0 12th April 2008 12:51 AM
Backup and Restore dareofficer Installation and Live Media 6 7th January 2008 08:47 PM
Backup/Restore MBR zackiv31 Using Fedora 1 8th October 2006 10:57 AM
backup and restore LenL Using Fedora 3 5th September 2006 10:11 PM


Current GMT-time: 19:58 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat