Open aronr opened 9 years ago
Some of this documentation has been added (with thanks to @smasover). It could benefit by some user testing.
Also, we might yet consider the possible addition of a (careful) mention of 'mirror', as per above.
I agree mirror would be quite useful but see the point about caution. Perhaps add mention of mirror with a caveat emptor about overwriting.
In https://github.com/ucberkeley/brc-draft-documentation/wiki/Transferring-Data-Between-Savio-and-Your-UC-Berkeley-Box-Account, add at least summary information on performing file transfers with the
lftp
tool.We might at least cover the lftp commands:
ls
,cd
,get
,mget
,put
, andmput
.Per Wynn Meyer, lftp's
mirror
command is also powerful and useful:Note that the
mirror
command might involve some element of risk: of overwriting existing files where that isn't desired. There are many options to this command - see the canonical 'man' page at http://lftp.yar.ru/lftp-man.html - and perhaps we might recommend some combination and/or best practices for minimizing that risk.