1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 05:36:19 +00:00

Typo

Hofer-Julian 2023-02-06 06:53:52 +01:00
parent a944325974
commit 946494c5f3

@ -64,7 +64,7 @@ These are tasks you can work on. You can combine any number of tasks, so they ad
**Difficulty**: Medium-hard<br />
**Length**: 175 hours<br />
**Skills required**: Python, Qt, Unix desktop<br />
**Description**: Currently users exclude files by adding text rules, like `/tmp/cache/*.tmp`. Is is often confusing and we'd like to add a GUI, as well as pre-defined rules for it. E.g. one could choose to exclude common macOS cache files.<br />
**Description**: Currently users exclude files by adding text rules, like `/tmp/cache/*.tmp`. It is often confusing and we'd like to add a GUI, as well as pre-defined rules for it. E.g. one could choose to exclude common macOS cache files.<br />
**Task outline**: Create a list of sensible default files to exclude. Possible grouped, so users can choose to enable parts of them. Decide on way to store exclusions, do mockup of GUI (partly done), implement as Qt UI file, implement parsing exclusion rules to Borg input.<br />
**Additional details**: See [this issue](https://github.com/borgbase/vorta/issues/907) for discussions about the GUI part and [here](https://github.com/borgbase/vorta/issues/907#issuecomment-1282309557) for suggested exclusion rules.<br />
**Possible mentors**: [@real-yfprojects](https://github.com/real-yfprojects), [@m3nu](https://github.com/m3nu), [@Hofer-Julian](https://github.com/Hofer-Julian)