On 01/09/17 10:34, Joakim Jalap wrote:
> Hello Bareos Users!

Hey!

> I have some backups going to disk on my server. I would like to copy
>  some jobs to tape for offsite storage. What I'm thinking of is
> having 4 tapes and doing all the copy jobs on the 1st sun of each
> month.

I've found that virtual-full backups are a bit nicer than copy jobs for
off-site storage. They take the most recent full, differentials, and
incrementals and combine them to be a single new full backup that has
the latest view of everything.  But what you want can also work with
copy jobs.

My pool looks like:

pool {
  # No "Label Format" disables automatic volume labeling
  name = offsite
  pool type = Backup     # Sigh, case sensitive
  storage = lto6-1
  volume retention = 30 days
  maximum volume bytes = 2500 GB
  volume use duration = 48 hours
  purge oldest volume = yes
}

We do off-site backups once a week, so clearly you'll need a longer
VOLUME RETENTION period.  The trick for me was the VOLUME USE DURATION.
Which is:

> The Volume Use Duration directive defines the time period that the
> Volume can be written beginning from the time of first data write to
> the Volume.

The 48 hours is about how long after the backup starts that we move the
tapes off-site.  Label the 4 tapes, put them all in the same pool, and
Bareos will cycle through the tapes for you.

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to