User Tools

Site Tools


backup:amanda:server_installation

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
backup:amanda:server_installation [2012/06/11 12:03] – [Configure] aorthbackup:amanda:server_installation [2012/06/11 12:04] – [Test] aorth
Line 75: Line 75:
  
 <code>sudo su - amandabackup <code>sudo su - amandabackup
-amcheck taurus</code>+amcheck daily</code>
  
 Other than errors about tape labels, the command should work fine. Other than errors about tape labels, the command should work fine.
Line 81: Line 81:
 === Setup a disklist === === Setup a disklist ===
  
-Set up a "disklist" for the new config in ///etc/amanda/taurus/disklist//.  For now, just do something like so we can test quickly:+Set up a "disklist" for the new config in ///etc/amanda/daily/disklist//.  For now, just do something like so we can test quickly:
 <file>localhost /etc root-tar</file> <file>localhost /etc root-tar</file>
  
Line 91: Line 91:
  
 <code>mtx load 1 <code>mtx load 1
-amlabel taurus taurus-01 slot 1 -f</code>+amlabel daily daily-01 slot 1 -f</code>
  
 === Run a test backup === === Run a test backup ===
Line 98: Line 98:
  
 <code>sudo su - amandabackup <code>sudo su - amandabackup
-amdump taurus</code>+amdump daily</code>
  
 === Test recovery === === Test recovery ===
Line 125: Line 125:
  
 <code>sudo su - amandabackup <code>sudo su - amandabackup
-amrmtape taurus taurus-01</code>+amrmtape daily daily-01</code>
  
 === Label more tapes === === Label more tapes ===
Line 133: Line 133:
 <code>sudo su - <code>sudo su -
 mtx unload mtx unload
-for tapenum in {1..4}; do mtx load $tapenum; amlabel taurus taurus-0$tapenum slot $tapenum -f; mtx unload $tapenum; done</code>+for tapenum in {1..4}; do mtx load $tapenum; amlabel daily daily-0$tapenum slot $tapenum -f; mtx unload $tapenum; done</code>
backup/amanda/server_installation.txt · Last modified: 2012/06/11 12:05 by aorth