- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: backup of file system using dd
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
Discussions
Discussions
Discussions
Forums
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
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
тАО01-28-2004 04:16 PM
тАО01-28-2004 04:16 PM
Thanks in advance
Paresh Kalathia
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 05:05 PM
тАО01-28-2004 05:05 PM
Re: backup of file system using dd
I don't think its advisable because its difficult to restore files. At least more difficult than a Data Protector or fbackup file restore.
My two cents
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 05:18 PM
тАО01-28-2004 05:18 PM
Re: backup of file system using dd
Best regards,
Bala
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 05:46 PM
тАО01-28-2004 05:46 PM
Re: backup of file system using dd
I will not use dd for routine backup, but use it for only ad hoc system maintenance purpose. For example, sometimes I will backup the disks on which oracle data exists before I need to apply patch on the database.
Copy from disk to backup disk,
# dd if=/dev/rdsk/source_disk of=/dev/rdsk/target_disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 06:39 PM
тАО01-28-2004 06:39 PM
Re: backup of file system using dd
you have use /filesystem name as the i/p.
my advise is to usr gnu tar rather than using dd for high volume backup, since it can support high volume backup and faster also
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 06:40 PM
тАО01-28-2004 06:40 PM
Re: backup of file system using dd
I ma trying to do storage migration.
both the storages are connected to same sever by fibre link.
I have one very big filesystem of 30 GB and there are more than 3,00,000 files.
I have omniback 4.0 which has limitation of listing 65000 files in gui and even for that it takes very long time.
What is the suggested way to transfer? dd, fbackup or any other suggested way to transfer this file system safely and fast.
Thanks in advance
Paresh Kalathia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 06:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 07:12 PM
тАО01-28-2004 07:12 PM
Re: backup of file system using dd
I would appriaciate if you will give me script for all three ways
After unmounting file system do i need to use /dev/vgname/lvol or /dev/vgname/rlvol in input file and output file? and what block size should I give if I use dd?
Paresh Kalathia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 07:29 PM
тАО01-28-2004 07:29 PM
Re: backup of file system using dd
I suggest:
fbackup -i /dir1 -f - | (cd /dir2; frecover -Xrf -)
to do the copy. Forget about dd. There are to many uncertainties.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 07:31 PM
тАО01-28-2004 07:31 PM
Re: backup of file system using dd
http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1075365000692+28353475&threadId=381326
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-28-2004 07:38 PM
тАО01-28-2004 07:38 PM