On Mon, Oct 17, 2011 at 11:57:46AM -0400, Kiryl Hakhovich wrote:
> - weekly on sunday - full backup and these tapes go off site (this is
> in rotation)
> - daily we run incremental
> problem at hand, if user want to restore something from last week, i
> need the tapes that went off site back, so i can restore data.
I have a similar setup here. I solved it by backing up to disk, then
running a copy job from disk to tape. 3TB are not that many disks as
2TB disks are cheap. May be well worth the hassle and you get faster
every day restore times as well:
- 1 Pool for tapes, called it TapePool here, long retention time
- 1 Pool on disk at least, I do 1 pool per client, NextPool = TapePool
retention time is as short as you need it to be to fit on your disks,
I do 5 weeks
- The Full/differential/Incremental jobs targetting the disk
- after the backup jobs finished, run a copy job to copy the backups to
TapePool, I do it via SQL selection.
Job {
Name = "CopyTape"
JobDefs = "CopyDefaults"
Schedule = "None"
Spool Data = Yes
Spool Attributes = Yes
Priority = 8
Pool = DiskPool
Selection Type = SQLQuery
Selection Pattern = "select a.JobId from Job AS a JOIN Pool AS b ON
a.PoolId=b.PoolId AND b.Name!='TapePool' WHERE a.Type='B' AND a.JobID NOT IN
(SELECT PriorJobId FROM Job AS c JOIN Pool AS d ON c.PoolId=d.PoolId AND
d.Name='TapePool') ORDER BY a.StartTime ASC;"
}
> thus, i was hoping that i can do a full backup weekly (these tapes go
> off site) and one full backup once every 3 months or so and then run
> incremental daily.
I do monthly full, weekly differential, daily incremental. Except
database servers, there it is monthly full and daily differential.
Regards,
Adrian
--
LiHAS - Adrian Reyer - Hessenwiesenstraße 10 - D-70565 Stuttgart
Fon: +49 (7 11) 78 28 50 90 - Fax: +49 (7 11) 78 28 50 91
Mail: [email protected] - Web: http://lihas.de
Linux, Netzwerke, Consulting & Support - USt-ID: DE 227 816 626 Stuttgart
------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Ciosco Self-Assessment and learn
about Cisco certifications, training, and career opportunities.
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users