summaryrefslogtreecommitdiff
path: root/obnam.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-12-06 10:01:36 +0200
committerLars Wirzenius <liw@liw.fi>2020-12-06 18:36:53 +0200
commit7dfd06673384077157186ef88a554b7a2876d87e (patch)
treebd131f92684b56ff4ab781044be84ec8303079ec /obnam.md
parente322d41557d43c027ae36bb24d9399944ed2a05f (diff)
downloadobnam2-7dfd06673384077157186ef88a554b7a2876d87e.tar.gz
test: change backup/restore smoke test to verify metadata
Diffstat (limited to 'obnam.md')
-rw-r--r--obnam.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/obnam.md b/obnam.md
index 936a97e..db304c2 100644
--- a/obnam.md
+++ b/obnam.md
@@ -500,12 +500,14 @@ given an installed obnam
and a running chunk server
and a client config based on smoke.yaml
and a file live/data.dat containing some random data
+and a manifest of the directory live in live.yaml
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> rest
-then data in live and rest match
+given a manifest of the directory live restored in rest in rest.yaml
+then files live.yaml and rest.yaml match
~~~
~~~{#smoke.yaml .file .yaml .numberLines}