rsync+ssh configurable via args with configurable delay
832
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.
Content type
Image
Digest
sha256:3abf8dfb4…
Size
32.7 MB
Last updated
over 1 year ago
docker pull wesdobry/rsync-ssh-delay