Sign inSign up

oliverlorenz/crontab-rsync

By oliverlorenz

Updated over 6 years ago

runs rsync command as cronjob in a docker container

Image
1

126

oliverlorenz/crontab-rsync repository overview

Docker Cloud Automated build Docker Cloud Build Status

docker-crontab-rsync

This is a image is based on oliverlorenz/docker-crontab. It adds the rsync package which can be used in a cronjob.

usage

docker run -d \
  -v /path/to/crontab:/crontab
  -v /path/to/files:/volume
  oliverlorenz/crontab-rsync:latest-alpine
example crontab
* * * * * /usr/bin/rsync /volume/* user@host:/path/

see also

Tag summary

Content type

Image

Digest

Size

4.9 MB

Last updated

over 6 years ago

docker pull oliverlorenz/crontab-rsync:latest-alpine