Sign inSign up

m11s/rclone

By m11s

•Updated 12 days ago

rclone with inotify-tools for filesystem event monitoring.

Image
Databases & storage
0

1.5K

m11s/rclone repository overview

⁠m11s/rclone

rclone⁠ with inotify-tools added to the official image. Use it when an rclone job needs to react to Linux filesystem events.

⁠Tags

TagUse
latest-inotifyCurrent rclone image with inotify-tools
1.74-inotifyPinned published rclone release

⁠Usage

docker run --rm -v "$PWD:/data" m11s/rclone:latest-inotify \
  rclone sync /data remote:backup

Run inotifywait directly when a container needs to wait for a file event:

docker run --rm -v "$PWD:/data" m11s/rclone:latest-inotify \
  inotifywait -m /data

See the rclone documentation⁠ for remote configuration and command options. Source and license: m11s-io/docker-images⁠.

Tag summary

Content type

Image

Digest

sha256:f9b7a503a…

Size

30.7 MB

Last updated

4 months ago

docker pull m11s/rclone