Skip to content

Commit

Permalink
corrected wrong example
Browse files Browse the repository at this point in the history
  • Loading branch information
Staubgeborener committed May 1, 2024
1 parent 09306aa commit 458095f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 458095f

Please sign in to comment.