Determine time backups kept on Disk
I have a small environment with a disc array and a tape drive. It seems as if the backups are not going to disk before tape. I think the disc is continually getting full. Is there a way to determine how long a backup is being stored on Disc before it moves to tape?
Thanks,
Mike
No option to tell if the disk stu contain 7 days directly.
A DSSU will keep so many backup images on disc as space allow. Once the disk is full it will delete the oldest backup images already staged to tape (this is what high and low watermark is used for). More details in the tech notes Marianne and I referred earlier.
if you want to retain more days on disk either reduce load or increase disk space.
Find the the oldes files in the F:\bkp1-arraybackup and convert the epoch epoch time to human time by
# bpdbm -ctime 1166000000
1166000000 = Wed Dec 13 02:53:20 2006Source : http://www.symantec.com/docs/TECH11522
That how long the dssu can retain youre backups.