Replies: 2 comments 5 replies
-
|
Hi @philipmw There is no trademark for the name "rustic". So, yes use it as you wish. If you consider to put the repo under the rustic-rs organization, let me know, then we can arrange this. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
I moved https://gitlab.com/philipmw/warmup-s3-archives-cdk to https://github.com/rustic-rs/rustic-aws/tree/main/glacier-cold-storage-cdk , and submitted a documentation PR to update the URL: rustic-rs/docs#136 Thanks - I am happy to have a home under rustic-rs! Resolving this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, @aawsome . As you know, I created warmup-s3-archives-cdk as a proof-of-concept CDK application that makes it easier to adopt warmup-s3-archives for warming up rustic cold repositories in Glacier. Since then, it became more than a proof of concept -- I've been turning it into a one-step adoption of cold storage backups using rustic.
I've long had a dilemma about how generic versus rustic-specific to make warmup-s3-archives-cdk. The warmup-s3-archives program is completely generic, thanks to rustic's plugin architecture. For this CDK application to be completely generic also, it needs only one S3 bucket. However, I've always made the CDK application create two, to make it easier for people to adopt rustic in one step. Otherwise they'd need to create a second bucket separately, update the IAM policies to allow access to this bucket, etc. As another rusticism, I recently restricted IAM permissions to make backups append-only; this makes the infrastructure less generic further.
So, the CDK application is growing more rustic-specific. I believe this is customer-obsessed and I welcome it. I don't want to straddle the specific/generic fence anymore; I want to fully lean into the rustic backups use-case. But then I am no longer happy with the warmup-s3-archives-cdk repo's name -- it made sense in my head in the context of the warmup feature proof-of-concept, but it makes no sense if I think of this CDK application as a landing zone for customers who want a simple way to set up AWS infrastructure for rustic backups. Now I think a more appropriate name would be something like rustic-backup-to-glacier-infra.
I want to check with you whether you'd be ok with my CDK application repo having this name, with "rustic" being part of it?
Beta Was this translation helpful? Give feedback.
All reactions