This commit is contained in:
Henrik Bakken
2021-02-09 17:12:34 +01:00
parent 21f37cbc6b
commit c452826815
7 changed files with 97 additions and 90 deletions
+4 -3
View File
@@ -5,8 +5,9 @@
# When changing a config option below, remove the '#' from the start of the line
# For explanations of all config options below see docs/USAGE.md or the man page.
#
sync_dir = "/mnt/OneDrive"
# skip_file = "~*|.~*|*.tmp"
sync_dir="/mnt/OneDrive"
skip_dir="Programming/logs|Bilder/Camera Roll|Backup|Datasets|Pictures|Videos|*/__pycache__|*/.ipynb_checkpoints"
skip_file="*.tmp|.~*|~*"
# monitor_interval = "45"
# skip_dir = "Videos"
# log_dir = "/var/log/onedrive/"
@@ -14,7 +15,7 @@ sync_dir = "/mnt/OneDrive"
# upload_only = "false"
# check_nomount = "false"
# check_nosync = "false"
download_only = "false"
# download_only = "false"
# disable_notifications = "false"
# disable_upload_validation = "false"
# enable_logging = "false"