Taperalgo

From The Open Source Backup Wiki (Amanda, MySQL Backup, BackupPC)
Revision as of 09:22, 18 September 2012 by Laurent Dongradi (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


The algorithm used to choose which dump image to send from the holding disk to the taper. Note that the taper can only send completed dumps from the holding disk to tape. So as each dump is sent to tape, the taper must select a new dump from completed dumps, not from all the remaining dumps.

Possible values:

first
First in - first out. (default)
firstfit
The first dump image that will fit on the current tape.
largest
The largest dump image.
largestfit
The largest dump image that will fit on the current tape.
smallest
The smallest dump image.
last
Last in - first out.

Other languages: [[::Taperalgo|English]] {{#ifexist: {{#if: | | {{#if: | :}}Taperalgo}}/Fr |  • {{#if: |français| [[::Taperalgo/Fr|français]]}}|}}

{{#ifexist: {{#if: | | {{#if: | :}}Taperalgo}}/Zh-cn |  • {{#if: |中文(中国大陆)‎| [[::Taperalgo/Zh-cn|中文(中国大陆)‎]]}}|}}