Sponsored Content
Top Forums Shell Programming and Scripting Linux backup command line or live cd?, what do you use? Post 302949630 by rbatte1 on Tuesday 14th of July 2015 05:13:43 AM
Old 07-14-2015
So I think you are after creating media that you can recover your OS from in the case of a total server loss or something catastrophic happening that prevents you booting.

There are a number of products out there.
  • AIX has mksysb built in
  • HP-UX has Ignite
  • I think Solaris has one too (can't remember the name)
...and these are generally free with the OS. Working on Linux, however, you may have to consider one of the following:-
  • If you are running as a virtual machine (VMWare etc.) there will be tools in the host to make and copy an image of your boot disk. Perhaps called a snapshot or clone.
  • Commercial software Storix, from the team who originally wrote mksysb
  • Commercial software 'Christie Clone Manager' which may provide this too.
  • Others may be available, but I haven't come across them yet.
It depends what you have available to you. Each has a different cost (money and effort/resources) to get running according to your needs. Perhaps we can guide you if we know the scenario you are considering.

I'm presuming that your business data is stored by some other method (over the network to a tape library with Networker, Legato, Tivoli, Arcserve, ...... etc.)

You may need to consider how to recover the volume group/logical volume/filesystem structure to restore with too. Be aware that you would need to ensure that your backup/recovery software would need to be included in whatever you write to your boot-media or a know process to install when you need to.


Most importantly, practice the recovery.


Kind regards,
Robin
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

linux command line admin tool

Dear All, I am new to linux administration. what is the tool that is used to admin the linux server from remote client using telnet session. It can be used on the server also but start from command line with out Xwindows. just like SMIT in AIX. With Regards, Varma. (1 Reply)
Discussion started by: jarkvarma
1 Replies

2. UNIX for Advanced & Expert Users

MYSQL command to take a backup of the database in Redhat linux 7.2

I am new to mysql database , we have a mysql database running on linux , and we use mysql database for bugzilla, so we wanted to take a backup . what is the command for taking the entire database backup from the command prompt with all options. Thanks in advance Bache Gowda (4 Replies)
Discussion started by: bache_gowda
4 Replies

3. UNIX for Dummies Questions & Answers

Integrating Linux command Line and C program..

Hi.. I am pretty new to Linux . Jus joined 2 weeks ago. My problem is I need to design a particular Application which needs to communicate the Value calclulate by a C++ program 2 another computer..I have done a bit of socket programming to acheive this(The 2 computers are connected via LAN ) ..Now... (1 Reply)
Discussion started by: aytida88
1 Replies

4. Linux

Linux System Backup Command

Hi All, Is there any command to take complete system backup (image) in Linux like mksysb command in AIX ? Regards (1 Reply)
Discussion started by: m_raheelahmed
1 Replies

5. Red Hat

Red Hat 5.5 live backup/restore

Hello, I'm trying to take a live backup of a red hat 5.5 64 bit server (with LVM). Afterwards I want to restore this backup on an empty server, so basicly I want to dublicate the server. But when I boot the server after the restore, I get stuck at "GRUB _" and changing the menu.lst-file... (7 Replies)
Discussion started by: strooma
7 Replies

6. Shell Programming and Scripting

Reading line by line from live log file using while loop and considering only those lines start from

Hi, I want to read a live log file line by line and considering those line which start from time stamp; Below code I am using, which read line but throws an exception when comparing line that does not contain error code tail -F /logs/COMMON-ERROR.log | while read myline; do... (2 Replies)
Discussion started by: ketanraut
2 Replies

7. Shell Programming and Scripting

How to process only new line of tail -f command from live log file?

Hi, I want to read a live log file line by line and considering those line which are newly added to file Below code I am using, which read line but as soon as it read new line from log file its starts processing from very first line of file. tail -F /logs/COMMON-ERROR.log | while read... (11 Replies)
Discussion started by: ketanraut
11 Replies

8. Shell Programming and Scripting

How find Linux version from command line?

Hi, I am looking to extract linux version from /etc/*-release file. I am specifically tring to avoid use of awk command here. would be great if can do done via sed or grep command. Red Hat Enterprise Linux Server release 6.5 (Tikanga) output must be 6 regards, Litu (7 Replies)
Discussion started by: Litu1988
7 Replies

9. UNIX for Beginners Questions & Answers

Basic Linux command line question

:D:D:D These are list of command i typed on opensuse terminal and evolve lots of doubt around ,that i can't answer. COMMAND 1 linux-xavv:/ # cd COMMAND 2 linux-xavv:~ # Does above command 1 and command two with red labelled sign make different meaning or same . 1 linux-xavv:/... (1 Reply)
Discussion started by: lobsang
1 Replies
BACKUP_QUIT(8)						       AFS Command Reference						    BACKUP_QUIT(8)

NAME
       backup_quit - Leaves interactive mode

SYNOPSIS
       quit [-help]

       q [-h]

DESCRIPTION
       The backup quit command exits interactive mode, returning the issuer to the regular shell prompt at which the backup or backup interactive
       command was issued to enter interactive mode. The command has no effect when issued outside interactive mode. Issuing the Ctrl-D command
       also exits interactive mode.

CAUTIONS
       To exit interactive mode, all jobs must be completed. Use the backup jobs command to list any jobs currently pending or executing, and the
       backup kill command to terminate them as necessary.

OPTIONS
       -help
	   Prints the online help for this command. All other valid options are ignored.

EXAMPLES
       The following command exits interactive mode:

	  backup> quit
	  %

PRIVILEGE REQUIRED
       None

SEE ALSO
       backup(8), backup_interactive(8), backup_jobs(8), backup_kill(8)

COPYRIGHT
       IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.

       This documentation is covered by the IBM Public License Version 1.0.  It was converted from HTML to POD by software written by Chas
       Williams and Russ Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.

OpenAFS 							    2012-03-26							    BACKUP_QUIT(8)
All times are GMT -4. The time now is 04:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy