Hi,
If I invoke restic -r b2:someBucket backup c:\absolute\path --files-from include.txt
where include.txt
contains:
**/*.log
Then I get pattern "**/*.log" does not match any files, skipping
when in fact c:\absolute\path\foobar.log
exists. If I specify /absolute/path/foobar.log
instead it works fine.
What am I doing wrong? Is this a bug?
I am using version 0.11.0.