Sign inSign up

pythonunitednl/rclone-multiple-shares

By pythonunitednl

Updated over 2 years ago

Docker container using rclone and cron to sync multiple shares

Image
Integration & delivery
0

1.3K

pythonunitednl/rclone-multiple-shares repository overview

Periodic Rclone syncer

Docker compose config:

services
  rclone:
    image: pythonunitednl/rclone-multiple-shares
    volumes:
      - ./config/rclone_mapping.json:/config/mapping.json
      - ./config/rclone.conf:/config/rclone.conf
      - ./sync/:/opt/sync
    environment:
      CRON_SCHEDULE: ${CRON_SCHEDULE:-*/5 * * * *}

See Github repo for docs: https://github.com/PythonUnited/rclone-multiple-shares

Tag summary

Content type

Image

Digest

sha256:281606a37

Size

40.6 MB

Last updated

over 2 years ago

docker pull pythonunitednl/rclone-multiple-shares