- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Warning messages from fbackup
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
05-03-2002 01:17 AM
05-03-2002 01:17 AM
Warning messages from fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 01:31 AM
05-03-2002 01:31 AM
Re: Warning messages from fbackup
You can always redirect stderr to /dev/null if you want to suppress errors.
Anyway, this warning indicates that the file was moved *after* fbackup started and *before* it could reach the specified file. If this was a temporary file of some kind, you can probably ignore the warning.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 01:43 AM
05-03-2002 01:43 AM
Re: Warning messages from fbackup
grep -v "fbackup\(3005\)\: WARNING"
HTH,
Deepak.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 02:56 AM
05-03-2002 02:56 AM
Re: Warning messages from fbackup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 05:17 AM
05-03-2002 05:17 AM
Re: Warning messages from fbackup
Are you backing up tmp dirs ?
/tmp
/var/tmp
Is so why?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2002 05:30 AM
05-03-2002 05:30 AM
Re: Warning messages from fbackup
You can take the log after backup runs and pull out the items and save it somewhere, using that new file as the copy you look at. Do you normally have a lot of these? I get one or two with my backups. If you have enough of them that it makes looking over the results difficult, I'd have to agree with the others and say that maybe the best course would be to leave the log intact (there might be a file not backed up that you actually care about someday) and try to avoid backing up those directories where your files appear (temp locations). Just a thought.
Mark