mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
new feature selective sync
removed system wide config file hardcoded sane default config updated README
This commit is contained in:
parent
8b204d18b4
commit
9dd944286f
8 changed files with 133 additions and 68 deletions
4
config
Normal file
4
config
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Directory where the files will be synced
|
||||
sync_dir = "~/OneDrive"
|
||||
# Skip files and directories that match this pattern
|
||||
skip_file = ".*|~*"
|
||||
Loading…
Add table
Add a link
Reference in a new issue