On Thu, Jul 23, 2009 at 12:43 PM, Jean-Philippe Farcy<jfa...@sigma.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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to