mirror of
https://github.com/restic/restic.git
synced 2026-02-17 06:23:56 +00:00
Merge pull request #5370 from hashier/feat/exclude-macOS-cloud-files
feat(backup): add possibility to exclude macOS cloud-only files
This commit is contained in:
11
changelog/unreleased/issue-5352
Normal file
11
changelog/unreleased/issue-5352
Normal file
@@ -0,0 +1,11 @@
|
||||
Enhancement: Add support for --exclude-cloud-files on macOS (e.g. iCloud drive)
|
||||
|
||||
Restic treated files stored in iCloud drive as though they were regular files.
|
||||
This caused restic to download all files (including files marked as cloud only) while iterating over them.
|
||||
|
||||
Restic now allows the user to exclude these files when backing up with the `--exclude-cloud-files` option.
|
||||
|
||||
Works from Sonoma (macOS 14.0) onwards. Older macOS versions materialize files when `stat` is called on the file.
|
||||
|
||||
https://github.com/restic/restic/pull/4990
|
||||
https://github.com/restic/restic/issues/5352
|
||||
Reference in New Issue
Block a user