summaryrefslogtreecommitdiff
path: root/obnam.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-22 15:00:46 +0000
committerLars Wirzenius <liw@liw.fi>2020-11-22 15:00:46 +0000
commit7194cdfb105b1b835dc2a4ff3bbfc1823f170243 (patch)
tree0484972dd085963e157de00f878d5f0e6d98a52a /obnam.md
parent0158bd9c06acae4245897e5e04681b4a1637bee9 (diff)
parent68e88efced88f05664ae9050f6888453cfe9cd30 (diff)
downloadobnam2-7194cdfb105b1b835dc2a4ff3bbfc1823f170243.tar.gz
Merge branch 'templite' into 'main'
feat! use temporary files for SQLite databases Closes #6 See merge request larswirzenius/obnam!20
Diffstat (limited to 'obnam.md')
-rw-r--r--obnam.md3
1 files changed, 1 insertions, 2 deletions
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 <GEN>
-when I invoke obnam restore smoke.yaml <GEN> restore.db rest
+when I invoke obnam restore smoke.yaml <GEN> rest
then data in live and rest match
~~~
~~~{#smoke.yaml .file .yaml .numberLines}
root: live
-dbname: tmp.db
~~~