diff options
author | David Timber <dxdt@dev.snart.me> | 2022-05-13 16:44:57 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2022-05-13 18:29:10 +0800 |
commit | 4260a36505ae706bb00a6cd19e782c5c38445bc5 (patch) | |
tree | 44be7e9bcf7344b40884711c200720f9459cd462 /README.md | |
parent | 515bf01a057f0b40d89c6b7b247eb4e2fc19d1b7 (diff) |
Doc ...
- Fix broken links in docs
- Change "sink-storage-class" recommendation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -165,12 +165,12 @@ for more info. For possible values for storage class, run `aws s3 cp help`. If you wish to keep backup copies in Glacier, you may want to upload backup -objects as STANDARD-IA first and change the storage class to GLACIER on the -rotate stage because in the event of failure, PALHM rolls back the process by -deleting objects already uploaded to the bucket. You may be charged for the -objects stored in Glacier as the minimum storage duration is 90 days(as of -2022). The **rot-storage-class** attribute serves this very purpose. More info -on [the pricing page](https://aws.amazon.com/s3/pricing/). +objects as STANDARD first and change the storage class to GLACIER on the rotate +stage because in the event of failure, PALHM rolls back the process by deleting +objects already uploaded to the bucket. You may be charged for the objects +stored in Glacier as the minimum storage duration is 90 days(as of 2022). The +**rot-storage-class** attribute serves this very purpose. More info on [the +pricing page](https://aws.amazon.com/s3/pricing/). ### Backup Object Dependency Tree Backup objects can be configured to form a dependency tree like Makefile @@ -212,8 +212,7 @@ See [doc/config-fmt.md](doc/config-fmt.md). * **awscli** and **boto3** for aws-s3 backup backend (optional) ### Examples -* [localfs.sample.jsonc](src/conf/py-sample/localfs.sample.jsonc) -* [aws.sample.jsonc](src/conf/py-sample/aws.sample.jsonc) +* [sample.jsonc](src/conf/py-sample/sample.jsonc) ## Files | Path | Desc | |