Amanda-Users

Re: Discrepancy between amrestore and dd speeds

2007-12-22 14:28:02
Subject: Re: Discrepancy between amrestore and dd speeds
From: Greg Troxel <gdt AT ir.bbn DOT com>
To: Ryan Steele <rsteele AT archer-group DOT com>
Date: Sat, 22 Dec 2007 14:20:27 -0500
  backup@amandaserver# amrestore -r /dev/nst0 hostname /foo/bar

This will uncompress your dumps, which are probably gzipped, and that
takes CPU and more disk bandwidth to write.  If they are compressed,
give '-c' to amrestore to leave them alone.

(IMHO amrestore should default to not changing compression, and have
options to force compression and force uncompression.)