mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
* On some Linux distributions, the file system search tool locally modifies certain files after indexing. Even though the file contents has not changed, the file itself has, as the local modified timestamp has been updated. This then causes timestamp checks to be invalid. To ignore this in cases where this is occurring, configure 'bypass_data_preservation' to 'true' in the config file and local data protection rules will be ignored. * Add warning to application startup if 'bypass_data_preservation' has been enabled
This commit is contained in:
parent
060a42ab77
commit
fc90ccb425
4 changed files with 39 additions and 11 deletions
1
config
1
config
|
|
@ -36,3 +36,4 @@
|
|||
# skip_dir_strict_match = "false"
|
||||
# application_id = ""
|
||||
# resync = "false"
|
||||
# bypass_data_preservation = "false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue