This docker image contains rclone.
The embedded entrypoint script is located at /etc/entrypoint.d/rclone and performs the following actions:
- A new rclone configuration is generated using the following environment variables:
| Variable | Default Value | Description |
|---|---|---|
| RCLONE_CONF | If defined, this value will be written to <rclone_conf>/rclone.conf. |
|
| RCLONEL_SCHEDULE | */15 * * * * | Schedule section of the rclone (token) crontab entry. |
- Volume permissions are normalized.
/
├─ etc/
│ ├─ cron.daily/
│ │ └─ rclone
│ ├─ rclone/
│ └─ entrypoint.d/
│ └─ rclone
├─ run/
│ └─ secrets/
├─ usr/
│ └─ local/
│ └─ bin/
│ ├─ rclone-down
│ ├─ rclone-up
│ ├─ rclone-token-refresh
│ └─ rclone-wrapper
└─ var/
├─ lib/
│ └─ rclone/
└─ log/
└─ rclone*
None.
/etc/rclone- rclone configuration directory./var/lib/rclone- rclone data directory.