Hi,
Is it possible to back from OneDrive to other storage or vice versa?
Thanks,
D
Hi,
Is it possible to back from OneDrive to other storage or vice versa?
Thanks,
D
Duplicacy backs up local data to elsewhere. So, to backup OneDrive, you would need to make the content available locally.
One way to accomplish that is to configure the native OneDrive client to “download all files” (to have a complete deterministic set) and disable “sync on-demand” (to make OneDrive folder just a plain old folder, not a fancy reparse point with filesystem driver that only pretends to be a folder).
Alternatively, if you don’t have so much space locally – mount OneDrive with rclone with a small VFS cache enabled: it will cache all metadata for periodic backup to work but won’t take space with actual files, and yet preset the the whole contents of one drive in a virtual filesystem as if everything was local.
This is the solution I use (in my case with google drive, but it’s the same thing). It works perfectly.
Thank you, I will try that workaround.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.