-
|
Of course, let me start by thanking @aawsome and those who have contributed to this software. Thank you for your generosity! What is the best way to understand what rustic is doing as it applies include/exclude globs to decide if files or directories are being considered for further processing (such as change detection)? I'm looking for some sort of dry-run debugging type option that shows whether a file was or was not under consideration, and which globs were applied to reach that conclusion. Of course, such a listing would skip descending into directories that it had already marked for exclusion.
Is there such a way to get this? Unfortunately, the docs are a little barren and perhaps work better for those for whom rustic is already doing what they hope. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @vram0gh2! Current nightly builds should have a much nicer default output when using Also, you can soon use |
Beta Was this translation helpful? Give feedback.
Listing files/dirs with glob and other excludes is now possible with the
lscommand (#1645).This should be included in the next nightly build and in the upcoming 0.11.0 version.