-
Notifications
You must be signed in to change notification settings - Fork 80
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
bidirectional sync ? #943
Comments
Can you shortly describe what you expect of this possible feature? How do you as a user imagine it to work? What are you going to achieve with it? |
Hey simonsan, thanks for the prompt reply ! that's generally how most cloud services like google drive or mega work, except for the fact that you would have all of rustic's advantages like using s3. realtime syncing would be amazing and i wish i had something like rustic that'd do realtime syncing but that now seems really out of scope. have a good day ! |
Actually syncing is not the main objective for rustic - there are tools like syncthing out there which may suit to your needs much better! If you want something like syncing without deletion, you can do the following:
Then, to actually do the syncing, run:
And the same on the other computer:
.. and so on... The snapshots a0, a1, b0, b1, m0, m1,m2 need to be replaced with the actual snapshot IDs, of course, so this may need a bit of scripting. |
hey do you think it would be possible to add bidirectional synchronization ?
rclone can do it but it would be neat to have all the advantages of restic at the same time.
The text was updated successfully, but these errors were encountered: