- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- dump on ext3 system
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
07-11-2004 07:51 PM
07-11-2004 07:51 PM
dump on ext3 system
I have a Linux Red Hat 7.2 system. But I create each partition as ext3 file system. Is it possible for me to use dump to backup each partition? if can not any other command or tool to backup partition?
Thanks & Regards!
Yu Ting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 08:15 PM
07-11-2004 08:15 PM
Re: dump on ext3 system
You have a lot of backup utilitis:
Amanda,arkeia or using tarballs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 08:16 PM
07-11-2004 08:16 PM
Re: dump on ext3 system
We can use the dump to backup.
check here at,
http://sourceforge.net/projects/dump/
We have to use output medium as like tape to get that backup. It is same when all file systems are ext2 ( except /dev/shm ).
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 08:36 PM
07-11-2004 08:36 PM
Re: dump on ext3 system
Thanks & Regards!
Yu Ting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2004 09:11 PM
07-11-2004 09:11 PM
Re: dump on ext3 system
what is ur dump version (/sbin/dump). I hope it is very old one. version 0.4b36 supports ext2/ext3 file systems.
Check here. It will give the details.
http://sourceforge.net/forum/forum.php?forum_id=369982
Regards,
Muthukumar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-15-2004 09:30 PM
07-15-2004 09:30 PM
Re: dump on ext3 system
I tried it. It's not successful.
Thanks & Regards!
Yu Ting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2004 01:43 AM
07-16-2004 01:43 AM
Re: dump on ext3 system
It appears that Red Hat 7.2 does not fully
support ext3, if they don't include and updated
dump package. Check the upgrades site.
Due to kernel caching of data , dump is not
recommended for backups on Linux.
I would suggest you look a PAX which outputs
both tar and cpio format backups. You could
also look at using tar or cpio. These three
tools read the files rather than the disk so
bypass the kernel caching problem. The
disadvantage is either the access or inode
timestamps are changed.
You can avoid this if you don't track access
access times. This can be turned off only during the backups using the remount option
of mount.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 01:48 PM
07-18-2004 01:48 PM
Re: dump on ext3 system
Thanks & Regards!
Yu Ting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 06:44 AM
07-21-2004 06:44 AM
Re: dump on ext3 system
tar -cvjf
Get the bunzipped file, ( a effective compress of archieved files ). Then write it to your backup tape drive.
You can unarchieve as,
tar -xvjf
Or use gunzip with tar as,
tar -cvzf and tar -xvzf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2004 05:28 PM
07-21-2004 05:28 PM
Re: dump on ext3 system
It's not working for root partition.
Now I can confirm that dump on ext3 file system is not supported on Linux Red Hat 7.2 so I have to change my way to find other solution though I am used to dump/restore commands and think they are better than tar, cpio.... My case is that there is no tape drive connecting to my Linux server and I have to consider backup my Linux server's each partition to each file and then remote copy to another computer's hard disk to save it.
Thanks & Regards!
Yu Ting