Japanatron Logo

PRE-REQUISITIES
- Rclone plugin
- User Scripts plugin (if you want to schedule the jobs)

SETUP RCLONE
Rclone is surprisingly easy to use, as it's very similar to Rsync.  The major difference is the initial configuration, as you have to register the cloud storage provider connection.  Since UnRAID does not have a browser installed, I used the headless setup process, which is very well-documented here:
https://rclone.org/remote_setup/

I first tried my Mac for this, but couldn't get it working.  I gave up and succeeded with my Windows 10 PC.  I'm not saying that Windows is better--just that this is life in IT.  Give up and try another PC, OS, browser, cable, reboot, day.  Tomorrow my Mac will work, but Windows won't.

CREATE RCLONE JOB
Here's an example rclone job.  As you can see it's very similar to rsync after you have the connection setup.

rclone sync /mnt/user/SourceFolder/ onedrive:backup/DestinationFolder/

I recommend running it manually with the --dry-run flag, so you can make sure it's gonna work.
Next, run it manually on a small folder.
Last, run the big guy!

If it's working, then schedule it in User Scripts.  Now you're backing up your UnRAID array data to cloud storage!

Related Articles

The Hunt for the Ultimate VPS ...

If IT geek-dom were a crime, I'd be on death row by now.  Fortunately, it is not; so I continue my dorky IT pursuits--the latest of which is finding a VPS cloud...

Linux - How to Mount Clonezill...

Make sure the partclone package is installed.apt-get install partcloneCreate an empty image file.touch image-file.imgRestore the clonezilla files into the image...

The Hunt For the Ultimate Free...

My aged Netgear NAS was primed and ready for a relaxing retirement, so I pursued a befitting upgrade.  I briefly considered an out-of-the-box NAS offering from ...

Running Adobe Illustrator with...

Here's a quick one.  I've been struggling with getting Adobe Illustrator (Creative Cloud) to run properly with user-level privileges.  It would often freeze and...