- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Easy fbackup question
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
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
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
тАО08-08-2005 06:29 AM
тАО08-08-2005 06:29 AM
I am backing up a filesystem using fbackup and I want to get all files, except for those ending with .tar
If I put this in the graph file will it work ok?
i /wcis/prod/output
e /wcis/prod/output/*.tar
Thanks in advance,
Tim
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 06:35 AM
тАО08-08-2005 06:35 AM
Re: Easy fbackup question
The e for exclude
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 01:35 PM
тАО08-08-2005 01:35 PM
SolutionYou can easily test this by using fbackup -f option and providing plain file name instead of tape device file.
$ /usr/sbin/fbackup -f /tmp/backup.fbackup -g graph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-08-2005 03:57 PM
тАО08-08-2005 03:57 PM
Re: Easy fbackup question
#/usr/sbin/fbackup -0i /wcis/prod/output -e /wcis/prod/output/*.tar -f
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-09-2005 02:43 AM
тАО08-09-2005 02:43 AM
Re: Easy fbackup question
Ermin - You are correct. It does not appear to work with wildcards.
Graph files contains:
i /wcis_output/prod
e /wcis_output/prod/*.tar
I get this error:
fbackup(1601): could not access -i/-e file /wcis_output/prod/*.tar
I guess I can ls *.tar the directory first and dynamically build the graph file.
Thanks
Tim