Hi there, responding only three years later... I had the same issue - how to backup my Onedrive to an Unraid share. The solution I found was use rclone CLI for Windows. How I did this: Create a new share in Unraid as the target for the backup Mount the target unraid backup share in Windows (eg Y:) In rclone for Windows, create a config for Onedrive From rclone, test that the shares are showing correctly (eg rclone lsd onedriveshare:) Do a dry run (rclone copy onedriveshare: Y: --progress --dry-run) If the dry run is good, redo the copy command but remove the --dry-run field