File: day_279__.mdwn

package info (click to toggle)
git-annex 10.20250416-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 73,572 kB
  • sloc: haskell: 90,656; javascript: 9,103; sh: 1,469; makefile: 211; perl: 137; ansic: 44
file content (10 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
Posted a design for [[design/balanced_preferred_content]]. This would let
preferred content expressions assign each file to N repositories out of a
group, selected using Math. Adding a repository could optionally be
configured to automatically rebalance the files (not very bandwidth
efficiently though). I think some have asked for a feature like this
before, so read the design and see if it would be useful for you.

Spent a while debugging a problem with a S3 remote, which seems to have
been a misconfiguration in the end. But several improvements came out of
it to make it easier to debug S3 in the future etc.