Rclone

Rclone

Docker app from thomast_88's Repository

Overview

Docker for Rclone - a command line program to sync files and directories to and from various cloud services.

Install Rclone on Unraid in a few clicks.

Find Rclone in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Rclone Review the template variables and paths Click Install

Categories

Download Statistics

2,699,361
Total Downloads
134
This Month
161
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
tynor88/rclone:dev
Last Updated2020-04-17
First Seen2016-09-19

Runtime arguments

Network
bridge
Privileged
false

Template configuration

Config PathPathrw

The path to where the .rclone.conf file is

Target
/config
Default
/mnt/cache/appdata/rclone/config/
Data PathPathro

The path to the data which should be backed up by Rclone

Target
/data
Sync DestinationVariable

The destination that the data should be backed up to (must be the same name as specified in .rclone.conf)

Target
SYNC_DESTINATION
Sync Destination SubpathVariable

If the data should be backed up to a subpath on the destionation (will automaticly be created if it does not exist)

Target
SYNC_DESTINATION_SUBPATH
Cron ScheduleVariable

A custom cron schedule which will override the default value of: 0 * * * * (hourly)

Target
CRON_SCHEDULE
Default
0 * * * *
Sync CommandVariable

A custom rclone command which will override the default value of: rclone sync /data $SYNC_DESTINATION:/$SYNC_DESTINATION_SUBPATH

Target
SYNC_COMMAND