Opened at 2017-06-22T05:38:30Z
Closed at 2020-06-30T13:49:33Z
#2883 closed enhancement (somebody else's problem)
Make magic-folder ignore-conditions user-configurable
Reported by: | cypher | Owned by: | daira |
---|---|---|---|
Priority: | minor | Milestone: | undecided |
Component: | code-frontend-magic-folder | Version: | 1.12.1 |
Keywords: | magic-folder | Cc: | |
Launchpad Bug: |
Description
As it currently stands, magic-folder's magicpath module is hardcoded to ignore certain filename prefixes and suffixes
There may, however, be situations or use-cases in which users may want to bypass this behavior and/or (more likely) ignore additional files matching other patterns that are not included in these lists.
Accordingly, it could be useful to make ignore patterns user-configurable (perhaps via a mechanism similar to tahoe backups --exclude-from functionality, whereby ignore patterns can be specified in a file).
Change History (4)
comment:1 Changed at 2017-09-19T19:37:05Z by cypher
- Priority changed from normal to minor
comment:2 Changed at 2019-01-29T16:00:30Z by cypher
- Component changed from unknown to code-frontend-magic-folder
- Owner set to daira
comment:3 Changed at 2020-01-21T20:31:06Z by exarkun
comment:4 Changed at 2020-06-30T13:49:33Z by exarkun
- Resolution set to somebody else's problem
- Status changed from new to closed
magic-folder has been split out into a separate project - https://github.com/leastauthority/magic-folder
ticket:2906 was a duplicate of this