Paolo Supino wrote:

>Hi 
>
>  The dumptype is as follows: 
>
>define dumptype global {
>    exclude "tmp"
>    exclude "MP3"
>    exclude "mp3"
>    exclude "Mp3"
>}
>
>define dumptype incremental {  
>    comment "for daily backups where no level 0 is done"
>    compress none
>    index
>    maxdumps 2 
>    priority medium 
>    program "GNUTAR"
>    record 
>    strategy nofull
>}
>
>
>   Let me guess that stating 'index' only isn't enough? 
>
>
>
>
>       Paolo
>
You guessed right :-)
You only have to add "yes" after:
index yes

same for record.


Reply via email to