LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 08-24-2011, 02:29 AM   #1
k_graham
LQ Newbie
 
Registered: Jun 2009
Posts: 6

Rep: Reputation: 0
Creating a Linux Boot disk that would share the drive for backup via network to other


A Graphical linux version called RedoBackup from RedoBackup.org makes backups and is supposed to be able to find all shared disks on a network for backup.

I would like to be able to insert a CD or USB drive into other computers so the computer comes up with the drives shared so it can be backed up via network.

The issue is some copier print controllers are Linux and have no monitor or keyboard or backup method, restoring from original program disk is required but then any custom print settings, and jobs archived on controller are lost - Being able to boot with a USB or CD to a small linux version that shared the drive would allow a backup using a different computers monitor, keyboard and attached storage.

I can see where this might actually be a useful method of backing up all the workstation computers as well as Gigabit and SATA drives should be faster than USB2.

Suggestions?

Thanks,

Ken
 
Old 08-24-2011, 04:03 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
I might be misunderstanding the issue.

Almost any linux distro can boot a system and then use the network to find shares and use local storage.

I tend to use G4U on some real old computer but it is really just dd over ftp compressed. You can do that on any distro.

Almost limitless ways to boot bare metal and restore but why not use their product.


It you are thinking of booting some machine and then connecting into some other system it may or may not work. We'd have to know more about that device.
 
Old 08-25-2011, 12:10 PM   #3
k_graham
LQ Newbie
 
Registered: Jun 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jefro View Post
I might be misunderstanding the issue.

Almost any linux distro can boot a system and then use the network to find shares and use local storage.


Correct, but to find a share the other computer has to have shared the disk which isn't normally done for security reasons.

I would like to be able to pop a CD into a computer (in this case a dedicated printer RIP) so it boots and shares the disk without keyboard or monitor required.


Then using either redobackup.org or clonezilla.org software cloning software to backup that disk from another computer which will thus also backup its patches and stored settings.

In DOS terms I need the equivalent of a autoexec.bat added to a boot disk. I assume it might work better though if done in a small Linux.

Thanks

Ken Graham

Last edited by k_graham; 08-25-2011 at 12:11 PM.
 
Old 08-25-2011, 04:00 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
I get it now. You want to make a custom bootable cd or flash that has generic scripts to find and mount the drives to some nfs share or samba share. I'd look at any of the custom live cd maker and then add in some scripts at boot if you want to do it that way. Otherwise you can boot the system that has any sort of ssh or telnet open to then remote to it that way and find/setup drive to then be mounted nfs.

Might look at nc also while you are at it.
 
Old 08-26-2011, 03:46 PM   #5
k_graham
LQ Newbie
 
Registered: Jun 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by jefro View Post
I get it now. You want to make a custom bootable cd or flash that has generic scripts to find and mount the drives to some nfs share or samba share. I'd look at any of the custom live cd maker and then add in some scripts at boot if you want to do it that way. Otherwise you can boot the system that has any sort of ssh or telnet open to then remote to it that way and find/setup drive to then be mounted nfs.

Might look at nc also while you are at it.
You were right but I found out redobackup.org software doesn't appear to backup other network shares, only backs up to other network shares. Therefore it looks like I require some sort of telnet or ssh capability with either redobackup.org software or clonezilla.org software, or a different cloning software or a script that causes one of the previous to automatically find the harddrive(s) and forward clones to a IP chosen in advance.

Thanks, Ken
 
Old 08-26-2011, 04:16 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
Redo may have telnet or other default access in it. I guess you could fool with it but really all you want is to choose this before you go farther.

Choose how you want the live cd to act. The choice is boot completely on it's own and do what you want. The other choice is to boot to some linux/bsd that can then be commanded remotely. (almost all can do that default or be made to do that)
 
Old 08-26-2011, 04:28 PM   #7
ac_kumar
Member
 
Registered: Aug 2011
Distribution: Ubuntu, Fedora
Posts: 175

Rep: Reputation: 9
see fog (free open ghost) is a cloning utility onces installed in a server can take backup automaticaly when the system starts up.It use network booting method.
 
Old 08-27-2011, 11:12 AM   #8
k_graham
LQ Newbie
 
Registered: Jun 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by ac_kumar View Post
see fog (free open ghost) is a cloning utility onces installed in a server can take backup automaticaly when the system starts up.It use network booting method.
I don't see how it can work, it would require changing the BIOS settings, as these printer controllers have no monitor or keyboard they can't be changed, the install CD boots and installs, after that patches are added remotely via the print queue and settings are saved via print driver or a limited print monitoring program. When something goes wrong such as a patch being interrupted during install the only solution is to re-install from CD and reapply patches.

I figure a ghosting software will autoboot but it needs to install network drivers and whatever to telnet or ssh in as well. My initial understanding was that the cloning packages could remotely retrieve the data but that doesn't seem to be the case when a machine is booted via CD.

Thanks, Ken
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need a Distro that comes with dos utility for creating linux boot disk hamster Linux - Distributions 5 11-05-2007 09:04 PM
accessing USB drive in Redhat 9 and then creating USB boot disk Fond_of_Opensource Linux - Hardware 1 04-15-2007 07:43 AM
Creating one shared vfat drive to share with linux and windows xp on FC5 Digital Surgeon Fedora 9 01-14-2007 06:46 PM
can I backup a root disk and boot from the new backup disk linuxbkp Linux - Enterprise 3 10-15-2004 06:42 PM
Creating boot disk over the network jayakrishnan Linux - Newbie 1 03-29-2002 06:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 08:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration