Does restic backup --verbose silently exclude files that match exclude rules?

Hello,

I thought that using --verbose and --dry-run with restic backup would show which files are being excluded, just so I could double‑check that my exclude rules were working.

But I’m not seeing any output about excluded files, even though the backup results look correct.

Is restic supposed to exclude files silently, or am I missing something?

excluded files aren’t reported in the output. The list of included files is only shown for restic backup --verbose=2 [...]