Sign inSign up

kovacsguido/rclone

By kovacsguido

Updated over 9 years ago

A simple rclone Docker-image with crond support, based on alpine.

Image
0

277

kovacsguido/rclone repository overview

What is the Rclone?

The Rclone is a command line program to sync files and directories to cloud storage. More informations on the official Rclone website.

How to use this image?

Create new config / Edit existing config

  • On the host:
docker-compose exec rclone rclone config --config /home/rclone/.rclone.conf

  • Or in the container:
rclone config --config /home/rclone/.rclone.conf

Sync data

  • On the host:
docker-compose exec rclone rclone sync /data remote:directory

  • Or in the container:
rclone sync /data remote:directory

Tag summary

Content type

Image

Digest

Size

10.3 MB

Last updated

over 9 years ago

docker pull kovacsguido/rclone