garage/src
Baptiste Jonglez 43402c9619 snapshot: sqlite: use a subdirectory for consistency with LMDB
Currently, taking a snapshot of the metadata database with sqlite creates
a sqlite file without extension with the following format:

    snapshots/2025-01-26T15:29:17Z

This makes it hard to understand what kind of data this is, and is not
consistent with LMDB:

    snapshots/2025-01-26T15:29:17Z/data.mdb

With this change, we now get a directory with a single db.sqlite file:

    snapshots/2025-01-26T15:29:17Z/db.sqlite
2025-01-27 19:06:52 +01:00
..
api Fix all typos 2025-01-16 13:22:00 +01:00
block Fix all typos 2025-01-16 13:22:00 +01:00
db snapshot: sqlite: use a subdirectory for consistency with LMDB 2025-01-27 19:06:52 +01:00
format-table fix clippy lint in format-table crate 2023-05-17 13:06:37 +02:00
garage Fix all typos 2025-01-16 13:22:00 +01:00
k2v-client Fix all typos 2025-01-16 13:22:00 +01:00
model db-snapshot: allow to set directory where snapshots are stored 2025-01-27 18:33:55 +01:00
net Fix all typos 2025-01-16 13:22:00 +01:00
rpc Fix all typos 2025-01-16 13:22:00 +01:00
table Fix all typos 2025-01-16 13:22:00 +01:00
util db-snapshot: allow to set directory where snapshots are stored 2025-01-27 18:33:55 +01:00
web Bump to version 1.0.1 2024-09-22 14:25:32 +02:00