From 248e5ab7518746c0ac43747040290e9b5d138028 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 18 Feb 2021 09:27:25 +0200 Subject: feat: back up and restore Unix domain sockets --- obnam.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'obnam.md') diff --git a/obnam.md b/obnam.md index cad3792..e386b17 100644 --- a/obnam.md +++ b/obnam.md @@ -1283,6 +1283,24 @@ when I invoke obnam --config smoke.yaml get-chunk then command fails ~~~ +## Irregular files + +This scenario verifies that Obnam backs up and restores files that +aren't regular files or directories. + +~~~scenario +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 Unix socket live/socket +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 +~~~ + ## Tricky filenames Obnam needs to handle all filenames the underlying operating and file -- cgit v1.2.1