Dump size is the same regardless of the backup level: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
No edit summary
 
(man links)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
;Issue : The backup size for a DLE is the same regardless of the backup level.
{{Troubleshooting Header}}
=Problem=
The backup size for a DLE is the same regardless of the backup level.


;Logs : Look at the gnutar-lists directory in the client. All the files had ".new" suffix.
=Solution=
 
Set the ''record'' value to the ''yes'' in the dumptype definition in {{man|5|amanda.conf}}. This will cause the backup program to record the information in /etc/dumpdates or /etc/amandates files on the client, allowing incremental backups to be made.
;Cause : One of the possible reasons can be
 
* Check if the ''record'' value in the dumptype for the DLE is set to ''yes'' (See [[amanda.conf]])
 
; Solution :
 
* Set the ''record'' value to the ''yes'' in the dumptype definition in [[amanda.conf]]. This will cause the backup program: dump or GNU tar, to record the information in /etc/dumpdates or /etc/amandates files on the client.
 
 
----
See more [[amdump issues]].

Latest revision as of 23:53, 30 June 2008

This article is a part of the Troubleshooting collection.

Problem

The backup size for a DLE is the same regardless of the backup level.

Solution

Set the record value to the yes in the dumptype definition in amanda.conf(5). This will cause the backup program to record the information in /etc/dumpdates or /etc/amandates files on the client, allowing incremental backups to be made.