docs(site): Fix ransomware protection section (#3139)

* Fix ransomware protection section: fix for the code section for AWS
* Adjusted index for advanced section.
This commit is contained in:
Christoph Anderson
2023-07-18 07:40:44 +02:00
committed by GitHub
parent ba4558b715
commit ddd90fa27d
2 changed files with 5 additions and 3 deletions

View File

@@ -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)

View File

@@ -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)