summaryrefslogtreecommitdiff
path: root/obnam.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-11-13 09:40:39 +0200
committerLars Wirzenius <liw@liw.fi>2020-11-13 11:27:21 +0200
commit38b51382e710dda515e6d0df8fdc4f0b253d9cd7 (patch)
tree5a012e63ef7aa6ae63c31f459d56631bc008b0b5 /obnam.md
parent179993f3bdd5e5d4dd728fc2a8f5d63274f95966 (diff)
downloadobnam2-38b51382e710dda515e6d0df8fdc4f0b253d9cd7.tar.gz
refactor: put all client functionality into one program
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
~~~