Amanda-specific information: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(Added information about temporary index files)
 
(Added temporary new gnutar-lists to the items that can be excluded)
Line 1: Line 1:
During the backup process Amanda will create some temporary files. These files can cause ''strange'' results:
During the backup process Amanda will create some temporary files. These files can cause ''strange'' results:
<pre>? gtar: ./etc/amanda/DailySet1/index/hostname/_/20101206010001_0.gz.tmp: Warning: Cannot stat: No such file or directory</pre>
<pre>? gtar: ./etc/amanda/DailySet1/index/hostname/_/20101206010001_0.gz.tmp: Warning: Cannot stat: No such file or directory</pre>
And if a host has multiple DLEs on different spindles:
<pre>? gtar: ./var/lib/amanda/gnutar-lists/hostname_path_0.new: Warning: Cannot stat: No such file or directory</pre>


Backing up these temporary files is not useful, so you can add them to the exclude list: /etc/amanda/DailySet1/index/*.gz.tmp
Backing up these temporary files is not useful, so you can add them to the exclude list:
<pre>/etc/amanda/DailySet1/index/*.gz.tmp
/var/lib/amanda/gnutar-lists/*.new</pre>

Revision as of 07:29, 21 December 2010

During the backup process Amanda will create some temporary files. These files can cause strange results:

? gtar: ./etc/amanda/DailySet1/index/hostname/_/20101206010001_0.gz.tmp: Warning: Cannot stat: No such file or directory

And if a host has multiple DLEs on different spindles:

? gtar: ./var/lib/amanda/gnutar-lists/hostname_path_0.new: Warning: Cannot stat: No such file or directory

Backing up these temporary files is not useful, so you can add them to the exclude list:

/etc/amanda/DailySet1/index/*.gz.tmp
/var/lib/amanda/gnutar-lists/*.new