I do something similar to what you are doing and my backup is work correctly so
here is my amgtar settings if that will help.
define application-tool app_amgtar {
comment "amgtar"
plugin "amgtar"
property "GNUTAR-PATH" "/usr/sfw/bin/gtar"
property "GNUTAR-LISTDIR" "/var/amanda/gnutar-lists"
property "CHECK-DEVICE" "NO"
property "ATIME-PRESERVE" "NO"
}
Robert
From: [email protected] [mailto:[email protected]] On
Behalf Of Attila Bogár
Sent: Monday, October 10, 2011 8:02 AM
To: [email protected]
Subject: Re: level 1 dumps on ZFS with snapshots
Hello,
On 08/10/11 15:31, Attila Bogár wrote:
To summarize my problem, instead of incremental level1 dumps on FreeBSD w/ ZFS
I'm always getting quasi level 0 dumps, which takes ages.
After reading this post:
http://wiki.zmanda.com/index.php/Tar_dumps_every_file_in_a_level-1_backup_after_a_hardware_change
...I switched amgtar's property "CHECK-DEVICE" "NO"
gtar is 1.26, which looks it's a must.
Let's see if this solves the problem...
Attila