This commit is contained in:
Henrik Bakken
2021-03-23 01:15:36 +01:00
parent 5632010463
commit 8c79595610
5 changed files with 9 additions and 8 deletions
+3 -3
View File
@@ -6,8 +6,8 @@
# For explanations of all config options below see docs/USAGE.md or the man page.
#
sync_dir="/mnt/OneDrive"
skip_dir="Bilder/Camera Roll|Backup|Datasets|Pictures|Videos|*/_*|*/.*"
skip_file="*.*|.~*|~*"
skip_dir="Bilder/Camera Roll|Backup|Datasets|Pictures|Videos"
skip_file=".~*|~*|*.tmp"
# monitor_interval = "45"
# skip_dir = "Videos"
# log_dir = "/var/log/onedrive/"
@@ -25,7 +25,7 @@ skip_file="*.*|.~*|~*"
# no_remote_delete = "false"
skip_symlinks = "true"
# debug_https = "false"
# skip_dotfiles = "false"
skip_dotfiles = "true"
# dry_run = "false"
# min_notify_changes = "5"
# monitor_log_frequency = "5"