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

Support for repository sync #522

Merged
merged 5 commits into from
Aug 9, 2020
Merged

Conversation

jkowalski
Copy link
Contributor

@jkowalski jkowalski commented Aug 8, 2020

This implements incremental sync from current repository to another repository location. Transfers missing and outdated blobs atomically leveraging existing blob storage provider.

Usage demo: https://asciinema.org/a/352299

Fixes #509

This ensures that target repository is not empty, otherwise syncing to
an accidentally unmounted filesystem directory might copy everything
again.
@jkowalski jkowalski merged commit 505ab92 into kopia:master Aug 9, 2020
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

Successfully merging this pull request may close these issues.

Feature request: Ability to sync between repositories
1 participant