Amdump Only Creates Incremental Dumps in Holding Disk: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(remove category)
(reformat, use header template)
 
Line 1: Line 1:
{{Troubleshooting Category|Amdump}}
{{Troubleshooting Header}}
{{Troubleshooting Problem}}
=Problem=
When Amanda cannot flush dumps to tape, it only creates incremental dumps.
When Amanda cannot flush dumps to tape, it only creates incremental dumps.
{{Troubleshooting Explanation}}
=Explanation=
Amanda is supposed to be able to redirect the dumps to a specified holding disk in case there is a problem with the tape or drive.  This "problem" can be anything from there being no tape in the drive, to the cable became disconnected.
Amanda is supposed to be able to redirect the dumps to a specified holding disk in case there is a problem with the tape or drive.  This "problem" can be anything from there being no tape in the drive, to the cable became disconnected.


Additionally, in some cases, you just want to fail all dumps to a holding disk in order to flush them all at once in order to save tapes.
Additionally, in some cases, you just want to fail all dumps to a holding disk in order to flush them all at once in order to save tapes.


{{Troubleshooting Solution}}
=Solution=
Normally Amanda will only store incrementals on the holding disk, and full dumps will be skipped, as the default is to reserve 100% of the disk for degraded-mode, incremental backups.  In order to allow full backups to be dumped to the holding disk, you must reduce the amount of space reserved for incrementals.
Normally Amanda will only store incrementals on the holding disk, and full dumps will be skipped, as the default is to reserve 100% of the disk for degraded-mode, incremental backups.  In order to allow full backups to be dumped to the holding disk, you must reduce the amount of space reserved for incrementals.



Latest revision as of 23:18, 22 May 2007



This article is a part of the Troubleshooting collection.

Problem

When Amanda cannot flush dumps to tape, it only creates incremental dumps.

Explanation

Amanda is supposed to be able to redirect the dumps to a specified holding disk in case there is a problem with the tape or drive. This "problem" can be anything from there being no tape in the drive, to the cable became disconnected.

Additionally, in some cases, you just want to fail all dumps to a holding disk in order to flush them all at once in order to save tapes.

Solution

Normally Amanda will only store incrementals on the holding disk, and full dumps will be skipped, as the default is to reserve 100% of the disk for degraded-mode, incremental backups. In order to allow full backups to be dumped to the holding disk, you must reduce the amount of space reserved for incrementals.

For example,

reserve 30

means to save at least 30% of the holding disk space for degraded mode (level 1 and higher) backups. That will allow 70 percent of the space to be used by full backups.

Credits

This text was originally contributed to the AMANDA-FAQ-O-Matic by [email protected].