-
Notifications
You must be signed in to change notification settings - Fork 141
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Back up to multiple destinations in the same profile #103
Comments
Import/export would be easy since every profile is just a row in sqlite. Instead of duplication, I'd suggest to have backups to multiple repos in a single profile. Borgmatic does it like this. Of course it would need to fail gracefully if the destination isn't available. Personally I have 2 HDs for onsite backups (using the same source folders and exclusions). I find myself changing the repo and then running the backup again. It sounds like your use-case is the same. |
That might work just as well, yes. The profile as a starting point is common across other software and might be easier to grasp (I'm thinking of Vorta as a way to get people with no CLI experience to adopt Borg) but doing it in the way that makes most sense from a Borg perspective might be more flexible. Multiple destinations in the same profile would open up some neat possibilities, i.e. back up to every available destination, local or remote.
|
Then let's start out with multiple repos in one profile. For implementation, the repo-dropdown could have checkboxes, like this: |
👍 |
Multiple destinations for the same profile would be very useful, indeed. I really hope you can add this feature to Vorta. Just a little note: having the ability to "clone"/"duplicate" a profile would still be useful when you want to create a new profile similar to an existing one but with few changes, instead of recreating it from scratch. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
It would be very nice to be able to be able to manage profiles more directly. Here are some ideas:
The text was updated successfully, but these errors were encountered: