Re: [Bacula-users] problems with configuring every-day full backup

2007-01-29 Thread Thomas Glatthor
Hi,

i think the RetentionTime (20h) is too long.
After writing 6-8 hours to the media,
and then adding the Retention of 20 hours,
the volume is reusable after 26-28 hours.
why not using RetentionTime of 1 minute?
bacula will recycle the volumes at jobstart, when no appendable volume
is available.


Thomas

Peter Selc schrieb:
> Hello,
> 
> I'm having problems with configuring one backup. It should be every-day
> full
> backup, runned at 00:05, where about 100GB of files are backed up
> (compressed approx. 50GB). It takes about 6-8 hours (client and storage are
> 2 different servers on the same network).
> The backup should use the same volumes, which are 4GB files, that means
> recycle and rewrite them by next run, because it's sufficient to hold the
> last-day state of files.
> 
> Thanks a a lot,
> Peter
> 
> 
> Here is my configuration, i suppose i have some mistakes in the pool
> resource. When the backup runs the next day, it doesn't reuse the already
> written media and asks for operator intervention
> 
> Client {
>  Name = mail-fd
>  Address = *
>  FDPort = 9102
>  Catalog = MyCatalog
>  Password = ""
>  File Retention = 1 day
>  Job Retention = 10 days
>  AutoPrune = yes
> }
> 
> Job {
>  Name = "mail-backup"
>  Client = mail-fd
>  Type = Backup
>  Level = Full
>  FileSet = "mail-fileset"
>  Schedule = "DailyCycle"
>  Storage =  ***
>  Messages = Standard
>  Pool = mail-pool
>  Priority = 13
>  Write Bootstrap = "/mnt/backup/protect/mail.bsr"
> }
> 
> 
> FileSet {
>  Name = "mail-fileset"
>  Include {
>Options {
>  signature = MD5
>  compression=GZIP8
>  onefs = no
>}
>  File = /etc
>  File = ...
>  File = ...
> }
> 
>  Exclude {
>File = /proc
>File = /tmp
>File = lost+found
>File = /.journal
>File = /.fsck
>  }
> }
> 
> Pool {
>  Name = mail-pool
>  Pool Type = Backup
>  Label format ="mail-backup-"
>  Recycle = yes   # Bacula can automatically recycle
> Volumes
>  AutoPrune = yes
>  Recycle Oldest Volume = yes # Prune expired volumes
>  Recycle Current Volume = yes
>  Volume Retention = 20 hours
>  Maximum Volume Bytes = 4g
>  Maximum Volumes = 40
>  UseVolumeOnce = yes
>  Volume Use Duration = 20 hours
> }
> 
> Schedule {
>  Name = "DailyCycle"
>  Run = Full daily at 00:05
> }
> 
> 
> 
> 
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
> 
> 
> 
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
IC3S Information, Computer und Solartechnik AG
Bäckerbarg 6, 22889 Tangstedt, Germany

Telefon+49.4109.555.121
Telefax+49.4109.555.57
E-Mail  [EMAIL PROTECTED]
Webhttp://www.ic3s.de/

Vorstand: Jan Behrmann (Vorsitzender), Stefan Fehlauer
Aufsichtsrat: Sven Niklasson (Vorsitzender)
Dresdner Bank (200 800 00), Kto. 0123 9582 00
Commerzbank (200 400 00), Kto. 8540 288
Amtsgericht Kiel HRB 7590
UST.IdNr. DE184532766

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] problems with configuring every-day full backup

2007-01-29 Thread Hristo Benev
Peter Selc wrote:
> Hello,
>
> I'm having problems with configuring one backup. It should be 
> every-day full backup, runned at 00:05, where about 100GB of files are 
> backed up (compressed approx. 50GB). It takes about 6-8 hours (client 
> and storage are 2 different servers on the same network).
> The backup should use the same volumes, which are 4GB files, that 
> means recycle and rewrite them by next run, because it's sufficient to 
> hold the last-day state of files.
>
> Thanks a a lot,
> Peter
>
>
> Here is my configuration, i suppose i have some mistakes in the pool 
> resource. When the backup runs the next day, it doesn't reuse the 
> already written media and asks for operator intervention
>
> Client {
>   Name = mail-fd
>   Address = *
>   FDPort = 9102
>   Catalog = MyCatalog
>   Password = ""
>   File Retention = 1 day
>   Job Retention = 10 days  
>   AutoPrune = yes
> }
>
> Job {
>   Name = "mail-backup"
>   Client = mail-fd
>   Type = Backup
>   Level = Full
>   FileSet = "mail-fileset"
>   Schedule = "DailyCycle"
>   Storage =  ***
>   Messages = Standard
>   Pool = mail-pool
>   Priority = 13
>   Write Bootstrap = "/mnt/backup/protect/mail.bsr"
> }
>
>
> FileSet {
>   Name = "mail-fileset"
>   Include {
> Options {
>   signature = MD5
>   compression=GZIP8
>   onefs = no
> }
>   File = /etc
>   File = ...
>   File = ...
> }
>
>   Exclude {
> File = /proc
> File = /tmp
> File = lost+found
> File = /.journal
> File = /.fsck
>   }
> }
>
> Pool {
>   Name = mail-pool
>   Pool Type = Backup
>   Label format ="mail-backup-"
>   Recycle = yes   # Bacula can automatically 
> recycle Volumes
>   AutoPrune = yes
>   Recycle Oldest Volume = yes # Prune expired volumes
>   Recycle Current Volume = yes
>   Volume Retention = 20 hours
>   Maximum Volume Bytes = 4g
>   Maximum Volumes = 40
>   UseVolumeOnce = yes
>   Volume Use Duration = 20 hours
> }
>
> Schedule {
>   Name = "DailyCycle"
>   Run = Full daily at 00:05
> }
>
> 
>
> -
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> 
>
> ___
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>   
I see problem with your setup...

What will happened if your  backup fails or server fails when you are 
doing backup? (Answer: There will be no backup at all)

Why: Because you reuse your backup media.
So probably if you modify your setup to hold the media for more than 24H 
you should be OK.

Hristo Benev

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] problems with configuring every-day full backup

2007-01-27 Thread John Drescher
On 1/27/07, John Drescher <[EMAIL PROTECTED]> wrote:
> On 1/27/07, Peter Selc <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I'm having problems with configuring one backup. It should be every-day full
> > backup, runned at 00:05, where about 100GB of files are backed up
> > (compressed approx. 50GB). It takes about 6-8 hours (client and storage are
> > 2 different servers on the same network).
> > The backup should use the same volumes, which are 4GB files, that means
> > recycle and rewrite them by next run, because it's sufficient to hold the
> > last-day state of files.
> >
> > Thanks a a lot,
> > Peter
> >
> >
> >  Here is my configuration, i suppose i have some mistakes in the pool
> > resource. When the backup runs the next day, it doesn't reuse the already
> > written media and asks for operator intervention
> >
> Ok, I'm confused. What is the problem? Are their any errors? If the
> speed is the problem what database are you using? Are you running on a
> gigabit network?
>
> John
>
Sorry, I missed the problem and see it now. I am not sure of this so I
will not give any bad advice...
John

-- 
John M. Drescher

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] problems with configuring every-day full backup

2007-01-27 Thread John Drescher
On 1/27/07, Peter Selc <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm having problems with configuring one backup. It should be every-day full
> backup, runned at 00:05, where about 100GB of files are backed up
> (compressed approx. 50GB). It takes about 6-8 hours (client and storage are
> 2 different servers on the same network).
> The backup should use the same volumes, which are 4GB files, that means
> recycle and rewrite them by next run, because it's sufficient to hold the
> last-day state of files.
>
> Thanks a a lot,
> Peter
>
>
>  Here is my configuration, i suppose i have some mistakes in the pool
> resource. When the backup runs the next day, it doesn't reuse the already
> written media and asks for operator intervention
>
Ok, I'm confused. What is the problem? Are their any errors? If the
speed is the problem what database are you using? Are you running on a
gigabit network?

John

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] problems with configuring every-day full backup

2007-01-27 Thread Peter Selc

Hello,

I'm having problems with configuring one backup. It should be every-day full
backup, runned at 00:05, where about 100GB of files are backed up
(compressed approx. 50GB). It takes about 6-8 hours (client and storage are
2 different servers on the same network).
The backup should use the same volumes, which are 4GB files, that means
recycle and rewrite them by next run, because it's sufficient to hold the
last-day state of files.

Thanks a a lot,
Peter


Here is my configuration, i suppose i have some mistakes in the pool
resource. When the backup runs the next day, it doesn't reuse the already
written media and asks for operator intervention

Client {
 Name = mail-fd
 Address = *
 FDPort = 9102
 Catalog = MyCatalog
 Password = ""
 File Retention = 1 day
 Job Retention = 10 days
 AutoPrune = yes
}

Job {
 Name = "mail-backup"
 Client = mail-fd
 Type = Backup
 Level = Full
 FileSet = "mail-fileset"
 Schedule = "DailyCycle"
 Storage =  ***
 Messages = Standard
 Pool = mail-pool
 Priority = 13
 Write Bootstrap = "/mnt/backup/protect/mail.bsr"
}


FileSet {
 Name = "mail-fileset"
 Include {
   Options {
 signature = MD5
 compression=GZIP8
 onefs = no
   }
 File = /etc
 File = ...
 File = ...
}

 Exclude {
   File = /proc
   File = /tmp
   File = lost+found
   File = /.journal
   File = /.fsck
 }
}

Pool {
 Name = mail-pool
 Pool Type = Backup
 Label format ="mail-backup-"
 Recycle = yes   # Bacula can automatically recycle
Volumes
 AutoPrune = yes
 Recycle Oldest Volume = yes # Prune expired volumes
 Recycle Current Volume = yes
 Volume Retention = 20 hours
 Maximum Volume Bytes = 4g
 Maximum Volumes = 40
 UseVolumeOnce = yes
 Volume Use Duration = 20 hours
}

Schedule {
 Name = "DailyCycle"
 Run = Full daily at 00:05
}
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users