LinuxQuestions.org
Visit Jeremy's Blog.
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 11-22-2004, 12:56 AM   #1
againstms
Member
 
Registered: Nov 2004
Location: Pretoria South Africa
Distribution: Fedora Core 2
Posts: 74

Rep: Reputation: 15
Question Backups...


I have a RH 7.3 server runnign a very coplexed MIS system and I doubt that the MIS company will upgrade soon. Currently they made a dir availabel for me to backup using my NEO 2000 30xtape library with Backup Exec 9.1 but I am sure their must be an easier way or more secure way of backing up my server and makign sure I don't loose anything?

Can someone out there give me some ideas or tips on how this shoudl be done?
 
Old 11-22-2004, 01:45 AM   #2
nixcraft
Member
 
Registered: Nov 2004
Location: BIOS
Distribution: RHEL3.0, FreeBSD 5.x, Debian 3.x, Soaris x86 v10
Posts: 379

Rep: Reputation: 30
May be you can mirror all those dir with rsync to other UNIX box. But i'm not clear from your question.. you want to take backup on another UNIX box? or Tape or what else?
 
Old 11-22-2004, 02:07 AM   #3
againstms
Member
 
Registered: Nov 2004
Location: Pretoria South Africa
Distribution: Fedora Core 2
Posts: 74

Original Poster
Rep: Reputation: 15
I woudl prefer to do backups to tape....
 
Old 11-22-2004, 10:29 AM   #4
nixcraft
Member
 
Registered: Nov 2004
Location: BIOS
Distribution: RHEL3.0, FreeBSD 5.x, Debian 3.x, Soaris x86 v10
Posts: 379

Rep: Reputation: 30
For tape backup you can use

tar
dump (full backup)
cpio

etc

Here is simple example:

assuming that your tape driver is /dev/st0
See tape drive staus:
Code:
mt -f /dev/st0 status
Rewind the tape:
Code:
mt -f /dev/st0 rewind

To backup /home/httpd dir:
Code:
tar -cvf /dev/st0 /home/httpd
To restore later:
Code:
tar -xvf /dev/st0
For more info read man pages or visit urls
How to use your tape drive under Linux :: http://nic.phys.ethz.ch/readme/80

Media rotation schem: http://www.dlttape.com/ThreeRs/Reliability/Rotation/

Hope this helps
 
  


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
backups shelbyg75 Red Hat 3 09-24-2004 05:16 PM
backups allan_y Linux - Newbie 3 07-01-2004 07:08 PM
backups firestomper41 Mandriva 3 02-29-2004 01:11 AM
backups AZDAVE Linux - General 1 11-06-2003 12:05 PM
Backups mohapi Linux - General 5 08-03-2003 09:02 PM

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

All times are GMT -5. The time now is 08:58 AM.

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