Linux backup command line or live cd?, what do you use?


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Linux backup command line or live cd?, what do you use?
# 1  
Old 07-11-2015
Linux backup command line or live cd?, what do you use?

Linux backup command line or live CD?, what do you use?
# 2  
Old 07-12-2015
Can you clarify what you are asking?
# 3  
Old 07-12-2015
I am using opensuse server, I want to make backup to:
/, /boot, /home folders
should i use `
acronis true image or compress theres folders by tar command?
# 4  
Old 07-13-2015
The main problem of yours, is that the command line burning utilities handle flat files only (and not folders/subfolders).
How do you plan to use the backuped DVD (is it a production or for own use only) ?
# 5  
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
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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. 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

7. 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

8. 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

9. 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
Login or Register to Ask a Question