Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2021-07-19 11:24:45 -04:00
commit f84bd8e921
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="anarcat"
avatar="http://cdn.libravatar.org/avatar/4ad594c1e13211c1ad9edb81ce5110b7"
subject="same problem on debian bullseye"
date="2021-07-18T02:02:42Z"
content="""
I'm having the same problem with the latest git-annex from Debian bullseye (`8.20210223-2`). I have a flaky hardware clock on this computer, which NTP regularly adjusts by a few seconds (!):
jui 17 21:56:27 curie ntpd[1042]: adjusting local clock by -2.525655s
jui 17 21:57:30 curie ntpd[1042]: adjusting local clock by -2.546923s
jui 17 22:01:51 curie ntpd[1042]: adjusting local clock by -2.537140s
so maybe that's what's going on? i understand that having a working clock is kind of ... expected of computers nowadays (!) but maybe that could be the source of this problem...
"""]]

View file

@ -0,0 +1 @@
I like to keep unused files around in case I need them but I probably won't need files from more than a month ago. Is there a way to drop or move just unused files that were last referenced >x days ago and keep the rest?

View file

@ -0,0 +1,9 @@
When using `git annex sync --quiet --content --message="$(date +%F)"` I still get undesirable output in stderr even though it's not an error. Specifically, looks like:
```
>From /media/usb/backup-secrets
4909d792..694d8203 git-annex -> usb/git-annex
6c8e7713..9d5a7e62 master -> usb/master
```
I'd prefer not to use the approach of piping stdout/stderr to /dev/null because I still want errors to appear. Am I doing something wrong or is it not possible?