-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exclude the target directory from backups using CACHEDIR.TAG #8378
Merged
Commits on Jun 18, 2020
-
Exclude the target directory from backups using CACHEDIR.TAG
This patch follows the lead of rust-lang#4386 (which excludes target directories from Time Machine backups) and is motived by the same reasons listen in rust-lang#3884. CACHEDIR.TAG is an OS-independent mechanism supported by Borg, restic, GNU Tar and other backup/archiving solutions. See https://bford.info/cachedir/ for more information about the specification. This has been discussed in Rust Internals earlier this year[1] and it seems like it's an uncontroversial improvement so I went ahead with the patch. [1] https://internals.rust-lang.org/t/pre-rfc-put-cachedir-tag-into-target/12262/11
Configuration menu - View commit details
-
Copy full SHA for cc50118 - Browse repository at this point
Copy the full SHA cc50118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c9efbd - Browse repository at this point
Copy the full SHA 4c9efbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9807e0 - Browse repository at this point
Copy the full SHA f9807e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for efac9cc - Browse repository at this point
Copy the full SHA efac9ccView commit details
Commits on Jun 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2793d7b - Browse repository at this point
Copy the full SHA 2793d7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ce02401 - Browse repository at this point
Copy the full SHA ce02401View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a0001d - Browse repository at this point
Copy the full SHA 7a0001dView commit details
Commits on Jun 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 3eb2ae0 - Browse repository at this point
Copy the full SHA 3eb2ae0View commit details -
Try to resolve a build-time conflict with master
This commit changed things a bit: 6263d72.
Configuration menu - View commit details
-
Copy full SHA for 50f2290 - Browse repository at this point
Copy the full SHA 50f2290View commit details
Commits on Jul 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1b5f749 - Browse repository at this point
Copy the full SHA 1b5f749View commit details -
Exclude whole target/ from backups
This is following the discussion on GitHub. The doc tests are no longer necessary because Layout::new() creates CACHEDIR.TAG directly in target root, no doc-specific code is necessary anymore.
Configuration menu - View commit details
-
Copy full SHA for f34b086 - Browse repository at this point
Copy the full SHA f34b086View commit details -
Configuration menu - View commit details
-
Copy full SHA for 092781c - Browse repository at this point
Copy the full SHA 092781cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f2ba2b - Browse repository at this point
Copy the full SHA 5f2ba2bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.