From d7dcbd00f3e864edf331f5d76b7f001ce6c5a0b4 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 12 Apr 2024 13:42:06 +0200 Subject: [PATCH] Fix typo (#28) --- mkdocs/docs/settings/application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs/docs/settings/application.md b/mkdocs/docs/settings/application.md index 829c8b4..9efb4a2 100644 --- a/mkdocs/docs/settings/application.md +++ b/mkdocs/docs/settings/application.md @@ -84,7 +84,7 @@ All third party integrations of TubeArchivist will **always** be *opt in*. !!! note This will make a snapshot of your metadata index only, no media files or additional configuration variables you have set on the settings page will be backed up. -System snapshots will automatically make daily snapshots of the Elasticsearch index. The task will start at 12pm your local time. Snapshots are deduplicated, meaning that each snapshot will only have to backup changes since the last snapshot. Old snpshots will automatically get deleted after 30 days. +System snapshots will automatically make daily snapshots of the Elasticsearch index. The task will start at 12pm your local time. Snapshots are deduplicated, meaning that each snapshot will only have to backup changes since the last snapshot. Old snapshots will automatically get deleted after 30 days. - **Create snapshot now**: Will start the snapshot process now, outside of the regular daily schedule. - **Restore**: Restore your index to that point in time.