nice way to check the backups

I only changed this:

$ diff check_smb_file.pl*
541a542
> next if $filename eq “.” or $filename eq “..”;

to exclude the local dir and the upper dir because it would report critical every time otherwise (yes, the modified timestamps on those are older, but I do not need to check those 😉

Thanks