Fix incorrect link to hooks documentation.

This commit is contained in:
Dan Helfman 2019-10-29 09:53:45 -07:00
parent f055f5dea8
commit b53684a8f0
1 changed files with 4 additions and 4 deletions

View File

@ -68,10 +68,10 @@ a database manually after restoring a dump file in the `~/.borgmatic` path.
If this database integration is too limited for needs, borgmatic also supports If this database integration is too limited for needs, borgmatic also supports
general-purpose [preparation and cleanup general-purpose [preparation and cleanup
hooks](https://torsion.org/borgmatic/docs/how-to/set-up-backups/). These hooks](https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-backups/).
hooks allows you to trigger arbitrary commands or scripts before and after These hooks allows you to trigger arbitrary commands or scripts before and
backups. So if necessary, you can use these hooks to create database dumps after backups. So if necessary, you can use these hooks to create database
with any database system. dumps with any database system.
## Related documentation ## Related documentation