File: using_--quiet_with_sync.mdwn

package info (click to toggle)
git-annex 10.20230126-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 69,344 kB
  • sloc: haskell: 74,654; javascript: 9,103; sh: 1,304; makefile: 203; perl: 136; ansic: 44
file content (9 lines) | stat: -rw-r--r-- 470 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
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?