From 68e88efced88f05664ae9050f6888453cfe9cd30 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 22 Nov 2020 15:06:07 +0200 Subject: feat! use temporary files for SQLite databases The user should not have to specify filenames for the databases, since they don't actually care where they're stored. --- obnam.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'obnam.md') diff --git a/obnam.md b/obnam.md index e93a79f..3beb67d 100644 --- a/obnam.md +++ b/obnam.md @@ -504,13 +504,12 @@ when I run obnam backup smoke.yaml then backup generation is GEN when I run obnam list smoke.yaml then generation list contains -when I invoke obnam restore smoke.yaml restore.db rest +when I invoke obnam restore smoke.yaml rest then data in live and rest match ~~~ ~~~{#smoke.yaml .file .yaml .numberLines} root: live -dbname: tmp.db ~~~ -- cgit v1.2.1