Fullbackup on saturdays.

2008-11-14 Thread Prashant Ramhit

Hi All,
How is it possible to configure amanda for the following set up

Full backup on Saturdays and
Incremental on Monday till Friday.
On 2 Tapes only.

dumpcycle 1
tapecycle 2

Kind Regards,
Prashant





Re: Fullbackup on saturdays.

2008-11-14 Thread Jon LaBadie
On Fri, Nov 14, 2008 at 02:02:20PM +, Prashant Ramhit wrote:
 Hi All,
 How is it possible to configure amanda for the following set up
 
 Full backup on Saturdays and
 Incremental on Monday till Friday.
 On 2 Tapes only.
 
 dumpcycle 1
 tapecycle 2
 

Do your crontab amdump scheduling with options.
See Chris's posting (just before yours on my reading)
for a sample done for slightly different purposes.

jl
-- 
Jon H. LaBadie  [EMAIL PROTECTED]
 JG Computing
 12027 Creekbend Drive  (703) 787-0884
 Reston, VA  20194  (703) 787-0922 (fax)


Re: Fullbackup on saturdays.

2008-11-14 Thread Michael Loftis

No.  It does it better.  There's a FAQ on this too.

--On November 14, 2008 2:02:20 PM + Prashant Ramhit 
[EMAIL PROTECTED] wrote:



Hi All,
How is it possible to configure amanda for the following set up

Full backup on Saturdays and
Incremental on Monday till Friday.
On 2 Tapes only.

dumpcycle 1
tapecycle 2

Kind Regards,
Prashant







--
Genius might be described as a supreme capacity for getting its possessors
into trouble of all kinds.
-- Samuel Butler


Re: fullbackup

2002-09-21 Thread Frank Smith

--On Friday, September 20, 2002 20:58:42 -0400 Gene Heskett [EMAIL PROTECTED] 
wrote:

 On Friday 20 September 2002 16:32, Frank Smith wrote:
 --On Friday, September 20, 2002 21:46:48 +0200 Marcus Schopen 
 [EMAIL PROTECTED] wrote:
 Frank Smith wrote:
 --On Friday, September 20, 2002 17:46:28 +0200 Marcus Schopen 
 [EMAIL PROTECTED] wrote:
  I'd like to set up a second set of tapes for making a full
  backup each sunday. My daily set with a set of 24 tapes is
  running from monday to saturday (dumpcycle 6 and tapecycle
  24).
  
  For the weekly full backuo I have a set of 20 tapes. Amanda
  should write a full backup to each tape, so I have weekly
  full backups for the last 20 weeks. Is this the right
  configuration to force amanda to make a fullback each time:
  
   dumpcycle 0
   tapecycle 20
   maxcycle 0
  
  Contab entry would be
  
   0 8 * * 7 backup /usr/sbin/amdump DudeWeeklySet
  
  Thanks
  Marcus
 
 Looks OK.  Don't forget to use a dumptype with 'record no'
 for your weekly or you will hose your daily schedule.
 
 Thanks for answering that fast.  But I don't understand the
 'record no' thing. The DudeWeeklySet is a totaly different
 config. Why or how can it overwrite my daily stuff that runs on
 a different config with a different set of tapes.
 
 Thanks
 Marcus
 
 Dump keeps track of the times and levels of the last dump of each
 filesystem by saving the times in /etc/dumpdates.  Since tar
 doesn't really have the same concept of levels, Amanda fakes it
 by writing similar information in /etc/amandates.
   Neither one has any idea of multiple configs, so the same file
 will get updated each time you run any of your configs.  So when
 your 'weekly full' runs it will update the file, and then when
 your 'daily' runs, it will be expecting to back up files newer
 than the last 'daily' run, but dump or tar look for files newer
 than the times in the dumpdates/amandate file and will only be
 backing up files newer than the time of the 'weekly' run.
  The end result is that your daily set of tape may be unable to
 restore the entire filesystem.  Your weekly set should be OK
 since its always a full.
 
 Frank
 that y
 
 Excellent explanation Frank, thanks, I needed that.  But this also 
 points out that the fix would appear to be fairly simple, just a 
 matter of moving the location of this dumpdates/amandates file to 
 where ever that keyword points to in the individual amanda.conf.
 
 Or is this something thats carved into whatever stone dump/tar is 
 cut from, and not an amanda function?  The latter case, amandates, 
 certainly seems to indicate its an actual amanda function and 
 therefore subject to being whatever the coders want it to be 
 including its location.

I don't think amandates' location is configurable (unless its been
added into the beta releases).  It would be a nice feature to
have though.  Of course, dumpdates' location is set in stone
in most dump programs.  I guess you could compile your own,
but it would still be the same for all configs unless you built
multiple amandas each configured with a seperate dump executable.
   I think it would be nice if Amanda was friendlier to multiple
configs so the run times could overlap as well, but I would
suspect that would also be quite a bit of work. 

Frank

--
Frank Smith[EMAIL PROTECTED]
Systems Administrator Voice: 512-374-4673
Hoover's Online Fax: 512-374-4501




fullbackup

2002-09-20 Thread Marcus Schopen

Hi,

I'd like to set up a second set of tapes for making a full backup each
sunday. My daily set with a set of 24 tapes is running from monday to
saturday (dumpcycle 6 and tapecycle 24).

For the weekly full backuo I have a set of 20 tapes. Amanda should write
a full backup to each tape, so I have weekly full backups for the last
20 weeks. Is this the right configuration to force amanda to make a
fullback each time:

 dumpcycle 0
 tapecycle 20
 maxcycle 0

Contab entry would be

 0 8 * * 7 backup /usr/sbin/amdump DudeWeeklySet

Thanks
Marcus
-- 

Marcus Schopen(0
P.O. Box 10 25 25 //\ Deutsche Zope User Group
D-33525 Bielefeld V_/_www.dzug.org




Re: fullbackup

2002-09-20 Thread Frank Smith

--On Friday, September 20, 2002 17:46:28 +0200 Marcus Schopen 
[EMAIL PROTECTED] wrote:

 I'd like to set up a second set of tapes for making a full backup each
 sunday. My daily set with a set of 24 tapes is running from monday to
 saturday (dumpcycle 6 and tapecycle 24).

 For the weekly full backuo I have a set of 20 tapes. Amanda should write
 a full backup to each tape, so I have weekly full backups for the last
 20 weeks. Is this the right configuration to force amanda to make a
 fullback each time:

  dumpcycle 0
  tapecycle 20
  maxcycle 0

 Contab entry would be

  0 8 * * 7 backup /usr/sbin/amdump DudeWeeklySet

 Thanks
 Marcus

Looks OK.  Don't forget to use a dumptype with 'record no'
for your weekly or you will hose your daily schedule.

Frank

--
Frank Smith[EMAIL PROTECTED]
Systems Administrator Voice: 512-374-4673
Hoover's Online Fax: 512-374-4501




Re: fullbackup

2002-09-20 Thread Marcus Schopen

Hei Frank,

Frank Smith wrote:
 
 --On Friday, September 20, 2002 17:46:28 +0200 Marcus Schopen 
[EMAIL PROTECTED] wrote:
 
  I'd like to set up a second set of tapes for making a full backup each
  sunday. My daily set with a set of 24 tapes is running from monday to
  saturday (dumpcycle 6 and tapecycle 24).
 
  For the weekly full backuo I have a set of 20 tapes. Amanda should write
  a full backup to each tape, so I have weekly full backups for the last
  20 weeks. Is this the right configuration to force amanda to make a
  fullback each time:
 
   dumpcycle 0
   tapecycle 20
   maxcycle 0
 
  Contab entry would be
 
   0 8 * * 7 backup /usr/sbin/amdump DudeWeeklySet
 
  Thanks
  Marcus
 
 Looks OK.  Don't forget to use a dumptype with 'record no'
 for your weekly or you will hose your daily schedule.


Thanks for answering that fast.  But I don't understand the 'record no' 
thing. The DudeWeeklySet is a totaly different config. Why or how can
it overwrite my daily stuff that runs on a different config with a
different set of tapes.

Thanks
Marcus




-- 

Marcus Schopen(0
P.O. Box 10 25 25 //\ Deutsche Zope User Group
D-33525 Bielefeld V_/_www.dzug.org




Re: fullbackup

2002-09-20 Thread Frank Smith

--On Friday, September 20, 2002 21:46:48 +0200 Marcus Schopen 
[EMAIL PROTECTED] wrote:
 Frank Smith wrote:

 --On Friday, September 20, 2002 17:46:28 +0200 Marcus Schopen 
[EMAIL PROTECTED] wrote:

  I'd like to set up a second set of tapes for making a full backup each
  sunday. My daily set with a set of 24 tapes is running from monday to
  saturday (dumpcycle 6 and tapecycle 24).
 
  For the weekly full backuo I have a set of 20 tapes. Amanda should write
  a full backup to each tape, so I have weekly full backups for the last
  20 weeks. Is this the right configuration to force amanda to make a
  fullback each time:
 
   dumpcycle 0
   tapecycle 20
   maxcycle 0
 
  Contab entry would be
 
   0 8 * * 7 backup /usr/sbin/amdump DudeWeeklySet
 
  Thanks
  Marcus

 Looks OK.  Don't forget to use a dumptype with 'record no'
 for your weekly or you will hose your daily schedule.


 Thanks for answering that fast.  But I don't understand the 'record no'
 thing. The DudeWeeklySet is a totaly different config. Why or how can
 it overwrite my daily stuff that runs on a different config with a
 different set of tapes.

 Thanks
 Marcus

Dump keeps track of the times and levels of the last dump of each
filesystem by saving the times in /etc/dumpdates.  Since tar doesn't
really have the same concept of levels, Amanda fakes it by writing
similar information in /etc/amandates.
   Neither one has any idea of multiple configs, so the same file
will get updated each time you run any of your configs.  So when
your 'weekly full' runs it will update the file, and then when
your 'daily' runs, it will be expecting to back up files newer
than the last 'daily' run, but dump or tar look for files newer
than the times in the dumpdates/amandate file and will only be
backing up files newer than the time of the 'weekly' run.
  The end result is that your daily set of tape may be unable to
restore the entire filesystem.  Your weekly set should be OK
since its always a full.

Frank
that y

--
Frank Smith[EMAIL PROTECTED]
Systems Administrator Voice: 512-374-4673
Hoover's Online Fax: 512-374-4501




Re: fullbackup

2002-09-20 Thread Gene Heskett

On Friday 20 September 2002 16:32, Frank Smith wrote:
--On Friday, September 20, 2002 21:46:48 +0200 Marcus Schopen 
[EMAIL PROTECTED] wrote:
 Frank Smith wrote:
 --On Friday, September 20, 2002 17:46:28 +0200 Marcus Schopen 
[EMAIL PROTECTED] wrote:
  I'd like to set up a second set of tapes for making a full
  backup each sunday. My daily set with a set of 24 tapes is
  running from monday to saturday (dumpcycle 6 and tapecycle
  24).
 
  For the weekly full backuo I have a set of 20 tapes. Amanda
  should write a full backup to each tape, so I have weekly
  full backups for the last 20 weeks. Is this the right
  configuration to force amanda to make a fullback each time:
 
   dumpcycle 0
   tapecycle 20
   maxcycle 0
 
  Contab entry would be
 
   0 8 * * 7 backup /usr/sbin/amdump DudeWeeklySet
 
  Thanks
  Marcus

 Looks OK.  Don't forget to use a dumptype with 'record no'
 for your weekly or you will hose your daily schedule.

 Thanks for answering that fast.  But I don't understand the
 'record no' thing. The DudeWeeklySet is a totaly different
 config. Why or how can it overwrite my daily stuff that runs on
 a different config with a different set of tapes.

 Thanks
 Marcus

Dump keeps track of the times and levels of the last dump of each
filesystem by saving the times in /etc/dumpdates.  Since tar
 doesn't really have the same concept of levels, Amanda fakes it
 by writing similar information in /etc/amandates.
   Neither one has any idea of multiple configs, so the same file
will get updated each time you run any of your configs.  So when
your 'weekly full' runs it will update the file, and then when
your 'daily' runs, it will be expecting to back up files newer
than the last 'daily' run, but dump or tar look for files newer
than the times in the dumpdates/amandate file and will only be
backing up files newer than the time of the 'weekly' run.
  The end result is that your daily set of tape may be unable to
restore the entire filesystem.  Your weekly set should be OK
since its always a full.

Frank
that y

Excellent explanation Frank, thanks, I needed that.  But this also 
points out that the fix would appear to be fairly simple, just a 
matter of moving the location of this dumpdates/amandates file to 
where ever that keyword points to in the individual amanda.conf.

Or is this something thats carved into whatever stone dump/tar is 
cut from, and not an amanda function?  The latter case, amandates, 
certainly seems to indicate its an actual amanda function and 
therefore subject to being whatever the coders want it to be 
including its location.

-- 
Cheers, Gene
AMD K6-III@500mhz 320M
Athlon1600XP@1400mhz  512M
99.15% setiathome rank, not too shabby for a WV hillbilly



fullbackup question

2002-09-17 Thread Marcus Schopen

Hi,

I'd like to set up a second set of tapes for making a full backup each
sunday. My daily set with a set of 24 tapes is running from monday to
saturday (dumpcycle 6 and tapecycle 24).

For the weekly full backuo I have a set of 20 tapes. Amanda should write
a full backup to each tape, so I have weekly full backups for the last
20 weeks. Is this the right configuration to force amanda to make a
fullback each time:

 dumpcycle 0
 tapecycle 20
 maxcycle 0

Contab entry would be

 0 8 * * 7 backup /usr/sbin/amdump DudeWeeklySet

Thanks
Marcus

-- 

Marcus Schopen(0
P.O. Box 10 25 25 //\ Deutsche Zope User Group
D-33525 Bielefeld V_/_www.dzug.org