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

Data deduplication #11

Open
Valentin-Kaiser opened this issue Oct 11, 2024 · 0 comments
Open

Data deduplication #11

Valentin-Kaiser opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Valentin-Kaiser
Copy link
Member

Vacuum should support a mode in which data duplicates are removed to reduce the required disk space.

  • Calculate a checksum of each file and save it in a map[string]string // map[checksum]path
  • If a duplicate checksum occurs, each duplicate is removed and replaced by a symlink/shortcut
@Valentin-Kaiser Valentin-Kaiser added the enhancement New feature or request label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants