Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-24 Thread Carlo Filippetto
Dear Ana, can you help me one more? I'm worried that I can't do what I want: As backup solution I would like to have: - 6 daily (incremental) - retention 7 days - 4 weekly (differential) - retention 30 days - 3 Monthly (VFull) - retention 90 days I have to start with a Full, during the month I'l

Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-24 Thread Carlo Filippetto
You are right I can't do nothing with the Oldest Incremental without the previous ones.. My solution is based only on Incremental because I would like to physically copy every day the DB and this volumes on a second site to recover the jobs on DR machines. I have to modify my solution and rol

Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-23 Thread Ana Emília M . Arruda
Hello Carlo, >From a previous post, you said "I will copy the last incremental in the " DestinationPool". When dealing with incremental backups, for a full restore, you need the last full and all subsequent incrementals. Maybe you need to use differential backups, where you just need the last full

Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-23 Thread Carlo Filippetto
Can I ask you another question? I have a daily volumes that contain all Daily Job.. After seven days it is recycled. I want that one a week, the oldest one, will be copied in the 'weekly' pool, but how has to be this Job? I have to create a special Job? I have to specify in the "weekly" pool (tha

Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-23 Thread Carlo Filippetto
Great! You solve me a lot of questions ^_^ 2015-09-23 15:07 GMT+02:00 Ana Emília M. Arruda : > Hello Carlo, > > Thank you very much for your kind words :). > > Yes, you can specify the "Next Pool" directive in your Job rescource or in > your Schedule resource. If you specify it in the Job res

Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-23 Thread Ana Emília M . Arruda
Hello Carlo, Thank you very much for your kind words :). Yes, you can specify the "Next Pool" directive in your Job rescource or in your Schedule resource. If you specify it in the Job resource, it will override the one specified in the Pool resource. If you specify it in the Schedule resource, i

Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-23 Thread Carlo Filippetto
since you are so kind and prepared, I have another question: All my strategy will be based on Incremental, so every weekly I will copy the last incremental in the "DestinationPool", and every Month I have to perform a VirtualFull.. If I understood well, in both case I have to set a 'Next Pool' in

Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-22 Thread Ana Emília M . Arruda
You're welcome :). I'm sorry I made a mistake with the directive for the volume retention period in the Pool definition. The bellow is correct: Pool { Name = OriginalPool Pool Type = Backup Volume Retention = 7 days ... Next Pool = DestinationPool } Pool { Name = DestinationPoo

Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-22 Thread Carlo Filippetto
Thank you very mutch ^_^ Il 22/set/2015 18:50, "Ana Emília M. Arruda" ha scritto: > Hello Carlo, > > Yes. You can have a "Next Pool" directive configured for being used by > your copy job. This way, you can configure the pool for 30 days retention: > > Job { >Name = OriginalJob >Type = B

Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-22 Thread Ana Emília M . Arruda
Hello Carlo, Yes. You can have a "Next Pool" directive configured for being used by your copy job. This way, you can configure the pool for 30 days retention: Job { Name = OriginalJob Type = Backup ... Pool = OriginalPool } Pool { Name = OriginalPool Pool Type = Backup Reten

Re: [Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-22 Thread Carlo Filippetto
Hi, Noone have idea if the copy job can have a retention bigger that the original volumes? I have to modify it from "Update" command in bconsole? Thank you 2015-09-21 16:33 GMT+02:00 Carlo Filippetto : > Hi all > > I would like to modify my backup strategy: it is possible to use Copy Job > as

[Bacula-users] Use Copy Incremental Job as Weekly Job

2015-09-21 Thread Carlo Filippetto
Hi all I would like to modify my backup strategy: it is possible to use Copy Job as Weekly Job? I'll explain: I need to make every day incremental, to move this volumes outside for restore in second site, but I can't use 30 Volumes, to cover all the month. Can I use 7 daily volumes and every Sund