From 458095fe962fce869affb6de12c3637a37aa3eb8 Mon Sep 17 00:00:00 2001 From: Staubgeborener Date: Wed, 1 May 2024 09:59:37 +0200 Subject: [PATCH] corrected wrong example --- docs/configuration.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index af69012..621ad24 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -29,7 +29,9 @@ Basically, you can break it down to the following three things: Back up a whole directories instead of single files: ```ini -path_klipperdata=printer_data/config/* +backupPaths=( \ +"printer_data/config/printer.cfg" \ +) ``` Back up a single file instead a whole directory: