a simple wrapper for concurrent rsync processes written in golang
Find a file
2023-09-08 13:29:45 +02:00
.vscode initial commit 2023-09-07 15:20:19 +02:00
help added cli option '-h | --help' 2023-09-07 15:34:11 +02:00
log initial commit 2023-09-07 15:20:19 +02:00
settings fixed parsing of arguments 2023-09-08 13:29:45 +02:00
tools changed log output regarding empty password 2023-09-07 15:51:53 +02:00
.gitignore updated '.gitignore' and removed compiled binary 2023-09-07 15:22:20 +02:00
go.mod initial commit 2023-09-07 15:20:19 +02:00
go.sum initial commit 2023-09-07 15:20:19 +02:00
LICENSE.md initial commit 2023-09-07 15:20:19 +02:00
main.go changed log output regarding empty password 2023-09-07 15:51:53 +02:00
README.md initial commit 2023-09-07 15:20:19 +02:00

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