From ddd90fa27d038a01617a18f15758dae88bf2da83 Mon Sep 17 00:00:00 2001 From: Christoph Anderson <37236531+lupusA@users.noreply.github.com> Date: Tue, 18 Jul 2023 07:40:44 +0200 Subject: [PATCH] docs(site): Fix ransomware protection section (#3139) * Fix ransomware protection section: fix for the code section for AWS * Adjusted index for advanced section. --- site/content/docs/Advanced/Ransomware Protection/_index.md | 5 +++-- site/content/docs/Advanced/_index.md | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/site/content/docs/Advanced/Ransomware Protection/_index.md b/site/content/docs/Advanced/Ransomware Protection/_index.md index 409e2dca3..aa5d1e16f 100644 --- a/site/content/docs/Advanced/Ransomware Protection/_index.md +++ b/site/content/docs/Advanced/Ransomware Protection/_index.md @@ -35,7 +35,7 @@ Some cloud storage solutions provide the ability to generate restricted access k * Create a IAM user for kopia to use * Select 'Attach policies directly' * Create a new policy, with the following permissions (paste into JSON form) - ``` + ```json { "Version": "2012-10-17", "Statement": [ @@ -54,7 +54,8 @@ Some cloud storage solutions provide the ability to generate restricted access k ] } ] - }``` + } + ``` * Attach created policy to new user * Manage user's security-credentials and create a new access key * Disconnect and reconnect your existing Kopia repo using the new key (or create a new bucket using this key) diff --git a/site/content/docs/Advanced/_index.md b/site/content/docs/Advanced/_index.md index d8815644f..b819ecc48 100644 --- a/site/content/docs/Advanced/_index.md +++ b/site/content/docs/Advanced/_index.md @@ -16,11 +16,12 @@ In the following, we will highlight and explain some advanced topics related to * [Error Correction Algorithm: Reed-Solomon](ecc/#error-correction-algorithm) * [Maintenance](maintenance/#maintenance) * [Consistency](consistency/#consistency) - * [Verifying Validity of Snapshots](consistency/#verifying-validity-of-snapshots ) + * [Verifying Validity of Snapshots](consistency/#verifying-validity-of-snapshots) * [Repairing Corruption of Snapshots](consistency/#repairing-corruption-of-snapshots) * [Ignoring Files and Folders in Snapshots](kopiaignore/#ignoring-files-and-folders-in-snapshots) * [Actions](actions/#actions) * [Caching](caching/#caching) +* [Ransomware Protection](ransomware-protection/#what-is-ransomware-and-why-do-we-need-extra-protections) * [Synchronization](synchronization/#synchronization) * [Sharding](sharding/#sharding) * [Logging](logging/#logging)