a simple wrapper for concurrent rsync processes written in golang
| .vscode | ||
| log | ||
| settings | ||
| tools | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| gosync | ||
| LICENSE.md | ||
| main.go | ||
| README.md | ||
gosync
a simple wrapper for concurrent rsync processes written in golang
requirements
run
gosync [source] [target] (options)
options
| short | long | description |
|---|---|---|
| -u | --user | set user for ssh / rsync |
| -p | --password | set password for ssh / rsync |
| -c | --concurrency | set limit for concurrent rsync processes |
| -v | --verbose | enable verbose / debug output |