-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please document how the remote diskrsync is found #26
Comments
It's run on the remote end exactly the same way as you ran it locally, i.e. if it's called with "./diskrsync" it will be called as "./diskrsync" on the remote. As for the single dash, where do you see it? I can'r find any instances in the project. |
|
This looks like an output from an older version, this is what I get: $ diskrsync -h
Usage of diskrsync:
--cmd-path string Remote command path (defaults to argv[0])
--no-compress Store target as a raw file
--ssh-flags string SSH flags
--verbose Print statistics, progress, and some debug info
pflag: help requested (note " $ diskrsync
Usage: diskrsync [flags] <src> <dst>
src and dst is [[user@]host:]path
Flags:
--cmd-path string Remote command path (defaults to argv[0])
--no-compress Store target as a raw file
--ssh-flags string SSH flags
--verbose Print statistics, progress, and some debug info Ideally, the output from |
I noticed that diskrsync was pretty flexible in finding
./diskrsync
at the remote end (it was not in the path). How is the remote called exactly, how does it try to find the remote program to run?If you tell me I'll create a PR against the README if you want.
(Sidenote: the included help use
-verbose
format while the usage use--verbose
format [double dash], maybe these shall be synced.)The text was updated successfully, but these errors were encountered: