sean-wallace
  • Joined on 2025-02-17
sean-wallace commented on pull request borgmatic-collective/borgmatic#1000 2025-02-18 02:59:16 +00:00
Add to argument exclusions for dry-run

Ah, that's a good point! Yes, it's definitely a bit more complicated than this simple approach. I may come back and make an attempt with argparse later, but mostly I think I'll just live with the…

sean-wallace created pull request borgmatic-collective/borgmatic#1000 2025-02-17 22:31:05 +00:00
Add to argument exclusions for dry-run
sean-wallace pushed to fix-filter-bug at sean-wallace/borgmatic 2025-02-17 22:30:45 +00:00
3e1052c6e4 Add to argument exclusions for dry-run
sean-wallace created branch fix-filter-bug in sean-wallace/borgmatic 2025-02-17 22:30:45 +00:00
sean-wallace created repository sean-wallace/borgmatic 2025-02-17 22:13:45 +00:00
sean-wallace commented on issue borgmatic-collective/borgmatic#999 2025-02-17 22:11:08 +00:00
Database backup runtime directory error

Yep, removing the --filter=AME works! I also removed --list so it didn't take forever to run. Thanks very much for figuring it out!

sean-wallace commented on issue borgmatic-collective/borgmatic#999 2025-02-17 20:04:31 +00:00
Database backup runtime directory error

@witten Is there a chance that the if not skip_paths condition should be if skip_paths? I will admit I don't fully understand the point of what it's doing, but it seems like it might be…

sean-wallace commented on issue borgmatic-collective/borgmatic#999 2025-02-17 19:59:30 +00:00
Database backup runtime directory error

Sure, slightly truncated config:

source_directories:
    - ~/Desktop
    - ~/Documents
    - ~/Downloads
    - ~/projects

repositories:
    - path: /Volumes/SW Backup/borg
     …
sean-wallace opened issue borgmatic-collective/borgmatic#999 2025-02-17 19:35:14 +00:00
Database backup runtime directory error