Timeline for Create SQLite backups
Current License: CC BY-SA 4.0
11 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 10, 2021 at 12:00 | history | tweeted | twitter.com/StackCodeReview/status/1369619059806003201 | ||
| Jun 14, 2020 at 12:32 | history | edited | Peilonrayz♦ | CC BY-SA 4.0 |
Bring tags inline with site policy.
|
| Aug 3, 2019 at 20:09 | comment | added | dfhwze | @SergeySventitski So this code is only python 3 compliant? | |
| Nov 14, 2018 at 22:44 | comment | added | user5359531 |
Lock database before making a backup; what happens if the database is already locked?
|
|
| Oct 16, 2018 at 19:24 | comment | added | Sergey Minsky |
On my Linux box with Python 2.7.14 st_ctime returns the same value for all files in the backup folder. I have to change it to st_mtime to fix the "cleaning backup" part
|
|
| Dec 21, 2016 at 14:58 | answer | added | Chaoste | timeline score: 3 | |
| Feb 2, 2015 at 11:26 | vote | accept | confused00 | ||
| Jan 26, 2015 at 20:44 | answer | added | 200_success | timeline score: 5 | |
| Jan 26, 2015 at 20:39 | comment | added | 200_success | Note that SQLite has an Online Backup API, though unfortunately it does not appear to be available through Python. | |
| Jan 26, 2015 at 20:14 | answer | added | janos | timeline score: 3 | |
| Jan 26, 2015 at 15:05 | history | asked | confused00 | CC BY-SA 3.0 |