Bacula-users

Re: [Bacula-users] file data encryption

2009-07-27 10:43:57
Subject: Re: [Bacula-users] file data encryption
From: Victor Hugo dos Santos <listas.vhs AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 27 Jul 2009 10:38:19 -0400
On Thu, Jul 23, 2009 at 12:43 PM, Jean-Philippe Farcy<jfarcy AT sigma DOT fr> 
wrote:
> Hello,
> first excuse my English, I'm french.
> I'm new on the mailing list, and i have a question.
> My config:
> bacula server: Debian Lenny / bacula 2.4.3
> bacula client: Red Hat Enterprise Linux Server release 5.3 / bacula 2.4.4
> I have several file system backuped and everything work fine.
> I try "file data encryption" and everything work fine.
> Today I want to backup 5 file system without encryption and a file
> system with encryption.
> Is this possible ?

yes.. is possible..
basically, bacula consider all files type as files !! :D

> I want to make 2 FileSet on the server and 2 bacula-fd listenning on 2
> differents ports on the client.
> Is this a good solution ?

noo..
you only need specific the directory or path of files (with or without
encryptation) in FileSet resources
http://www.bacula.org/manuals/en/install/install/Configuring_Director.html#SECTION00670000000000000000

for example:

  Include {
    File = /folder/with/encrypted/files
    File = /other/folder/without/encrypted/files
    Options { compression=GZIP }
  }

bye

-- 
-- 
Victor Hugo dos Santos
Linux Counter #224399

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>