- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can vxdump backup a directory
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-07-2007 07:12 PM
02-07-2007 07:12 PM
Can vxdump backup a directory?
For example: /usr is a file system
Can vxdump /usr/test
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 07:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 07:23 PM
02-07-2007 07:23 PM
Re: Can vxdump backup a directory
1.vxdump, rvxdump is incremental VxFS file system dump, local or across network.
2. vxdump copies to magnetic tape all files in the vxfs filesystem that have been changed after a certain date.
3. This information is derived from the files /var/adm/dumpdates and /etc/fstab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 07:28 PM
02-07-2007 07:28 PM
Re: Can vxdump backup a directory
Please see following syntax: From this it is clear that it will not copy DIr .as its a dump. it will work for File system only i.e copying files from one place to other.
/usr/sbin/vxdump [-nuwW] [-0123456789] [-f filename] [-d density] [-s size] [-T time] [-b blocksize] [-B records] filesystem
/usr/sbin/rvxdump [-nuwW] [-0123456789] [-f filename] [-d density] [-s size] [-T time] [-b blocksize] [-B records] filesystem
/usr/sbin/vxdump option [argument ...] filesystem
/usr/sbin/rvxdump option [argument ...] filesystem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 07:36 PM
02-07-2007 07:36 PM
Re: Can vxdump backup a directory
I daresay it isn't the best tool for only this limited purpose.
That's because all *dump/*restore siblings would dump (or restore from such a dump) an *entire* filesystem.
Please also note that every dump/restore is tightly connected to the very filesystem type it was written for.
So you cannot for instance ufsdump a Solaris slice or volume, and later restore it to a Linux ext3 or HP-UX/VxFS filesystem.
Nevertheless, the restore sibling of dump offers a nice interactive interface where you actually can move through the dump like in a filesystem with e.g. cd and ls, and only restore explicitly specified single files.
For backing up single files (from HP-UX) I would rather recommend using fbackup/frecover
because it saves you lot of space for the dump (compared to an vxdump), and should be faster because it has less to dump.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 10:05 PM
02-07-2007 10:05 PM
Re: Can vxdump backup a directory
Can you please assign points is replies are satisfactory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2007 10:05 PM
02-07-2007 10:05 PM
Re: Can vxdump backup a directory
Can you please assign points if replies are satisfactory.