File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11# go-davsync
22Rsync-style WebDAV synchronizer
33
4+ [ ![ Docker Automated build] ( https://img.shields.io/docker/automated/iodeveloper/go-davsync.svg )] ( https://registry.hub.docker.com/r/iodeveloper/go-davsync )
5+
6+ [ ![ Docker Hub repository] ( http://dockeri.co/image/iodeveloper/go-davsync )] ( https://registry.hub.docker.com/r/iodeveloper/go-davsync )
7+
8+ ` iodeveloper/go-davsync:latest `
9+
410## Usage
511* ` -i /some/input/dir ` - path of source directory. Default is local ` ./ `
612* ` -iconf /input/config.json ` - path to secrets and options. Default none - means local filesystem source
5258docker run --rm \
5359 -v $( pwd) /files:/input \
5460 -v $( pwd) /davconf.json:/davconf.json \
55- go-davsync:local \
61+ iodeveloper/ go-davsync:latest \
5662 -i /input \
5763 -o " /Uploads/01" \
5864 -oconf /davconf.json \
You can’t perform that action at this time.
0 commit comments