-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about plans on implementing AWS Backups #5547
Comments
Hi @w0rmr1d3r! There are no plans yet, but I'll add it as an enhancement to add this feature. Which methods in particular did you want support for? If this is something you want to tackle yourself, PR's are always welcome! See the contributing section in our docs if you need more info on how to get started with this. |
Hello @bblommers , thank you for the guidance |
Hi @bblommers 👋
Tried to figure out the error, but how the dependencies got managed confused me. Also, I saw this other issue #4113 which might be related on how to improve this. What's the best way to fix this issue so I can open the PR to add this functionality? Thank you |
Interesting. Looks like this is due to pypa/setuptools#855, and it would definitely be fixed by implementing our #4113. I believe the equivalent pip-only installation is:
|
Weird.
And this is the outcome:
However, the second line, to install requirements-dev, worked!
It seems that So, I ran separately |
zsh is a bit peculiar - you might have to use |
Indeed the command with the quotes worked. Was able to start the backup service and this happened:
Should that happen for a service that isn't in moto yet? |
Ah, I realize my command didn't have the |
Hi @w0rmr1d3r, did you manage to get this working in the end? |
Hello @bblommers , |
Hello @bblommers @w0rmr1d3r , |
hi @archinksagar , |
Hello @spulec and thank you for such an amazing project 🚀
The issue I'm opening is not a bug, but I've looked for it if it had been asked before, and found nothing related to it. Only the item in the unimplemented list.
The question is:
Are there any plans in the short (or long) term on implementing AWS Backup?
Ref. boto3
Thank you again
The text was updated successfully, but these errors were encountered: