mirror of
https://github.com/nicksherron/bashhub-server.git
synced 2025-09-06 20:34:24 +08:00
update README
This commit is contained in:
parent
b5381b2eab
commit
8039a455b7
1 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
@ -158,3 +158,26 @@ goland
|
||||||
ggpull
|
ggpull
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Transferring history from bashhub.com
|
||||||
|
|
||||||
|
You can transfer your command history from one server to another with then ```bashhub-server transfer```
|
||||||
|
command. Bashhub.com has a limit of 10 requests a seconds and you are limited to your last 10,000 commands.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ bashhub-server transfer \
|
||||||
|
--src-user 'user' \
|
||||||
|
--src-pass 'password' \
|
||||||
|
--dst-user 'user' \
|
||||||
|
--dst-pass 'password'
|
||||||
|
|
||||||
|
transferring 872 / 8909 [-->____________________] 9.79% 45 inserts/sec
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue