- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backup using dump or vxdump on NFS filesystems
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
01-09-2002 03:31 AM
01-09-2002 03:31 AM
Backup using dump or vxdump on NFS filesystems
I have mounted a file system over nfs on my HP server. If I want to use dump to backup the file system I get an error. Does anyone know if you can use dump or vxdump to backup the nfs filesystem. Is there a patch for the dump program ?
Regards,
Johan den Boer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 03:48 AM
01-09-2002 03:48 AM
Re: Backup using dump or vxdump on NFS filesystems
You can use 'fbackup'. Adding the '-n' option allow crossing NFS mountpoints. In addtion, 'fbackup' can be used to backup remote filesystems regardless of NFS. Have a look at the man pages for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 03:48 AM
01-09-2002 03:48 AM
Re: Backup using dump or vxdump on NFS filesystems
They are not designed to process a NFS mounted filesystem.
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2002 05:50 AM
01-09-2002 05:50 AM
Re: Backup using dump or vxdump on NFS filesystems
Perhaps you can run rdump on the remote system using you HP as the destination. This assumes the remote system is a UNIX type system.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 02:26 AM
01-11-2002 02:26 AM
Re: Backup using dump or vxdump on NFS filesystems
However as Dareell mentioned you can use the r-versions (rdump/rvxdump) to *access* a remote tape device, i.e. 'back' to your local (NFS client) system.
If you also want to *invoke* this process from you local system, then you can do so with remsh(1).
I.e. on local system use remsh to run r(vx)dump on the remote (NFS server) system to backup to a tape drive on the local system.
If you absolutely need to backup over NFS, then as James mentioned you can use fbackup, but, like all NFS operations, backup over NFS will be slow.