From 0fbf8d3bae4562ad85b1e7dc0bf68145a6756eec Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Fri, 7 May 2021 23:51:53 -0500 Subject: [PATCH] Update config.yml.sample --- config.yml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml.sample b/config.yml.sample index e97624d..603fa29 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -3,7 +3,7 @@ input: - "/path/to/backup/location" - "~/tilde/is/supported" output: - output_root: "/path/must/be/on/the/same/filesystem" + output_root: "/path/should/be/on/the/same/filesystem" customization: time_format: "%Y-%m-%d_%H-%M-%S"