This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jstasiak
Recipients jstasiak
Date 2020-06-22.19:39:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592854782.97.0.179658439261.issue41081@roundup.psfhosted.org>
In-reply-to
Content
It'd be nice of __pycache__ directories didn't pollute backups. Granted, one can add __pycache__ directory to their backup-tool-of-choice exclusion list, but those lists are ever growing and maybe it'd be good to help the tools and the users.

There's a Cache Directory Tagging Specification[1] which some backup tools like Borg, restic, GNU Tar and attic use out of the box (well, with a switch) and other tools (like rsync, Bacula, rdiff-backup and I imagine others) can be made to use it with a generic exclude-directories-with-this-file-present option (partially, just the existence of the tag file is used, not its content).


I wasn't sure what to select in Components, so I went with Library.
[1] https://bford.info/cachedir/
History
Date User Action Args
2020-06-22 19:39:43jstasiaksetrecipients: + jstasiak
2020-06-22 19:39:42jstasiaksetmessageid: <1592854782.97.0.179658439261.issue41081@roundup.psfhosted.org>
2020-06-22 19:39:42jstasiaklinkissue41081 messages
2020-06-22 19:39:42jstasiakcreate