0

I have a small django project using sqlite and I want to set up automated daily backups.

My question is can I simply copy the sqlite file or do I need to pause/lock it during copying to prevent any corruption?

If I do need to do anything special to pause/lock it, what do I need to do?

Greg
  • 45,306
  • 89
  • 231
  • 297
  • 4
    possible duplicate of [How to backup sqlite database?](http://stackoverflow.com/questions/25675314/how-to-backup-sqlite-database) – DRC Dec 23 '14 at 13:53
  • Yes, assuming that's the right answer it works for me. – Greg Dec 23 '14 at 14:13

0 Answers0