All apps · 0 apps
Rclone
Docker app from thomast_88's Repository
Overview
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.
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
tynor88/rclone:devRuntime arguments
- Network
bridge- Privileged
- false
Template configuration
The path to where the .rclone.conf file is
- Target
- /config
- Default
- /mnt/cache/appdata/rclone/config/
The path to the data which should be backed up by Rclone
- Target
- /data
The destination that the data should be backed up to (must be the same name as specified in .rclone.conf)
- Target
- SYNC_DESTINATION
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
A custom cron schedule which will override the default value of: 0 * * * * (hourly)
- Target
- CRON_SCHEDULE
- Default
- 0 * * * *
A custom rclone command which will override the default value of: rclone sync /data $SYNC_DESTINATION:/$SYNC_DESTINATION_SUBPATH
- Target
- SYNC_COMMAND