[go: nahoru, domu]

Skip to content
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

Describe passing the destination url for working transfer #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Describe passing the destination url for working transfer
Added description that you need to pass the destination url to run job, if source is on remote machine accessed via SSH, to make transfer to destination job done.
  • Loading branch information
MurzNN committed Sep 3, 2021
commit d2ff64ff7735474bf0635bc26c9ce463e63ed8cb
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,10 @@ run
subvolume [subvolume ...]

positional arguments:
subvolume backup job source or destination subvolume. local path
or SSH url
subvolume backup job source or destination subvolume. Local path
or SSH url. To transfer backup from remote machine to
local you need to pass the 'destination' path instead
of remote SSH url.

optional arguments:
-h, --help show this help message and exit
Expand Down