Sendbackup error: no backup size line: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(added trivial error and solution)
mNo edit summary
Line 13: Line 13:
* GNU tar state file ''/var/lib/amanda/gnutar-lists/machinename_home_src_1.new'' is corrupted.  
* GNU tar state file ''/var/lib/amanda/gnutar-lists/machinename_home_src_1.new'' is corrupted.  
** If you are using GNU Tar 1.16, this can be caused by [http://savannah.gnu.org/bugs/?18487 GNU Tar bug #18487].
** If you are using GNU Tar 1.16, this can be caused by [http://savannah.gnu.org/bugs/?18487 GNU Tar bug #18487].
* Trivial: The directory which should be backedup does not exist anymore   
* Trivial problem: The directory which should be backedup does not exist anymore   


=Solution=
=Solution=
Line 19: Line 19:
* Force a full backup for the DLE to rewrite the state file.
* Force a full backup for the DLE to rewrite the state file.
* Upgrade/downgrade to a working version of tar
* Upgrade/downgrade to a working version of tar
* Remove or change directory in disklist file
* For trivial problem: Remove or change directory in disklist file

Revision as of 07:32, 15 October 2007

This article is a part of the Troubleshooting collection.

Problem

amdump fails with sendbackup error "no backup size line" for a DLE.

| ? gtar: /var/lib/amanda/gnutar-lists/machinename_home_src_1.new: Missing record terminator
| ? gtar: Error is not recoverable: exiting now
| sendbackup: error [no backup size line]

Check sendbackup debug logs on the Amanda client. It is usually in /tmp/amanda/client/<amanda configuration>/ directory.

Explanation

  • /var filesystem on Amanda client does not have free space
  • GNU tar state file /var/lib/amanda/gnutar-lists/machinename_home_src_1.new is corrupted.
  • Trivial problem: The directory which should be backedup does not exist anymore

Solution

  • Create more space in /var filesystem if needed.
  • Force a full backup for the DLE to rewrite the state file.
  • Upgrade/downgrade to a working version of tar
  • For trivial problem: Remove or change directory in disklist file