mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Resolve file creation loop when working directly in the synced folder with libreoffice (#442)
* 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
This commit is contained in:
parent
4444b9cd8a
commit
f38b13dd00
6 changed files with 94 additions and 38 deletions
2
config
2
config
|
|
@ -1,6 +1,6 @@
|
|||
# Directory where the files will be synced
|
||||
sync_dir = "~/OneDrive"
|
||||
# Skip files and directories that match this pattern
|
||||
skip_file = "~*"
|
||||
skip_file = "~*|.~*|*.tmp"
|
||||
# Wait time (seconds) between sync operations in monitor mode
|
||||
monitor_interval = "45"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue