Browse Source

Add how-to redirect. Fix capitalization.

Dan Helfman 6 years ago
parent
commit
0602ca1862

+ 1 - 1
README.md

@@ -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/)
- * [Add Preparation and Cleanup Steps to Backups](https://torsion.org/borgmatic/docs/how-to/add-preparation-and-cleanup-steps-to-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/)
 

+ 1 - 1
docs/how-to/add-preparation-and-cleanup-steps-to-backups.md

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

+ 3 - 0
docs/how-to/run-preparation-steps-before-backups.md

@@ -0,0 +1,3 @@
+<head>
+    <meta http-equiv='refresh' content='0; URL=https://torsion.org/borgmatic/add-preparation-and-cleanup-steps-to-backups.md'>
+</head>