In the past I used a policy which looked for changed files ( File has been changed ) and directory changes ( File/Dir has been added or deleted ) and used this for a improved DSMC ( parallel dsmc which was pretty fast ) to backup my GPFS .

I had also the problem to find out which files and sub directories had been deleted - The main idea was to get all directories which had been changed and compare the directory listing with was known by TSM. What was missing on my list had to be expired on the TSM server. In your case you would get the file/directory which has been deleted.

I must admit that my TSM SQL query were not good enough to solve the quest(*) but maybe yours are better.

hth

Hajo

(*) To expire the files on the server a single dsmc incremental process was running

"Simon Thompson (Research Computing - IT Services)" <[email protected]> hat am 27. Februar 2017 um 12:30 geschrieben:

Hi,

Is there a way to track files which have been deleted easily? I'm assuming
that we can't easily use a policy scan as they files are no longer in the
file-system unless we do some sort of diff?

I'm assuming there must be a way of doing this as mmbackup must track
deleted files to notify TSM of expired objects.

Basically I want a list of new files, changed files and deleted files
since a certain time. I'm assuming the first two will be relatively simple
with a policyscan, but the latter I'm not sure about.

Thanks

Simon

_______________________________________________
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss

_______________________________________________
gpfsug-discuss mailing list
gpfsug-discuss at spectrumscale.org
http://gpfsug.org/mailman/listinfo/gpfsug-discuss

Reply via email to