summaryrefslogtreecommitdiff
path: root/obnam.md
diff options
context:
space:
mode:
Diffstat (limited to 'obnam.md')
-rw-r--r--obnam.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/obnam.md b/obnam.md
index 6521372..bfaff5d 100644
--- a/obnam.md
+++ b/obnam.md
@@ -1189,7 +1189,7 @@ when I run obnam --config smoke.yaml list
then generation list contains <GEN>
when I invoke obnam --config smoke.yaml restore <GEN> rest
given a manifest of the directory live restored in rest in rest.yaml
-then files live.yaml and rest.yaml match
+then manifests live.yaml and rest.yaml match
~~~
~~~{#smoke.yaml .file .yaml .numberLines}
@@ -1226,7 +1226,7 @@ when I run obnam --config metadata.yaml backup
then backup generation is GEN
when I invoke obnam --config metadata.yaml restore <GEN> rest
given a manifest of the directory live restored in rest in rest.yaml
-then files live.yaml and rest.yaml match
+then manifests live.yaml and rest.yaml match
~~~
### Mode bits
@@ -1245,7 +1245,7 @@ when I run obnam --config metadata.yaml backup
then backup generation is GEN
when I invoke obnam --config metadata.yaml restore <GEN> rest
given a manifest of the directory live restored in rest in rest.yaml
-then files live.yaml and rest.yaml match
+then manifests live.yaml and rest.yaml match
~~~
### Symbolic links
@@ -1258,12 +1258,13 @@ and a running chunk server
and a client config based on metadata.yaml
and a file live/data.dat containing some random data
and symbolink link live/link that points at data.dat
+and symbolink link live/broken that points at does-not-exist
and a manifest of the directory live in live.yaml
when I run obnam --config metadata.yaml backup
then backup generation is GEN
when I invoke obnam --config metadata.yaml restore <GEN> rest
given a manifest of the directory live restored in rest in rest.yaml
-then files live.yaml and rest.yaml match
+then manifests live.yaml and rest.yaml match
~~~
## Set chunk size
@@ -1384,7 +1385,7 @@ and a manifest of the directory live in live.yaml
when I run obnam --config smoke.yaml backup
when I invoke obnam --config smoke.yaml restore latest rest
given a manifest of the directory live restored in rest in rest.yaml
-then files live.yaml and rest.yaml match
+then manifests live.yaml and rest.yaml match
~~~
## Tricky filenames
@@ -1404,7 +1405,7 @@ when I run obnam --config metadata.yaml backup
then backup generation is GEN
when I invoke obnam --config metadata.yaml restore <GEN> rest
given a manifest of the directory live restored in rest in rest.yaml
-then files live.yaml and rest.yaml match
+then manifests live.yaml and rest.yaml match
~~~
## Unreadable file
@@ -1449,7 +1450,7 @@ when I run obnam --config metadata.yaml backup
when I invoke obnam --config metadata.yaml restore latest rest
given a manifest of the directory live restored in rest in rest.yaml
-then files second.yaml and rest.yaml match
+then manifests second.yaml and rest.yaml match
~~~
## Back up multiple directories
@@ -1471,8 +1472,8 @@ then backup generation is GEN
when I invoke obnam --config roots.yaml restore <GEN> rest
given a manifest of the directory live/one restored in rest in rest-one.yaml
given a manifest of the directory live/two restored in rest in rest-two.yaml
-then files one.yaml and rest-one.yaml match
-then files two.yaml and rest-two.yaml match
+then manifests one.yaml and rest-one.yaml match
+then manifests two.yaml and rest-two.yaml match
~~~
~~~{#roots.yaml .file .yaml .numberLines}