I am writing a small shell script which will validate the NFS backup by looking into the snapshot and checking the contents of one directory to make sure the correct contents are being backed up.
CreateTestFile.sh - this will create file backupchecker.txt a directory with date ValidateNFSBackup.sh - this will validate the backup by looking for this backupchecker.txt content.
Am I going in right direction?
Appreciate your time.