Re: [Bacula-users] deduplication within a volmue

2013-05-31 Thread melvin . ross
For the bacula volumes it's not very high. It's in mostly in place to handle hundreds of thousands of wav files whose first 20-30% is the exact same content. To control the size of my bacula volumes I instead employee a very aggressive recycling policy on the pools. >From My Mobile On 5/31/13

Re: [Bacula-users] deduplication within a volmue

2013-05-31 Thread Silver Salonen
On Thursday 30 May 2013 21:36:52 melvin.r...@gmail.com wrote: > There is no dedup by default. You have to either implement base jobs or do > the dedup outside of Backus. I personally store my volumes on zfs and let it > handle the de duplication. Have you looked at your dedup ratio? Because oth

Re: [Bacula-users] deduplication within a volmue

2013-05-30 Thread Dimitri Maziuk
On 05/30/2013 03:58 PM, stompdagg...@yahoo.com wrote: > Hello, > > I have a question, I want to backup my videos and music files, this means big files, lets assume that I define a pool for the full backups with to volumes and a 6 months retention. > > if the two volumes are the same in 95%, will

Re: [Bacula-users] deduplication within a volmue

2013-05-30 Thread melvin . ross
There is no dedup by default. You have to either implement base jobs or do the dedup outside of Backus. I personally store my volumes on zfs and let it handle the de duplication. On 5/30/13 15:58 stompdagg...@yahoo.com wrote: Hello, I have a question, I want to backup my videos and music file

[Bacula-users] deduplication within a volmue

2013-05-30 Thread stompdagg...@yahoo.com
Hello, I have a question, I want to backup my videos and music files, this means big files, lets assume that I define a pool for the full backups with to volumes and a 6 months retention. if the two volumes are the same in 95%, will deduplication kicks in or I need to configure it somehow? Th