- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fbackup(1428): error in expanding output file patt...
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
03-12-2008 01:20 AM
03-12-2008 01:20 AM
fbackup(1428): error in expanding output file pattern
Can I dump / but exclude paths further down?
TIA.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 02:43 AM
03-12-2008 02:43 AM
Re: fbackup(1428): error in expanding output file pattern
What command did you use? What user are you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 02:56 AM
03-12-2008 02:56 AM
Re: fbackup(1428): error in expanding output file pattern
/usr/sbin/fbackup -f
/net/fortress/d2d2t/20080312/yyz1.root.fbackup
-0 -i / -e /tmp -e /home/FASLapp
-e /export/home/oracle -e /home/oracle8i
-e /opt -e /usr -e /var -e /stand
Further investigation shows that the following command doesn't work either. And therefore it appears to have nothing to do with the -e options:
/usr/sbin/fbackup -f
/net/fortress/d2d2t/20080312/yyz1.root.fbackup
-0 -i /
Other fbackups do work from that server to the same remote path so it doesn't appear to be a permissions thing on the NFS server.
TIA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 02:58 AM
03-12-2008 02:58 AM
Re: fbackup(1428): error in expanding output file pattern
I have just managed to replicate the error on my local server, so I am looking into the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 03:01 AM
03-12-2008 03:01 AM
Re: fbackup(1428): error in expanding output file pattern
Yes you can exclude paths down in fbackup.
But why you want to run fbackup for / ? For root FS backup i.e. system backup Ignite is the best option. But still you want to proceed with fbackup then you need to use graph file for that purpose. Graph file is used to state which path is to exclude or include.
For example
/
/home/test_user
/var
this is directory structure and you want to take fbackup of / excluding /home/test_user then prepare graph file like:
#vi test.gr
________________________
i /
e /home/test_user
________________________
Above shows content of graph file.
Where Prefix path with i you want to include in backup and e for them you want to exclude.
Then run fbackup command with -g option. like:
#fbackup
-=ShRi=-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 03:07 AM
03-12-2008 03:07 AM
SolutionMy command that worked was:-
fbackup -f
Seemed to be ok from then.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2008 03:18 AM
03-12-2008 03:18 AM
Re: fbackup(1428): error in expanding output file pattern
I'll try again and report if I get the error when the remote filesystem is available.
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 06:34 AM
03-13-2008 06:34 AM
Re: fbackup(1428): error in expanding output file pattern
1. The filename I was trying to write to on one server had a / part way though (it was meant to be the 'basename' of the filesystem being dumped. Only when dumping the root partition you get / ! This caused the system to think that it was a folder name and it couldn't find that !
2. One of the systems I was testing on didn't have nfs.client running and therefore couldn't get to the remote NFS filesystem.
Regards,
Andrew.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2008 06:36 AM
03-13-2008 06:36 AM