mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
* Add debug line for flagging to disable upload validation checks * Handle Microsoft 'enrichment' of certain documents when stored on Sharepoint * Handle skip_dir checks when nothing to check against (false positive) * Update default 'skip_file' to include tmp and lock files generated by LibreOffice * Update code comments & logging output * Update readme & default config file * Update database version due to changing defaults of 'skip_file' which will force a rebuild and use of new skip_file default regex
6 lines
233 B
Text
6 lines
233 B
Text
# Directory where the files will be synced
|
|
sync_dir = "~/OneDrive"
|
|
# Skip files and directories that match this pattern
|
|
skip_file = "~*|.~*|*.tmp"
|
|
# Wait time (seconds) between sync operations in monitor mode
|
|
monitor_interval = "45"
|