|
From: Paulo M. <mar...@go...> - 2010-12-20 21:49:50
|
Hello,
i am not sure if i miss here something:
Scenario:
First i had done a full backup with following fileset:
(the job have Accurate = yes )
FileSet {
Name = "appserver"
Include {
Options {
signature = MD5
}
File = "|/etc/appserver-client.filelist_inc"
}
Exclude {
File = "|/etc/appserver-client.filelist_exc"
}
}
Script echo is:
$sh /etc/appserver-client.filelist_inc
/app/share
$sh /etc/appserver-client.filelist_exc
/app/share/temp
after the full backup i changed the exclude list
by adding /app/share/test (directory reloaded)
$sh /etc/appserver-client.filelist_exc
/app/share/temp
/app/share/test
but all diff and inc backups are including changed files under /app/
share/test.
I noticed this because the expected backup size reduction doesn't
appear. Thought
they must include the files not only as a exclusion information
(accurate mode).
Any ideas.
Thx
PM
|