User Tools

Site Tools


backup:amanda:client_installation_debian6

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
backup:amanda:client_installation_debian6 [2012/06/26 08:06] – [Install pre-requisites] aorthbackup:amanda:client_installation_debian6 [2013/06/19 09:29] – [Prepare amrecover] aorth
Line 40: Line 40:
 ==== amanda-client.conf ==== ==== amanda-client.conf ====
 Configure the client's ///etc/amanda/amanda-client.conf// to specify the appropriate server, config, tape, and auth settings, ie: Configure the client's ///etc/amanda/amanda-client.conf// to specify the appropriate server, config, tape, and auth settings, ie:
-<file>conf "taurustest              # your config name+<file>conf "daily              # your config name
  
-index_server "192.168.5.3     # your amindexd server +index_server "192.168.5.25     # your amindexd server 
-tape_server  "192.168.5.3     # your amidxtaped server+tape_server  "192.168.5.25     # your amidxtaped server
 tapedev      "amrecover_changer"        # your tape device tapedev      "amrecover_changer"        # your tape device
                         # if not set, Use configure or ask server.                         # if not set, Use configure or ask server.
Line 64: Line 64:
 The first time you run amrecover it will try to SSH to the server.  You need to do this manually to accept the server's fingerprint: The first time you run amrecover it will try to SSH to the server.  You need to do this manually to accept the server's fingerprint:
  
-<code>root@odk:~# ssh 192.168.5.3 +<code>root@odk:~# ssh 192.168.5.25 
-The authenticity of host '192.168.5.(192.168.5.3)' can't be established.+The authenticity of host '192.168.5.25 (192.168.5.3)' can't be established.
 RSA key fingerprint is dc:80:d2:a1:da:16:b8:b5:1e:47:15:16:29:4c:be:89. RSA key fingerprint is dc:80:d2:a1:da:16:b8:b5:1e:47:15:16:29:4c:be:89.
 Are you sure you want to continue connecting (yes/no)? yes Are you sure you want to continue connecting (yes/no)? yes
-Warning: Permanently added '192.168.5.3' (RSA) to the list of known hosts. +Warning: Permanently added '192.168.5.25' (RSA) to the list of known hosts. 
-root@192.168.5.3's password:+root@192.168.5.25's password:
  
 root@odk:~# ^C</code> root@odk:~# ^C</code>
Line 104: Line 104:
  
 <code>sudo su - amandabackup <code>sudo su - amandabackup
-amcheck -c taurustest 192.168.5.8</code>+amcheck -c daily 192.168.5.8</code>
  
-You should see "0 problems found" This means that the server should be able to back up the client successfully.+You should see "0 problems found" This means that the server should be able to backup the client successfully.
  
 ==== amrecover ==== ==== amrecover ====
backup/amanda/client_installation_debian6.txt · Last modified: 2013/07/10 09:19 by aorth