Sign inSign up

wesdobry/rsync-ssh-delay

By wesdobry

•Updated over 1 year ago

rsync+ssh configurable via args with configurable delay

Image
0

832

wesdobry/rsync-ssh-delay repository overview

⁠wesdobry - rsync-ssh-delay

Docker Automated build Image Size Docker Pulls Docker Stars

This container simply runs rsync in a loop with arguments and delay specified by environment variables.

Environment Variable Options

  • SOURCE - Source path

  • DESTINATION - Destination path

  • ARGS - Specify all rsync options Example: Settings $ARGS to equal to "-rPvht --exclude *.part --delete --partial" would result in running an rsync command like:

    rsync -rPvht --exclude *.part --delete --partial $SOURCE $DESTINATION

  • DELAY - The delay in seconds between loops.

Tag summary

Content type

Image

Digest

sha256:3abf8dfb4…

Size

32.7 MB

Last updated

over 1 year ago

docker pull wesdobry/rsync-ssh-delay