SQLite is a library, not a server. There is no automatic backup. You can copy the .db file when the application is inactive, or have the application call the SQLite backup API to perform the backup whenever it feels the urge to do so.
-----Ursprüngliche Nachricht----- Von: sqlite-users [mailto:[email protected]] Im Auftrag von Dusan Petrovic Gesendet: Mittwoch, 26. April 2017 22:15 An: [email protected] Betreff: [sqlite] SQLite automatic backup database on Windows Server Hey guys, I am new on SQLite engine. Sorry for rookie mistakes. My company is running an application on windows server(hosted on Amazon Web Service) and the application contains a database. Because it is sensitive data, the database need to be automatically backed up. There is .db file on the database. I installed sqlite and sqlite browser on the server. How can I set automatic database backup for the database? Thanks a lot _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users ___________________________________________ Gunter Hick Software Engineer Scientific Games International GmbH FN 157284 a, HG Wien Klitschgasse 2-4, A-1130 Vienna, Austria Tel: +43 1 80100 0 E-Mail: [email protected] This communication (including any attachments) is intended for the use of the intended recipient(s) only and may contain information that is confidential, privileged or legally protected. Any unauthorized use or dissemination of this communication is strictly prohibited. If you have received this communication in error, please immediately notify the sender by return e-mail message and delete all copies of the original communication. Thank you for your cooperation. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

