I have seen a couple different post/articles on how to do this, but before I just went and paste various code into Access, I wanted to get others opinions on it.
I was reading the following:
stackoverflow.com
It seems like any one of those would work, as all I am wanting to do, is say approximately every hour, the database create a back up version of itself. Ideally, it would save an all new copy of itself with a time stamp. I could then keep however many backups I would want to, or at some point add in where the code would auto-delete all files that are say 5+ days old.
But out of those, which would be the better one to use?
I was reading the following:

Can an Ms Access database create a backup of itself while it's open using vba?
Background: I have a process that links Quickbooks to Ms Access. If a button is pressed, some information will be queried from Quickbooks and then updates Ms Access. If the power goes out, or if th...
It seems like any one of those would work, as all I am wanting to do, is say approximately every hour, the database create a back up version of itself. Ideally, it would save an all new copy of itself with a time stamp. I could then keep however many backups I would want to, or at some point add in where the code would auto-delete all files that are say 5+ days old.
But out of those, which would be the better one to use?