File: comment_2_71889d15ba20ebb0fe13080c68162a5b._comment

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (11 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
[[!comment format=mdwn
 username="https://www.google.com/accounts/o8/id?id=AItOawm72W-CH7bzZ8uHvaw1KJGrToPSQDNBnIA"
 nickname="Beni"
 subject="bup splitting"
 date="2013-08-05T17:13:14Z"
 content="""
bup splits files into chunks based on rolling sums.
https://github.com/apenwarr/bup/blob/master/DESIGN
For small changes to big files, this would improve not only transfer speed but also repository size.
And git-annex already supports bup remotes.  What's missing?
"""]]