-
-
Notifications
You must be signed in to change notification settings - Fork 742
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
Backup S3 bucket to local borg repository #431
Comments
borg only supports "filesystem" as method of accessing input (backup source) data (not: "remote repository"). so you'ld need a "S3 filesystem" and mount it locally, maybe check if there is something like that as a FUSE filesystem. alternatively, you could pull stuff out from S3 by any means, store it in local filesystem and then backup that with borg. |
|
"from borg to S3" is #102, from what i understand, this is "from s3 to borg". |
@anarcat thanks, confused that. @RonnyPfannschmidt please update or delete your answer. |
This is some stuff a quick search gives: Closing this as out of scope. |
Sorry for resurrecting an old ticket, but I have a quick question: Do you think
It also has a |
Should work |
Hi,
I need to backup a S3 repo locally. What is the best approach?
The text was updated successfully, but these errors were encountered: