Hello,
And I was wondering why it could be necessary to exclude files from gzip
compression. Since the most that can happen is that these files will suffer
no compression.
Best regards,
Ana
On Thu, Nov 27, 2014 at 4:31 PM, Kern Sibbald wrote:
> Hello,
>
> I don't want to comment on the details
Hello,
I don't want to comment on the details of the FileSets as what you guys
(and gal) are talking about is a bit complicated.
However, I can re-assure you that Bacula walks the directory tree only
once. Once it has found a file, it then walks down all the Include and
Option blocks, so if you
Having two Include clauses is wasteful because it causes Bacula to walk the
directory tree twice. Why not combine them like this?
FileSet {
Name = "MyFileSet"
Include {
Options {
# Files that we don't want to compress.
wildfile = "*.zip"
wildfile = "*
> On Wed, 26 Nov 2014 14:54:10 -0500, Bill Arlofski said:
>
> On 11/26/2014 10:36 AM, Martin Simmons wrote:
> > Look good, but I think you should remove
> >
> > File = /opt/virtual/images
> >
> > from the Exclude clause.
> >
> > __Martin
>
> Hi Martin, if that is removed, then the sparse
Hello Uwe,
You can have more than one include resource within the FileSet. So you can
have one with compression enabled and one with compression disabled. The
firt include you only backup your .zip, .gz, etc., files without
compression, the second one you backup all files except your *.gz, *.zip,
That sounds right
-Original Message-
From: Danixu86 [mailto:bacula-fo...@backupcentral.com]
Sent: Thursday, November 27, 2014 2:50 AM
To: bacula-users@lists.sourceforge.net
Subject: [Bacula-users] How to do Cross Replication Site1<=>Site2 (DR)
|| Answering Danixu86's question, Yes , both
On 11/27/2014 3:11 AM, Patrick wrote:
> Hi all,
>
> I have a bacula setup with a bacula-dir and bacula-sd on version 5.2.12 and a
> bunch of Linux clients (also with 5.2.12). Everything works fine, I get speed
> rates at about 70-80 MByte/s from these Linux clients. Two months ago I have
> added
HI folks,
is it possible to disable compression based on a file extension basis,
say like skipping all files ending in .zip or .gz?
Thanks,
Uwe
--
NIONEX --- Ein Unternehmen der Bertelsmann SE & Co. KGaA
--
Download
Hi all,
I have a bacula setup with a bacula-dir and bacula-sd on version 5.2.12 and a
bunch of Linux clients (also with 5.2.12). Everything works fine, I get speed
rates at about 70-80 MByte/s from these Linux clients. Two months ago I have
added a bunch of Windows Server 2008 R2 machine (both