-
Notifications
You must be signed in to change notification settings - Fork 1
/
onedrive
38 lines (37 loc) · 1.17 KB
/
onedrive
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Configuration for OneDrive Linux Client
# This file contains the list of supported configuration fields
# with their default values.
# All values need to be enclosed in quotes
# 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.
application_id = "51aa031e-5000-4c29-876f-52a2ca15dd3a"
# check_nomount = "false"
# check_nosync = "false"
# classify_as_big_delete = "1000"
# debug_https = "false"
# disable_notifications = "false"
# disable_upload_validation = "false"
# download_only = "false"
# drive_id = ""
# dry_run = "false"
# enable_logging = "false"
# force_http_11 = "false"
force_http_2 = "true"
# local_first = "false"
# log_dir = "/var/log/onedrive/"
min_notify_changes = "5"
# monitor_fullscan_frequency = "10"
monitor_interval = "30"
# monitor_log_frequency = "5"
# no_remote_delete = "false"
# remove_source_files = "false"
# resync = "false"
# skip_dir = ""
# skip_dir_strict_match = "false"
# skip_dotfiles = "false"
# skip_file = "~*|.~*|*.tmp"
# skip_symlinks = "false"
sync_dir = "~/onedrive"
# sync_root_files = "false"
# upload_only = "false"
# user_agent = ""