From 76ac8d3a24b4785557ef141905c5343b5ec0618e Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 25 Oct 2018 13:09:56 +1100 Subject: [PATCH] Update default config file - Issue #208 (#210) * Ensure default config is aligned to code defaults --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 05e55f35..79cc666b 100644 --- a/config +++ b/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 = "~*" # Wait time (seconds) between sync operations in monitor mode monitor_interval = "45"