-
|
Is there a way to upload a directory manually 1-way with all underlying folders and files? Similar to: But then, for example. I have not been able to find anything about that (yet), but perhaps I missed something. |
Beta Was this translation helpful? Give feedback.
Answered by
abraunegg
Aug 19, 2025
Replies: 1 comment 2 replies
-
|
The configuration option When you use Please read the documentation:
You can always use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
abraunegg
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The configuration option
--single-directorywill sync that path and all children of that path.When you use
--sync --upload-only --no-remote-delete --single-directorythis will upload that directory to Microsoft OneDrive.Please read the documentation:
You can always use
--dry-runto test and validate before use