mirror of
https://github.com/restic/restic.git
synced 2025-08-23 15:57:37 +00:00
backup: allow excluding online-only cloud files
This commit is contained in:

committed by
Michael Eischer

parent
de3acd7937
commit
da71e77b28
12
changelog/unreleased/issue-3697
Normal file
12
changelog/unreleased/issue-3697
Normal file
@@ -0,0 +1,12 @@
|
||||
Enhancement: Allow excluding online-only cloud files (e.g. OneDrive)
|
||||
|
||||
Restic treated OneDrive Files On-Demand as though they were regular files
|
||||
for the purpose of backup which caused issues with VSS, could make backup
|
||||
incredibly slow (as OneDrive attempted to download files), or could fill
|
||||
the source disk (e.g. 1TB of files in OneDrive on a 500GB disk).
|
||||
Restic now allows the user to exclude these files when backing up with
|
||||
the `--exclude-cloud-files` switch.
|
||||
|
||||
https://github.com/restic/restic/issues/3697
|
||||
https://github.com/restic/restic/issues/4935
|
||||
https://github.com/restic/restic/pull/4990
|
Reference in New Issue
Block a user