OneDrive to Google Drive / Wasabi Sync ?
-
This is in regards to a personal OneDrive account, not OneDrive for Business... to a personal or business Google Drive. I don't mind dropping a few bucks for an app or service.
Is there an app or service that anyone here has used and can recommend in good faith by experience (not just a Google search, I have already done that) that does OneDrive to Google Drive synchronization?
I'd rather not do cloud to disk to cloud, rather cloud to cloud, synchronization.
As I said, I have already done some searching, but what I'm looking for now is something tried and true someone can recommend that is a good fit.
-
Synchronizing to Wasabi is also an option I am open to.
-
I am currently looking into using rclone, as it will do exactly what I need it to do. I've used it in the past to back up data to OneDrive, so I'm already familiar with it. My only beef with that is I need to manage it myself either on my own device, or a VM somewhere. Not a deal breaker, but meh. I'll probably do a OneDrive to Wasabi sync.
I'm still open to other options in the meantime.
-
Relica uses restic as a backend so you should be able to use wasabi easily. They also have their own cloud but I don't see the point to that. I haven't used it personally and idk if it's worth paying $60 a year for the GUI for restic but just figured I'd mention it if you haven't seen it.
It also does peer to peer like crashplan used to, if you want that.
-
I tried a
--dry-run
of a test directory in OneDrive to sync to Wasabi, then a test run, both were successful. It's super fast since it's using the APIs of each cloud, so no downloading to disk first or anything like that. I have it set up on an AWS free tier EC2 t2.micro instance.I'm going to sync a few more folders to the associated Wasabi Buckets to see how it goes before I do the bulk of my OneDrive.
-
Another test folder, going well. I think I will stick with this, and automate it.
-
One issue or limitation I've run in to, is that this is only working with Wasabi Buckets in the
us-east-1
region. If I have a bucket in another region, Rclone gives an access denied or not exist error. No idea why.Anyone run into this before? Does this mean I would need to create multiple remotes in Rclone? Is fine initially, as I plan to automate it, but meh...
-
@Obsolesce said in OneDrive to Google Drive / Wasabi Sync ?:
One issue or limitation I've run in to, is that this is only working with Wasabi Buckets in the
us-east-1
region. If I have a bucket in another region, Rclone gives an access denied or not exist error. No idea why.Anyone run into this before? Does this mean I would need to create multiple remotes in Rclone? Is fine initially, as I plan to automate it, but meh...
Yup, just verified... each Rclone remote is specific to an S3 region.
-
@stacksofplates said in OneDrive to Google Drive / Wasabi Sync ?:
idk if it's worth paying $60 a year for the GUI for restic
i use Arch btw
-
@Obsolesce said in OneDrive to Google Drive / Wasabi Sync ?:
@stacksofplates said in OneDrive to Google Drive / Wasabi Sync ?:
idk if it's worth paying $60 a year for the GUI for restic
i use Arch btw
It does give you some other things other than the GUI lol. That was more of a joke. But yeah.
-
Just to make it clear, I'm using rclone sync to do the job on a headless Ubuntu container.
Revisiting this now two years later, as it's been that long since I last synchronized my personal OneDrive photo and video archives to Wasabi.
Most everything is great, except when doing a few
--dry-run
tests on some already-synchronized source/destination remotes, I noticed a few thousand files in total among several OneDrive archives result in a potential re-sync. Not a huge deal, except it's a slow process to sync.The files themself didn't change. I verified from both the source and backup that the CRC is the same on a bunch of to-be re-synced files, but perhaps the modification time changed at the source due to other syncs or who knows.
I would like to force RClone to use checksum only when synchronizing. Is that possible with an rclone sync between OneDrive and Wasabi?