From c0da0e390efb5c5896036284ea9a6cb927572398 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 14 Dec 2016 16:18:07 +0100 Subject: [PATCH] make the example config a code block --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b5c530..6b3bbde 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,9 @@ This is needed for both a remote and a local repository. defines the repository password ### Example Config +``` server: testserver.local user: borg repository_path: /home/borg/backup/repository password: foo +```