From 4a66fec4b42af038c9fffc25396fe6b5fc177e56 Mon Sep 17 00:00:00 2001 From: John Hackett Date: Fri, 20 Feb 2015 18:41:54 +0000 Subject: Updated install instructions slightly, found an odd parse error --- TODO.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'TODO.md') 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 `
' +*** 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 + -- cgit v1.2.1