mirror of
https://github.com/kopia/kopia.git
synced 2026-05-18 11:44:36 -04:00
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:
committed by
GitHub
parent
ba4558b715
commit
ddd90fa27d
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user