updates
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user