jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.92k stars 96 forks source link

Local copy instead of tranferred to OneDrive #242

Closed KC-T closed 1 year ago

KC-T commented 2 years ago

I used Rclone on Ubuntu to copy files more than 1T to a directory "abc" mounted by onedriver to OneDrive. Initially, the copying seems OK but after a few hours, the harddisk containing "abc" has become full with files stored under "abc" instead of being transferred to OneDriver, though the copying is still running. Stopping the copying and deleting "abc" can release the disk space.

Is it a problem with onedriver or Rclone? How can the local copy be skipped. I am not talking about the .cache files.

Thanks!

jstaf commented 2 years ago

I suggest using rclone directly if you just want to copy directly to OneDrive (the onedriver mountpoint isn't necessary, you can perform a one-way sync with rclone).

KC-T commented 2 years ago

Thank you!