Merge pull request #3 from ypid/README-ini-hightlighting
Also allow the INI example to be highlighted on GitHub.
This commit is contained in:
commit
e1605ae6ab
1 changed files with 15 additions and 13 deletions
|
@ -12,6 +12,7 @@ all on the command-line, and handles common errors.
|
||||||
|
|
||||||
Here's an example config file:
|
Here's an example config file:
|
||||||
|
|
||||||
|
```INI
|
||||||
[location]
|
[location]
|
||||||
# Space-separated list of source directories to backup.
|
# Space-separated list of source directories to backup.
|
||||||
source_directories: /home /etc
|
source_directories: /home /etc
|
||||||
|
@ -28,6 +29,7 @@ Here's an example config file:
|
||||||
[consistency]
|
[consistency]
|
||||||
# Consistency checks to run, or "disabled" to prevent checks.
|
# Consistency checks to run, or "disabled" to prevent checks.
|
||||||
checks: repository archives
|
checks: repository archives
|
||||||
|
```
|
||||||
|
|
||||||
Additionally, exclude patterns can be specified in a separate excludes config
|
Additionally, exclude patterns can be specified in a separate excludes config
|
||||||
file, one pattern per line.
|
file, one pattern per line.
|
||||||
|
|
Loading…
Reference in a new issue