- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Red hat 7.2 full backup command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 12:46 AM
02-23-2006 12:46 AM
I have a red hat linix system running 7.2 .
My question is .
I want do a full backup of the system
Whitch command I have to issue to do this ?
These is the output of the df commands and here is the fstab output .
[root@linux_norcal root]# df -k
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/sda5 16895952 5596508 10441176 35% /
/dev/sda1 46668 6075 38184 14% /boot
/dev/sdb1 17488684 1571528 15028764 10% /home
none 127788 0 127788 0% /dev/shm
[root@linux_norcal root]#
[root@linux_norcal root]# more /etc/fstab
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
LABEL=/home /home ext3 defaults 1 2
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/sda2 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0
0
/dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0
[root@linux_norcal root]#
Thank you .
I really apprecite your help .
I am just starting wakinh througt Linux.
W.S
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 01:04 AM
02-23-2006 01:04 AM
SolutionI think that "tar" will help you, but before explaning this, we really need to know how you want to do this backup.
You've four solutions :
- On a tape
- To another hard drive
- Over the network
- On a CD
Give us more info please.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 01:09 AM
02-23-2006 01:09 AM
Re: Red hat 7.2 full backup command
I want do it to a tape drive .
the tape drive is st0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 01:11 AM
02-23-2006 01:11 AM
Re: Red hat 7.2 full backup command
what command I will use with the cpio and the tape drive st0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 01:43 AM
02-23-2006 01:43 AM
Re: Red hat 7.2 full backup command
#find . -print | cpio -ovcB>/dev/st0
is that is ok
how will be the restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 01:55 AM
02-23-2006 01:55 AM
Re: Red hat 7.2 full backup command
to restore
cpio -idmv << /dev/st0
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 01:59 AM
02-23-2006 01:59 AM
Re: Red hat 7.2 full backup command
So the command to copy all the system is ok ?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2006 02:23 AM
02-23-2006 02:23 AM
Re: Red hat 7.2 full backup command
Check this out:
http://www.sap-basis-abap.com/unix/how-to-backup-data-on-unix.htm
Isnt it beautiful!!
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2006 09:05 AM
02-24-2006 09:05 AM
Re: Red hat 7.2 full backup command
I'd also recommend reading chapter 11 of Nemeth et al's Unix System Administration Handboo,