summaryrefslogtreecommitdiff
path: root/obnam.md
diff options
context:
space:
mode:
Diffstat (limited to 'obnam.md')
-rw-r--r--obnam.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/obnam.md b/obnam.md
index 348721e..26a4cfc 100644
--- a/obnam.md
+++ b/obnam.md
@@ -306,10 +306,20 @@ and their metadata are identical to the original. This is the simplest
possible, but still useful requirement for a backup system.
~~~scenario
-given a chunk server
+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 back up live with obnam-backup
+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
+then data in live and rest match
+~~~
+
+~~~{#smoke.yaml .file .yaml .numberLines}
+root: live
+dbname: tmp.db
~~~
## Backups and restores