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
11-20-2003 06:16 PM
11-20-2003 06:16 PM
Does "-i /" include all of the mount point would backup to tape? If /test is a NFS mount point, does it also fbackup to tape?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 06:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 06:24 PM
11-20-2003 06:24 PM
Re: fbackup
Add the '-n' option to your 'fbackup' command to enable the visit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 06:33 PM
11-20-2003 06:33 PM
Re: fbackup
If you use it, your backup speed will drop, because nfs speed is not as fast as "local" disk.
The manual on fbackup says that -n will cross nfs mount points if you want to do that.
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
11-20-2003 07:21 PM
11-20-2003 07:21 PM
Re: fbackup
To take backup for NFS mount point,
-n Cross NFS mount points. By default, fbackup does not cross NFS mount points, regardless of paths specified by the -i or -g options.
And Make sure that the ACLs are provided with proper rights.
Thanx & Regards,
Roby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2003 07:42 PM
11-20-2003 07:42 PM
Re: fbackup
Yup, the command 'fbackup -f /dev/rmt/0m -i /' will do a full system backup.
You need to use '-n' option for cross NFS mount points. See the man page of fbackup :
# man fbackup
For your reference, please check the knowledge mine with this docID : KBRC00006523 about 'Example backup/recover command for fbackup, cpio, tar'
http://itrc.hp.com/cki/bin/doc.pl/screen=ckiSearchResults?mode=id&searchString=KBRC00006523
Hope this can help you.
Best Regards,
AW