I must be missing something, so bear with me.
I have an Amanda 3.3.3 Linux server and I'm trying to get backups working with an XP-sp3 system running the ZWC-Community-3.3-32bit
edition.
If I do a force a full dump, run the dump and then run another dump, I would expect the incremental to be minimal. Instead, it is the same size as the full dump, although the report indicates that it is a Level 1 (but planner says it's overwriting the full dump)
amreport from level 0:
NOTES:
planner: Forcing full dump of pat-t60:"c:/Documents and Settings/pat" as directed.
taper: Slot 11 with label DS1-11 is not reusable
taper: Slot 12 with label DS1-12 is usable
taper: tape DS1-12 kb 21580 fm 1 [OK]
DUMP SUMMARY:
DUMPER STATS TAPER STATS
HOSTNAME DISK L ORIG-KB OUT-KB COMP% MMM:SS KB/s MMM:SS KB/s
---------------------------------------------- ------------------------------------- ---------------
pat-t60 "c:/Documents and Settings/pat" 0 27489 21580 78.5 0:09 2362.2 0:00 215800.0
amreport from level 1:
NOTES:
planner: Last full dump of pat-t60:"c:/Documents and Settings/pat" on tape DS1-14 overwritten in 1 run.
taper: Slot 14 with label DS1-14 is not reusable
taper: Slot 15 with label DS1-15 is usable
taper: tape DS1-15 kb 21581 fm 1 [OK]
DUMP SUMMARY:
DUMPER STATS TAPER STATS
HOSTNAME DISK L ORIG-KB OUT-KB COMP% MMM:SS KB/s MMM:SS KB/s
---------------------------------------------- ------------------------------------- --------------
pat-t60 "c:/Documents and Settings/pat" 1 27489 21581 78.5 0:09 2391.3 0:01 21581.0
This is the dumptype definition:
define dumptype zwc-compress {
global
index
strategy standard
auth "bsdtcp"
compress client fast
program "DUMP"
}
And this is the dle:
pat-t60 c:/Documents\ and\ Settings/pat zwc-compress
This happens even if I set strategy to "nofull"
I must be missing something, how do I get an incremental from Windows?