Skip to content

Dockerized rclone, a utility for syncing among various cloud storage services.

License

Notifications You must be signed in to change notification settings

kevineye/docker-rclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

From rclone.org:

Rclone is a command line program to sync files and directories to and from

  • Google Drive
  • Amazon S3
  • Openstack Swift / Rackspace cloud files / Memset Memstore
  • Dropbox
  • Google Cloud Storage
  • Amazon Cloud Drive
  • Microsoft One Drive
  • Hubic
  • Backblaze B2
  • Yandex Disk
  • The local filesystem

Docker

Show help message:

/usr/bin/docker run --rm \
    kevineye/rclone \
    rclone --help

Interactive configuration:

touch rclone.conf
/usr/bin/docker run --rm -it \
    -v "$PWD"/rclone.conf:/root/.rclone.conf \
    kevineye/rclone \
    rclone config

Example Dropbox sync:

/usr/bin/docker run --rm \
    -v "$PWD"/rclone.conf:/root/.rclone.conf \
    -v /path/to/Dropbox:/data \
    kevineye/rclone \
    rclone sync dropbox:/ /data

About

Dockerized rclone, a utility for syncing among various cloud storage services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published