Skip to content

Commit

Permalink
fix: use backticks to prevent html interpretation
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b authored Dec 7, 2020
1 parent 01951dc commit 0cbf045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The name of your backup is the key at root level. Starting from there you can co
| destination | string | Yes | | The destination directory, where the backup of this unit will be stored at |
| excludes | list[strings] | No | `[]` | .gitignore like filters for excluding files or dirs from the backup |
| archive_type | string | No | `tar.gz` | The type of archive to be used (`tar.gz` or `zip` are valid options) |
| add_subfolder | boolean | No | `false` | Creates a new subfolder in <destination> for this unit if set to true |
| add_subfolder | boolean | No | `false` | Creates a new subfolder in `<destination>` for this unit if set to true |
| enabled | boolean | No | `true` | Switch to disable each unit individually |

Be careful when using quotes in paths. For most strings you don't even need to use quotes at all. When using double quotes (`"`), you must escape backslashes (`\`) when you want to use them as literal characters (such as in Windows paths).
Expand Down

0 comments on commit 0cbf045

Please sign in to comment.