Ah, so this confirms there’s no way internal way of suppressing list of individual files printed out.
I would love to have a “simple”, “summary-only” (or “stats-only”), or maybe even “quiet” (but probably overkill as > /dev/null is fine).
Grep excluding seems a bit silly and heavy handed.
I would some sort of suppress features if it referenced internal logic for what is displayed.
I.e. not just a list of “words” passed to “grep -v … | grep -v … | …”
The current output modes are great, and I use most of them, I’d just ask for one additional which is only summary.
For example, here is what Borg Backup (formerly Attic) outputs:
âžś ~ borg create --progress --stats --exclude-from ~/borgbackup-exclude-list.txt /Volumes/core/backup//borg/users/myuser::tuesday /Users/myuser
------------------------------------------------------------------------------
Archive name: tuesday
Archive fingerprint: c7532972fdfaf715344e37ac09d1aa1028973cadebb091491c651ac4e05e6441
Time (start): Tue, 2019-02-12 01:29:36
Time (end): Tue, 2019-02-12 01:36:26
Duration: 6 minutes 49.16 seconds
Number of files: 55083
Utilization of max. archive size: 0%
------------------------------------------------------------------------------
Original size Compressed size Deduplicated size
This archive: 15.43 GB 13.19 GB 7.31 GB
All archives: 15.43 GB 13.19 GB 7.31 GB
Unique chunks Total chunks
Chunk index: 39534 59908
------------------------------------------------------------------------------