Results 1 to 4 of 4
-
08-14-2012, 04:49 PM #1Member
- Join Date
- Feb 2011
- Posts
- 300
- Thanks
- 14
- Thanked 0 Times in 0 Posts
Querying the backup and restoring it
Hi all,
querying the backups of a client node from client command line and restoring the data has always been a trouble for me.
Trying to query files with "inactive" option but couldn't see the inactive versions only active versions.
and when i restore active version, there is no data in the restore ?
Code:# dsmc q backup -inactive -subdir=yes /Test/Test1/Test2 Size Backup Date Mgmt Class A/I File ---- ----------- ---------- --- ---- 2,048 B 07/09/2012 05:42:06 STANDARD A /Test/Test1/Test2
How to query inactive backups and see the details of the backups without restore ?
Thanks in advance!
-
08-14-2012, 04:55 PM #2Senior Member
- Join Date
- Apr 2007
- Location
- Oslo, Norway
- Posts
- 241
- Thanks
- 2
- Thanked 17 Times in 17 Posts
Hi
Can you try this?
# dsmc q backup -inactive -subdir=yes /Test/Test1/Test2/*-= Trident =-
-
08-15-2012, 09:42 AM #3Member
- Join Date
- Feb 2011
- Posts
- 300
- Thanks
- 14
- Thanked 0 Times in 0 Posts
Hi Trident,
Tried below but no luck
and then tried with single quotes but same resultCode:#dsmc q backup -inactive -subdir=yes "/Test/Test1/Test2/*" ANS1092W No files matching search criteria were found
why TSM is not showing any inactive files ?Code:#dsmc q backup -inactive -subdir=yes '/Test/Test1/Test2/*' ANS1092W No files matching search criteria were found
-
08-15-2012, 11:03 AM #4Senior Member
- Join Date
- Apr 2007
- Location
- Oslo, Norway
- Posts
- 241
- Thanks
- 2
- Thanked 17 Times in 17 Posts
Hi,
If there are multiple filespaces covering same directory over time, you will have to include the filepsace name in your query.
Sample:
q file gives
/usr
/opt
/Test
/Test/Test1
Then try one of these
dsmc q backup {/Test}/Test1/Test2/* -ina -subdir=yes
dsmc q backup {/Test/Test1}/Test2/* -ina -subdir=yes-= Trident =-
Similar Threads
-
Backup STGpool - querying for progress
By bedac in forum Performance TuningReplies: 2Last Post: 09-09-2011, 04:27 AM -
Querying the data an Archive was taken
By joxers64 in forum ScriptingReplies: 0Last Post: 02-09-2011, 01:52 PM -
Querying archive location.
By tteg76 in forum Administrative ClientReplies: 3Last Post: 05-23-2007, 02:56 AM -
querying filespace.
By mohit in forum Backup / Archive DiscussionReplies: 4Last Post: 12-19-2005, 11:52 AM -
querying TSM server
By prachik in forum Backup / Archive DiscussionReplies: 0Last Post: 09-26-2003, 02:21 AM


Reply With Quote