G
Guest
Hello!
I am going to be leaving my job for a (much needed) vacation. While I am
gone, I need to leave a way for others to back up and restore several
databases in case of failures. I've found a viable solution to backup the
database even while it's open using an API call so the "Admins" can do the
backup. However, how would they restore the backend without copying, pasting,
and renaming the latest backup? If it was a matter of only having one backup,
I could use the same API call as above, but there could be several backups
and I need them to be able to choose which one to restore. If it helps, the
backups all have the same naming format, with the system date and time
appended to the end of the file name.
As always, any and all help is greatly appreciated.
~MATT
I am going to be leaving my job for a (much needed) vacation. While I am
gone, I need to leave a way for others to back up and restore several
databases in case of failures. I've found a viable solution to backup the
database even while it's open using an API call so the "Admins" can do the
backup. However, how would they restore the backend without copying, pasting,
and renaming the latest backup? If it was a matter of only having one backup,
I could use the same API call as above, but there could be several backups
and I need them to be able to choose which one to restore. If it helps, the
backups all have the same naming format, with the system date and time
appended to the end of the file name.
As always, any and all help is greatly appreciated.
~MATT