-
Notifications
You must be signed in to change notification settings - Fork 104
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
Locally backup S3 buckets #362
Comments
See this issue with borg (fork of attic): |
that is exactly the wrong direction. I want to backup my bucket locally, and not backup my local files to the s3 bucket... |
I see. Can you mount s3 on a aws virtual machine? If so, you could install borg and then send it to your local machine. If not, it sounds like the same problem in the ticket referenced above--borg would need to run on the remote side. |
You would want to mount your S3 storage via FUSE and then use this as the source of your backup. If you encounter any issues, let us how! :-) |
Hi,
I would like to backup a S3 bucket to a local storage using attic.
What would be the best approach?
The text was updated successfully, but these errors were encountered: