From 8039a455b702e315e0a07909b3c016928b9f8f67 Mon Sep 17 00:00:00 2001 From: nicksherron Date: Wed, 12 Feb 2020 01:28:33 -0500 Subject: [PATCH] update README --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index d54f7a7..4564908 100644 --- a/README.md +++ b/README.md @@ -158,3 +158,26 @@ goland 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 +``` + + + + + + + + +