- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: frecover -I with date?
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
09-29-2003 06:21 PM
09-29-2003 06:21 PM
frecover -I with date?
Can I include the date of the backup files in the frecover -I
Thanks in advance
Joseph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:43 PM
09-29-2003 06:43 PM
Re: frecover -I with date?
i guess u want to recover files of a particular date/ based on some date. i dont think its possible with -i option.
i have not used frecover much so i wouldnt know for sure if there is any roundabout way to do it.
HTH
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 06:50 PM
09-29-2003 06:50 PM
Re: frecover -I with date?
I want to list my backup with date using the "frecover -I" command. Any options?
Regards,
Joseph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 07:19 PM
09-29-2003 07:19 PM
Re: frecover -I with date?
# frecover -I /tmp/index -f /dev/rmt/Xm
This can also work,Use the -V option:
# frecover -V /tmp/index01 -f /dev/rmt/Xm
Now u check for the required time and date in the file /tmp/index01 on 'time and date' field by grep or else.
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 07:32 PM
09-29-2003 07:32 PM
Re: frecover -I with date?
-I index will create the index file but will not have the timestamp.i tested it here sorry i dont think u can get the date from the index file.
if u r using the graph files and taking incremental backups then the date information is stored in /var/adm/fbackupfile/dates file.this will be the -u option.
there is one more otion -V which gives u the volume header from the backup media.it does have a timestamp but not for the files i think.
aparna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 07:38 PM
09-29-2003 07:38 PM
Re: frecover -I with date?
Thanks for the immediate response. I will try your suggestion. I will come back for the points after the test.
Joseph :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2003 08:49 PM
09-29-2003 08:49 PM
Re: frecover -I with date?
Thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 03:36 PM
09-30-2003 03:36 PM
Re: frecover -I with date?
Thanks for the suggestion. I just restore the first and last file of the backup. (Oracle archive) to determine how many months of archive backup on that tape.
Joseph