summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorJohn Hackett <john.hackett@bytemark.co.uk>2015-02-20 18:41:54 +0000
committerJohn Hackett <john.hackett@bytemark.co.uk>2015-02-20 18:41:54 +0000
commit4a66fec4b42af038c9fffc25396fe6b5fc177e56 (patch)
tree8dbbcde96636ebe6d3da61b86ba013123b8a7602 /TODO.md
parent613d6b891f842057187f0b1202438851893e5a60 (diff)
Updated install instructions slightly, found an odd parse error
Diffstat (limited to 'TODO.md')
-rwxr-xr-xTODO.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index a3607fe..21b4dcb 100755
--- a/TODO.md
+++ b/TODO.md
@@ -39,3 +39,36 @@ TODO list for byteback
* (same for postgres using pg_start_backup() and pg_stop_backup())
+jhackett@bm-jhackett:~$ sudo byteback-setup-client --destination byteback@byteback-server.default.tethra.uk0.bigv.io
+No hostname set, using bm-jhackett.bytemark.co.uk
+
+Skipping key generation, delete /etc/byteback/key if that's wrong
+byteback@byteback-server.default.tethra.uk0.bigv.io's password:
+/usr/lib/ruby/1.9.1/fileutils.rb:247:in `mkdir': Permission denied - bm-jhackett.bytemark.co.uk (Errno::EACCES)
+ from /usr/lib/ruby/1.9.1/fileutils.rb:247:in `fu_mkdir'
+ from /usr/lib/ruby/1.9.1/fileutils.rb:221:in `block (2 levels) in mkdir_p'
+ from /usr/lib/ruby/1.9.1/fileutils.rb:219:in `reverse_each'
+ from /usr/lib/ruby/1.9.1/fileutils.rb:219:in `block in mkdir_p'
+ from /usr/lib/ruby/1.9.1/fileutils.rb:205:in `each'
+ from /usr/lib/ruby/1.9.1/fileutils.rb:205:in `mkdir_p'
+ from /usr/bin/byteback-setup-client-receive:30:in `<main>'
+*** Remote setup didn't work
+jhackett@bm-jhackett:~$ sudo byteback-setup-client --destination byteback@byteback-server.default.tethra.uk0.bigv.io
+No hostname set, using bm-jhackett.bytemark.co.uk
+
+Skipping key generation, delete /etc/byteback/key if that's wrong
+byteback@byteback-server.default.tethra.uk0.bigv.io's password:
+Create subvolume 'bm-jhackett.bytemark.co.uk/current'
+Setup worked! To take your first backup run: byteback-backup --verbose
+jhackett@bm-jhackett:~$ sudo byteback-backup --verbose
+system: ssh -o BatchMode=yes -o ConnectionAttempts=5 -o ConnectTimeout=30 -o ServerAliveInterval=60 -o TCPKeepAlive=yes -x -a -i /etc/byteback/key -l byteback@byteback byteback-server.default.tethra.uk0.bigv.io byteback-receive --ping --verbose
+Permission denied (publickey,password).
+*** Could not connect to byteback@byteback@byteback-server.default.tethra.uk0.bigv.io:
+jhackett@bm-jhackett:~$ sudo -u ^Cyteback-backup --verbose
+jhackett@bm-jhackett:~$ cd /etc/byteback/
+jhackett@bm-jhackett:/etc/byteback$ ls
+destination key key.pub
+jhackett@bm-jhackett:/etc/byteback$ cat destination
+byteback@byteback@byteback-server.default.tethra.uk0.bigv.io
+jhackett@bm-jhackett:/etc/byteback$ dpkg -l | ^C
+