Results 1 to 2 of 2
-
11-19-2012, 05:50 PM #1Newcomer
- Join Date
- Sep 2012
- Posts
- 2
- Thanks
- 1
- Thanked 0 Times in 0 Posts
Finding oldest file in an archive.
hi
I am trying to figure out the oldest file in an archive.
When I try
dsmc retr -pick /directory/path/
I see only archive date.
So, what I tried is restoring all files one-by-one and checking date time stamp on files.
What is confusing me is that
dsmc query archive /directory/path returns 333 files but if I do a
select NODE_NAME,ARCHIVE_DATE,CLASS_NAME,FILESPACE_NAME,D ESCRIPTION from ARCHIVES where NODE_NAME='NODE' ORDER BY ARCHIVE_DATE
and grep by date for date when /directory/path was archived, I get more results.
Is there a way to query oldest file in an archive without restoring the archive?
-
11-20-2012, 06:53 AM #2Member
- Join Date
- Dec 2009
- Location
- Brno
- Posts
- 91
- Thanks
- 1
- Thanked 18 Times in 17 Posts
In GUI you see creation/last modification date
Similar Threads
-
finding a file when you don't know where it is??
By janichols6 in forum Restore / Recovery DiscussionReplies: 4Last Post: 10-21-2008, 04:05 PM -
Finding Specific Tape That A File Is On
By buster99 in forum Backup / Archive DiscussionReplies: 4Last Post: 06-05-2008, 05:31 PM -
oldest file in primary disk storage pool
By influx in forum ScriptingReplies: 3Last Post: 03-21-2008, 07:06 PM -
Finding a file
By feedmetwinkies in forum TSM Reporting & MonitoringReplies: 4Last Post: 02-23-2008, 02:00 AM -
Script to list only the oldest file for a given node name in a disk pool
By ramseydc in forum ScriptingReplies: 2Last Post: 12-19-2006, 03:28 PM


Reply With Quote
