-
Notifications
You must be signed in to change notification settings - Fork 21
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
Single Source & Multiple Destinations #9
Comments
not officially. you could amend your source containers manually to achieve this though (by renaming the source container .sxbackup to something else and changing the config file .btrfs-sxbackup on both source and destination accordingly) |
what's your usecase for this? |
I think that it would be nice to have in case someone would need to make backups to a different physical locations. |
I am trying to set up a local and offsite backup solution that operates on independent schedules/frequencies. Let's say for example, I might have daily local backups, but only weekly offsite backups. I have been using duplicity in the past, which supports this, but I have been getting much better performance with this method of btrfs snapshotting. |
ok. I will consider re-introducing the customization of source container names. until then you can rename them manually. if you have more questions let me know.. |
does it work for you? |
I was able to get it working, but I had to do a few more things than just renaming the source container. This is what I did:
This method does work, but it is very cumbersome and annoying. One thing that bothers me is that I have to trade ssh keys two ways (source <-> remote) because when I run the remote job, it connects back through ssh to my local computer to run the backup. Its adding this additional SSH connection that seems totally unnecessary. |
yes, renaming the source and editing the config file, two steps as mentioned. you wouldn't need to have two backup jobs to have both push and pull though, except you really want to keep them entirely separate. |
When trying to use a single destination for multiple sources, the second time you initialize the same source for a new job, it returns the error "ERROR source is already initialized". Is there a way of using the same source for multiple backup jobs to different locations?
The text was updated successfully, but these errors were encountered: