From 146a5fe13cba442afca954733bafd854f4448928 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 12 Dec 2020 10:44:50 +0200 Subject: feat: back up and restore symlinks --- obnam.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'obnam.md') diff --git a/obnam.md b/obnam.md index 9b98dae..5e86da2 100644 --- a/obnam.md +++ b/obnam.md @@ -569,6 +569,24 @@ given a manifest of the directory live restored in rest in rest.yaml then files live.yaml and rest.yaml match ~~~ +### Symbolic links + +This scenario verifies that symbolic links are restored correctly. + +~~~scenario +given an installed obnam +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 a manifest of the directory live in live.yaml +when I run obnam backup metadata.yaml +then backup generation is GEN +when I invoke obnam restore metadata.yaml rest +given a manifest of the directory live restored in rest in rest.yaml +then files live.yaml and rest.yaml match +~~~ + -- cgit v1.2.1