Welcome to the Power Users community on Codidact!
Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.
Activity for ɯıpɐʌ
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #293607 | Initial revision | — | 7 days ago |
Answer | — |
A: Issues with excluding specific sub-directories with Borg patterns Again, the order of the patterns matters 🫤 I was able to exclude any `.idea` sub-directory —at all levels— by declaring the line `- /home/user//.idea` at the beginning of the file. ```ini R /home/user EXCLUDE THESE AT ALL LEVELS - /home/user//.idea SELECTIVELY ADD EXCLUDED LOCATION AL... (more) |
— | 7 days ago |
Edit | Post #293606 | Initial revision | — | 8 days ago |
Question | — |
Issues with excluding specific sub-directories with Borg patterns I'm using Borg to create backups of my home directory. I'm having trouble with excluding specific sub-directories when using a `PATTERNSFILE` with `--patterns-from`. I have the following (simplified) patterns file: ``` R /home/user + /home/user/.config/chezmoi - /home/user/.config - ... (more) |
— | 8 days ago |