JasonPurdueEE
Technical User
Hello everyone. I am trying to come up with the best way to make backups of my database. How do you back up your databases?
Is there something better than manually copying and pasting the db files? I suspose I could come up with a way to run a batch file from code (using a shell command) to copy the files. Does anybody see anything wrong with doing it this way? I figure the migh be problems associated with having users in the BE when trying to copy it, but I can overcome this by having the batch file look for the presence of a lock file and not copying the BE if somebody is in it. Perhaps there is a beter way to backup, any suggestions?
Thanks,
Jason
______________________________
Sleep is a poor substitute for coffee.
Is there something better than manually copying and pasting the db files? I suspose I could come up with a way to run a batch file from code (using a shell command) to copy the files. Does anybody see anything wrong with doing it this way? I figure the migh be problems associated with having users in the BE when trying to copy it, but I can overcome this by having the batch file look for the presence of a lock file and not copying the BE if somebody is in it. Perhaps there is a beter way to backup, any suggestions?
Thanks,
Jason
______________________________
Sleep is a poor substitute for coffee.