2024-08-08 22:48:03 +12:00
|
|
|
Enhancement: Allow excluding online-only cloud files (e.g. OneDrive)
|
|
|
|
|
2025-03-25 18:12:51 +01:00
|
|
|
Restic treated files synced using OneDrive Files On-Demand as though they
|
|
|
|
were regular files. This caused issues with VSS and could cause OneDrive to
|
|
|
|
download all files.
|
|
|
|
|
2024-08-08 22:48:03 +12:00
|
|
|
Restic now allows the user to exclude these files when backing up with
|
2025-03-25 18:12:51 +01:00
|
|
|
the `--exclude-cloud-files` option.
|
2024-08-08 22:48:03 +12:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/3697
|
|
|
|
https://github.com/restic/restic/issues/4935
|
2025-03-25 18:12:51 +01:00
|
|
|
https://github.com/restic/restic/pull/4990
|