Help Needed: Syncing Specific Folder to OneDrive Using onedrive Client on CasaOS (Debian 12) #3088
-
Hello, I’ve been trying to upload specific files from my CasaOS (Debian 12) server to my OneDrive using the What I'm Trying to Achieve:
What I’ve Tried:
onedrive --sync --upload-only --no-remote-delete onedrive --upload-only --no-remote-delete --syncdir /root/OneDrive/Minecraft_Backups --sync However, I can’t seem to get the files to upload to the correct folder in OneDrive. Instead, they just spread out to the root directory of my OneDrive in the files section. Expected Outcome:
Current Behavior:
Additional Info:
I would really appreciate any help or suggestions on how to make sure my files are uploaded directly to the Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@Mangoman120 The This is why your files are being uploaded to your online root. |
Beta Was this translation helpful? Give feedback.
@Mangoman120
Please read all documentation more carefully.
The
--syncdir
option is not for specifying which folder to sync - it is the folder considered as your OneDrive local root.This is why your files are being uploaded to your online root.