Issue #432 and #441 combined (#447)

* Re-add original #432 and #441 fixes to master
This commit is contained in:
abraunegg 2019-04-02 05:21:02 +11:00 committed by GitHub
commit 6a6b8f128f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 126 additions and 47 deletions

2
config
View file

@ -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"