summaryrefslogtreecommitdiff
path: root/obnam.md
diff options
context:
space:
mode:
Diffstat (limited to 'obnam.md')
-rw-r--r--obnam.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/obnam.md b/obnam.md
index 26a4cfc..920f037 100644
--- a/obnam.md
+++ b/obnam.md
@@ -310,10 +310,13 @@ given an installed obnam
and a chunk server
and a client config based on smoke.yaml
and a file live/data.dat containing some random data
-when I invoke obnam-backup smoke.yaml
+when I invoke obnam backup smoke.yaml
then backup command is successful
and backup generation is GEN
-when I invoke obnam-restore smoke.yaml <GEN> restore.db rest
+when I invoke obnam list smoke.yaml
+then backup command is successful
+and generation list contains <GEN>
+when I invoke obnam restore smoke.yaml <GEN> restore.db rest
then data in live and rest match
~~~