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

Reply via email to