rcdailey
  • Joined on 2022-06-05
rcdailey commented on issue borgmatic-collective/borgmatic#590 2022-10-05 13:42:32 +00:00
Excluded patterns are not printed in output of create --dry-run --list

Thank you for the quick turnaround!!

rcdailey opened issue borgmatic-collective/borgmatic#590 2022-10-02 17:38:19 +00:00
Excluded patterns are not printed in output of create --dry-run --list
rcdailey commented on issue borgmatic-collective/borgmatic#542 2022-06-05 22:45:03 +00:00
Make source_directories optional if roots are specified in patterns file

To answer your question at the end: I'm aiming for separation of concerns: I'd like the YAML to define configuration-specific (not paths) and have all paths centralized in one patterns file. That…

rcdailey commented on issue borgmatic-collective/borgmatic#542 2022-06-05 22:42:46 +00:00
Make source_directories optional if roots are specified in patterns file

I took a peek at the borg source code. It looks like it just parses the R paths out of the patterns file and appends it to the list holding the values passed to the PATH positional parameter.…

rcdailey commented on issue borgmatic-collective/borgmatic#542 2022-06-05 21:52:22 +00:00
Make source_directories optional if roots are specified in patterns file

Could you take an approach where if source_directories is missing, you initialize it to an empty array, just as if I had done it manually (as explained in your first bullet point)?

That way,…

rcdailey opened issue borgmatic-collective/borgmatic#542 2022-06-05 18:02:01 +00:00
Make source_directories optional if roots are specified in patterns file