Promote: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(Link to "Level".)
No edit summary
Line 1: Line 1:
{{Glossary Entry}}
{{Glossary Entry}}


To change the run [[Level|level]] of a dump to be more inclusive, e.g. from a partial backup to a full backup. Amanda will promote dumps from time to time when space is available. Promoting a dump reduces the number of tapes needed to restore a given [[DLE]]. You can control promotion with the per [[dumptype]] keyword <tt>maxpromoteday</tt> in {{man|5|amanda.conf}}.
Promoting is the action of doing a full backup of a [[DLE]] when it is not due.


The goal of amanda is to balance the size of full backup at every run, that size is:
  balanced_size = size of a full of all [[DLE|DLEs]] / <tt>runspercycle</tt>
If current run size of scheduled full [[DLE|DLEs]] is lower than balanced_size, then amanda promote some [[DLE]] to a full backup in the hope to get a better balanced schedule.
You can control promotion with the per [[dumptype]] keyword <tt>maxpromoteday</tt> in {{man|5|amanda.conf}}.
In some cases, amanda promote the same [[DLE]] too often, to prevent this, you can set <tt>maxpromoteday</tt> to a small value.
Promoting a dump reduces the number of tapes needed to restore a given [[DLE]].
Promoting is the opposite of [[Bump|bumping]].
Promoting is the opposite of [[Bump|bumping]].

Revision as of 11:28, 21 October 2010


Promoting is the action of doing a full backup of a DLE when it is not due.

The goal of amanda is to balance the size of full backup at every run, that size is:

 balanced_size = size of a full of all DLEs / runspercycle

If current run size of scheduled full DLEs is lower than balanced_size, then amanda promote some DLE to a full backup in the hope to get a better balanced schedule.

You can control promotion with the per dumptype keyword maxpromoteday in amanda.conf(5).

In some cases, amanda promote the same DLE too often, to prevent this, you can set maxpromoteday to a small value.

Promoting a dump reduces the number of tapes needed to restore a given DLE. Promoting is the opposite of bumping.