Compare commits

...

3 Commits

Author SHA1 Message Date
Dan Helfman e973802fc1 Iterate on how-to document name wording.
continuous-integration/drone/push Build is passing Details
2019-07-05 08:57:25 -07:00
Dan Helfman 2bdf6dfd70 Merge branch 'master' of ssh://projects.torsion.org:3022/witten/borgmatic 2019-07-05 08:52:06 -07:00
Dan Helfman fe39453598 Change example filename to be more descriptive. 2019-06-30 17:23:09 -07:00
3 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ href="https://asciinema.org/a/203761" target="_blank">screencast</a>.
* [Deal with very large backups](https://torsion.org/borgmatic/docs/how-to/deal-with-very-large-backups/)
* [Inspect your backups](https://torsion.org/borgmatic/docs/how-to/inspect-your-backups/)
* [Restore a backup](https://torsion.org/borgmatic/docs/how-to/restore-a-backup/)
* [Adding Preparation and Cleanup Steps to Backups](https://torsion.org/borgmatic/docs/how-to/run-preparation-steps-before-backups/)
* [Add Preparation and Cleanup Steps to Backups](https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/)
* [Upgrade borgmatic](https://torsion.org/borgmatic/docs/how-to/upgrade/)
* [Develop on borgmatic](https://torsion.org/borgmatic/docs/how-to/develop-on-borgmatic/)

View File

@ -1,5 +1,5 @@
---
title: Adding Preparation and Cleanup Steps to Backups
title: Add Preparation and Cleanup Steps to Backups
---
## Preparation and cleanup hooks

View File

@ -220,10 +220,10 @@ means you've used tabs instead of spaces:
```
test.yaml: Error parsing configuration file
An error occurred while parsing a configuration file at test.yaml:
An error occurred while parsing a configuration file at config.yaml:
while scanning for the next token
found character that cannot start any token
in "test.yaml", line 230, column 1
in "config.yaml", line 230, column 1
```
YAML does not allow tabs. So to fix this, simply replace any tabs in your