On Thu, 6 May 2004 at 10:53pm, Gavin Henry wrote


I would like to change my amanda.conf to do full backups on Fridays?
...
Here is my current setup:

dumpcycle 9 days        # the number of days in the normal dump cycle
runspercycle 9 days    # the number of amdump runs in dumpcycle days
tapecycle 12 tapes      # the number of tapes in rotation

If it is to make an archive backup to be stored offsite, then you better make another configuration with "dumpcycle 0" and run that config only on friday. Use a dumptype similar to this:

define dumptype allways-full {
         program "GNUTAR"
         index yes
         record no
         compress client fast
         dumpcycle 0
         skip-incr yes           # emphasize we only want full dumps
         strategy noinc          # also reduce time to do estimates
}

The "record no" is there to not disturb the daily config.

If it is because all the other backup schemes you know are doing this,
then wait until the others have catched up with the scheduling policy
of Amanda, and let Amanda do it her way.

What do I need to read?



-- Paul Bijnens, Xplanation Tel +32 16 397.511 Technologielaan 21 bus 2, B-3001 Leuven, BELGIUM Fax +32 16 397.512 http://www.xplanation.com/ email: [EMAIL PROTECTED] *********************************************************************** * I think I've got the hang of it now: exit, ^D, ^C, ^\, ^Z, ^Q, F6, * * quit, ZZ, :q, :q!, M-Z, ^X^C, logoff, logout, close, bye, /bye, * * stop, end, F3, ~., ^]c, +++ ATH, disconnect, halt, abort, hangup, * * PF4, F20, ^X^X, :D::D, KJOB, F14-f-e, F8-e, kill -1 $$, shutdown, * * kill -9 1, Alt-F4, Ctrl-Alt-Del, AltGr-NumLock, Stop-A, ... * * ... "Are you sure?" ... YES ... Phew ... I'm out * ***********************************************************************



Reply via email to