-
My onedrive root dir is ~/OneDrive ,and now I have a dir ~/dir1 with some files in it . I want to just upload the dir to remote with the same dir name . I run like this :onedrive --syncdir ~/dir1 --synchronize --upload-only --no-remote-delete |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
@miroskv
You cant do this. You can only upload data that is within in your configured 'sync_dir' - this is how the API works. You must either:
or
|
Beta Was this translation helpful? Give feedback.
@miroskv
You cant do this.
You can only upload data that is within in your configured 'sync_dir' - this is how the API works.
You must either:
~/dir1
to~/OneDrive/dir1
or
~/OneDrive/dir1
->~/dir1