Bacula-users

Re: [Bacula-users] simple problem ?!

2010-02-24 03:13:12
Subject: Re: [Bacula-users] simple problem ?!
From: Thomas Mueller <thomas AT chaschperli DOT ch>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 24 Feb 2010 08:09:39 +0000 (UTC)
Am Wed, 24 Feb 2010 08:30:31 +0100 schrieb Markus Heinze:

> Hello List,
> 
> im new to bacula and i have a simple problem, i think. I wan't to backup
> a few directories to a tape only from monday to friday. i only hav 5
> tapes (currently) so i have one tape for each day, so i must overwrite
> each tape every time it is used but i don't know how to configure this,
> the backup works fine but it appends the data but i want that the backup
> starts with formatting the tape and then write to the tape. so a tape
> will be overwritten every week.


add "Volume Retention" to pool resource in bacula-dir.conf, example:

Pool {
    ...
    Volume Retention = 6 days

}

(http://bacula.org/5.0.x-manuals/en/main/main/
Configuring_Director.html#9184)

* restart bacula-dir (or reload on console)
* on console: update volumes -> Volumes parameters -> All Volumes from 
all Pools

- Thomas


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>