Is it possible to list files in storage using a filter or expression? Rather than doing a list -files and dumping the entire storage, I’d like to check that certain files were backed up last time. like so:
duplicacy list -files */A-SpecificFolder/*.xlsx
And while I’m asking, is it possible to list only the most recent snapshot without knowing the snapshot/rev number?