Skip to content
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

Open
pgtaboada opened this issue Nov 19, 2015 · 4 comments
Open

Locally backup S3 buckets #362

pgtaboada opened this issue Nov 19, 2015 · 4 comments

Comments

@pgtaboada
Copy link

Hi,

I would like to backup a S3 bucket to a local storage using attic.
What would be the best approach?

@jungle-boogie
Copy link

See this issue with borg (fork of attic):
borgbackup/borg#102

@pgtaboada
Copy link
Author

that is exactly the wrong direction. I want to backup my bucket locally, and not backup my local files to the s3 bucket...

@jungle-boogie
Copy link

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.

@dragetd
Copy link

dragetd commented Jun 30, 2016

You would want to mount your S3 storage via FUSE and then use this as the source of your backup.
See https://github.com/s3fs-fuse/s3fs-fuse

If you encounter any issues, let us how! :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants