Thanks Michael!
I tried using it, but after testing it seems that bacula restores the
files even without the key (i backed up everything using the example data
configuration, moved keys to different catalogs and then restored the data
without any problems). Do you have any idea why did it happen?


part of my dir file looks like this:
#pc001 client setup
Job {
  Name = "pc001"
  Write Bootstrap = "/var/bacula/working/pc001.bsr"
  Type = Backup
  Level = Incremental
  Client = pc001-fd
  FileSet = "pc001FileSet"
  Schedule = "CPolicy"
  Storage = File
  Messages = Standard
  Pool = Default
  Priority = 10

}

Client {
  Name = pc001-fd
  Address = pc001
  FDPort = 9102
  Catalog = MyCatalog
  Password = "pass"          # password for FileDaemon
  File Retention = 30 days            # 30 days
  Job Retention = 6 months            # six months
  AutoPrune = yes                     # Prune expired Jobs/Files
}

FileSet {
  Name = "pc001FileSet"
  Include {
    Options {
      signature = MD5
    }

    File = "C:/Documents and Settings/"
  }
}

=======
and my fd file looks like this:

# Client (File Services) to backup
Client {
  Name = pc001-fd
  Address = pc001
  FDPort = 9102
  Catalog = MyCatalog
  Password = "pass"      # password for FileDaemon
  File Retention = 30 days            # 30 days
  Job Retention = 6 months            # six months
  AutoPrune = yes                     # Prune expired Jobs/Files

   PKI Signatures = Yes            # Enable Data Signing
   PKI Encryption = Yes            # Enable Data Encryption
   PKI Keypair = "C:/fd-pc001.pem"    # Public and Private Keys
}

I would appreciate any help,
Mateusz


> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Mateusz Ezlakowski wrote:
>> Hi!
>> we are trying to set up bacula at our office. The only concern is that
>> even the administrator who will be responsible for the backups is not
>> supposed to have access to some important files. Is it possible to set
>> up
>> bacula, so the administrator can do backups and manage everything,
>> however
>> he would need to get a password from the computer owner to restore his
>> files?
>> I would appreciate any answers,
>
> If I understand this correctly, you want the admin to be able to back up
> the files but not read them?
>
> If that is the case, you could investigate Data encryption:
> http://www.bacula.org/rel-manual/Data_Encryption.html
>
> This causes the File Daemon to encrypt all the files and as a result the
> admin can not read or restore them without the proper key.
>
> Greetings,
>        Michel
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (MingW32)
>
> iD8DBQFGvGR42Vs+MkscAyURAp8jAJwMN+2Y2ju1gKuINO/M+4tMpJxAWwCfSX7W
> 875f617FF0r/hsRwXOdqLIM=
> =nugr
> -----END PGP SIGNATURE-----
>
>



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to