File: day_280__slow_week.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 (16 lines) | stat: -rw-r--r-- 775 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Reduced activity this week (didn't work on the assistant after all),
but several things got done:

Monday: Fixed `fsck --fast --from remote` to not fail when the remote
didn't support fast copy mode. And dealt with an incompatibility in S3 bucket
names; the old hS3 library supported upper-case bucket names but the new
one needs them all in lower case.

Wednesday: Caught up on most recent backlog, made some improvements
to error handling in `import`, and improved integration with KDE's file
manager to work with newer versions.

Today: Made `import --deduplicate/--clean-duplicates` actively 
verify that enough copies of a file exist before deleting it. And,
thinking about some options for batch mode access to git-annex plumbing,
to speed up things that use it a lot.