Fabricio Luiz Machado said: > Hi, > > I�m doing some tests with a new strategy, but I�m a little confuse. > > STRATEGY: > Sundays: full backup (level 0) > Monday-Saturday: incremental backup > > AMANDA.CONF: > dumpcycle 1 weeks > runspercycle 7 > tapecycle 7 tapes > labelstr "^TEST[0-9][0-9]*$"
Hi, This means that after 1 week there will be a full backup, Amanda will try to spread these over the 7 days, depending on how many filesystems you are backing up. Please read: http://www.amanda.org/docs/topten.html#id2550713 Therefore, if you really wish to have a level 0 backup on Sunday, you will need another amanda.conf with: dumpcycle 0 and create a crontab to run on Sundays. > > The problem is that after tape labeled "TEST07", amanda expects > "TAPE01" > I want to get the tape writed on last sunday in month for a "monthly" > backup and put it in a safe. > > How can modify amanda.conf to do that ? > > Thanks and sorry about my poor english. > > Fabricio. > > > > __________________________________________________ > Converse com seus amigos em tempo real com o Yahoo! Messenger > http://br.download.yahoo.com/messenger/ >
