Hi, Also, I would like to know while taking the backup of online databases:
1) If read operation is in progress, then can I take backup safely with file copy or any other third party tool? 2) If my application made the changes and committed the changes to SQLite and immediately after that backup operation is started, then can I assure the backup of committed changes are taken (Is there any flush delay issue?) Thanks and Regards, Vijay From: Murdare, Vijaykumar S (GE Oil & Gas) Sent: Tuesday, December 01, 2015 1:58 PM To: 'sqlite-users at mailinglists.sqlite.org' Cc: Manneri, Niranjan (GE Oil & Gas) Subject: SQLite - Support for VSS writer Hi, We are planning to use windows VSS ((Volume Shadow Copy) feature for backup & restore SQLite databases. I would like to know, does SQLite support VSS (Volume Shadow Copy Service) writer supported by the Windows Operating system to create point in time consistent shadow copies (snapshots) for SQLite database? Thanks and Regards, Vijay