Open
Description
Problem
Most modern backup tools support CACHEDIR.TAG
files, which Cargo places on several directories where useful.
However, older backup tools (some tar
implementations as well as the dump
family, including xfsdump
) do not know aboutCACHEDIR.TAG
, but do respect the "no dump" attribute that can be set with chattr
.
Proposed Solution
Setting nodump
(possibly recursively, I am not sure if it is inherited) on Cargo's cache and output directories on platforms that support it would enable them to be neatly excluded by backups made with older tools.
Notes
No response