We have numerous access databases (kept separate to limit the amount of concurrent users) that are currently not backed up.
We are looking into getting an automated tape backup in place, but in the meantime I'm looking at creating a little backup utility.
Just recently, we had a database somehow end up completely empty. There are 4 tables in each database and the only table that retained info was the facility table. I have no idea how this happened but I know access can be somewhat unreliable under certain circumstances.
Luckily, I had a backup of this one facility but that was just by fluke.
So my question is, even if I write some batch script to backup the actual database files, that wouldn't have avoided this issue as the backup would be a copy of a blank database.
So I'm thinking on writing a vba excel utility that copies each facility's 4 tables to an individual excel file for each facility.
But I'm curious how others handle it. Is there a means of simply generatign a checksum? Some other means of verifying the actual access database integrity instead of always copying it's contents?
Again, I would think the norm would be to copy the actual database file but as I mentioned that wouldn't have avoided this issue. The backup I had was two weeks old so it happened sometime in a two week span, so even a 7 day backup might not have avoided this.
So any suggestions would be appreciated.
We are looking into getting an automated tape backup in place, but in the meantime I'm looking at creating a little backup utility.
Just recently, we had a database somehow end up completely empty. There are 4 tables in each database and the only table that retained info was the facility table. I have no idea how this happened but I know access can be somewhat unreliable under certain circumstances.
Luckily, I had a backup of this one facility but that was just by fluke.
So my question is, even if I write some batch script to backup the actual database files, that wouldn't have avoided this issue as the backup would be a copy of a blank database.
So I'm thinking on writing a vba excel utility that copies each facility's 4 tables to an individual excel file for each facility.
But I'm curious how others handle it. Is there a means of simply generatign a checksum? Some other means of verifying the actual access database integrity instead of always copying it's contents?
Again, I would think the norm would be to copy the actual database file but as I mentioned that wouldn't have avoided this issue. The backup I had was two weeks old so it happened sometime in a two week span, so even a 7 day backup might not have avoided this.
So any suggestions would be appreciated.