- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ignite Backup: Listing all backups
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-24-2004 05:12 PM
03-24-2004 05:12 PM
Can you tell me the way I can get a list of all the backups being done?? Which file systems / folders etc. etc.?? or How can I identify what's being backed up?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 05:19 PM
03-24-2004 05:19 PM
Re: ignite Backup: Listing all backups
/var/opt/ignite/recovery/date,time/flist,
this file will give you the list of files which have been backed up.
the date and time is the instant when the backup was created...
With best wishes
naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 06:31 PM
03-24-2004 06:31 PM
Re: ignite Backup: Listing all backups
check the following command
forward the media 1 track
#mt -t /dev/rmt/Xmn fsf 1
verify the files backedup
#tar -tvf /dev/rmt/Xmn
(Note: X is stand for ur device files like 0mn )
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 09:23 AM
03-25-2004 09:23 AM
Re: ignite Backup: Listing all backups
Suresh, the following err. msg. is recd. when executing the tar command:
# tar -tvf /dev/rmt/0m
Tar: blocksize = 4
directory checksum error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 09:32 AM
03-25-2004 09:32 AM
Re: ignite Backup: Listing all backups
You must first space forward on the tape to bypass the boot portion.
# mt -f /dev/rmt/0mn rew
# mt -f /dev/rmt/0mn fsf 1
# tar -tvf /dev/rmt/0mn > /tmp/file_list 2>&1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 09:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 10:57 AM
03-25-2004 10:57 AM
Re: ignite Backup: Listing all backups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 01:27 PM
03-25-2004 01:27 PM
Re: ignite Backup: Listing all backups
List of all the files backed up can be found in /var/opt/ignite/logs/makrec.log2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 02:23 PM
03-25-2004 02:23 PM
Re: ignite Backup: Listing all backups
I execute
make_tape_recovery -a -p /dev/rmt/0mn -x inc_entire=vg00
to archive my entire vg00 and the file list are stored in /var/opt/ignite/recovery/Time_stamp/flist.
I think you need to use the preview option to get the list of files in flist file
Thanks and Regards
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 03:28 PM
03-25-2004 03:28 PM
Re: ignite Backup: Listing all backups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 03:42 PM
03-25-2004 03:42 PM
Re: ignite Backup: Listing all backups
Then i do a make_tape_recovery -r to resume with the backup.
and ls -l on /var/opt/ignite/recovery is something like this....
total 5704
drwxr-xr-x 2 root root 1024 Mar 17 01:21 2004-03-17,00:49
drwxr-xr-x 2 root root 1024 Mar 17 01:58 2004-03-17,01:26
-rw-rw-rw- 1 root sys 2892398 Jun 19 2003 arch.include
-rw-rw-rw- 1 root sys 250 Jun 19 2003 chkrec.include
-rw-r--r-- 1 root sys 236 Mar 17 01:59 client_status
-rw-rw-rw- 1 root sys 8709 Jun 19 2003 config.recover
-rw-rw-rw- 1 root sys 7687 Jun 19 2003 config.recover.prev
-rw-r--r-- 1 root sys 857 Jun 19 2003 fstab
-r--r--r-- 1 bin bin 198 May 10 2002 group.makrec
lrwxr-xr-x 1 root sys 16 Mar 17 01:26 latest -> 2004-03-17,6
-r--r--r-- 1 bin bin 1971 Jan 24 2002 makrec.append
-r--r--r-- 1 root other 485 May 10 2002 passwd.makrec
-rw-r--r-- 1 root sys 110 Mar 17 01:26 previews
March 17 is the last date when i created my archive. To add up i don't have a file makerec.log2 in my /var/opt/ignite/logs directory.
man make_tape_recovery for more details
With Best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 03:45 PM
03-25-2004 03:45 PM