logoalt Hacker News

leosanchezlast Saturday at 12:02 PM1 replyview on HN

> Backups are cp production.sqlite3 backup.sqlite3

I use gobackup[0] as another container in compose.yml file which can backup to multiple locations.

[0]: https://gobackup.github.io/


Replies

hedoratoday at 3:42 PM

Does cp actually work on live sqlite files? I wouldn’t expect it to, since cp does not create a crash-consistent snapshot.

show 2 replies