docs(site): fix typo "maintence" (#3234)

This commit is contained in:
Nicolai Weitkemper authored and GitHub committed 2023-08-19 18:50:36 -07:00
1 parent 7eca44993f
commit 5786ba03ef
1 file changed
+3 -3
+3 -3
View File
@@ -13,7 +13,7 @@ weight: 10
* [Error Correction](#error-correction)
* [Verifying Backup Validity and Consistency](#verifying-backup-validity-and-consistency)
* [Recovering Backed Up Data When There is Data Loss](#recovering-backed-up-data-when-there-is-data-loss)
* [Regular Automatic Maintence of Repositories](#regular-automatic-maintence-of-repositories)
* [Regular Automatic Maintenance of Repositories](#regular-automatic-maintenance-of-repositories)
* [Caching](#caching)
* [Both Command Line and Graphical User Interfaces](#both-command-line-and-graphical-user-interfaces)
* [Optional Server Mode with API Support to Centrally Manage Backups of Multiple Machines](#optional-server-mode-with-api-support-to-centrally-manage-backups-of-multiple-machines)
@@ -112,9 +112,9 @@ Backing up data is great, but you also need to be able to restore that data when
Although never guaranteed, Kopia can often recover your files even if there is some partial data loss at your repository (e.g., a hard drive failure), because key index information and repository metadata is stored redundantly to prevent single points of failure. Note that Kopia cannot recover data where the actual backed up data file in the repository is corrupt, so make sure to regularly run repository consistency checks (see above discussion)!
### Regular Automatic Maintence of Repositories
### Regular Automatic Maintenance of Repositories
Over time, repositories can get bloated to the point of decreased performance and waste of storage space. Kopia runs automatic maintence that ensures optimal performance and space usage. Read the [maintenance](../advanced/maintenance/) help docs for more information.
Over time, repositories can get bloated to the point of decreased performance and waste of storage space. Kopia runs automatic maintenance that ensures optimal performance and space usage. Read the [maintenance](../advanced/maintenance/) help docs for more information.
### Caching