Re: [Bacula-users] Copy SD to SD with data encryption

2014-06-09 Thread Josip Deanovic
Quoting message written on Monday 2014-06-09 09:04:42 by Josh Fisher: > These are two different things. If you only want to encrypt the data > transmission on the wire, then a tunnel can be used and there is no > need to use Bacula's PKI encryption. If you want the data encrypted on > the storage

Re: [Bacula-users] Copy SD to SD with data encryption

2014-06-09 Thread Josh Fisher
On 6/9/2014 6:53 AM, Josip Deanovic wrote: > Quoting message written on Monday 2014-06-09 12:26:45: >> Hello Josip, >> >> I am not sure it is possible to implement what you want. The PKI >> encryption is Client based, thus unless the real (or original) Client >> (FD) is involved, it is impossible

Re: [Bacula-users] Copy SD to SD with data encryption

2014-06-09 Thread Josip Deanovic
Quoting message written on Monday 2014-06-09 12:26:45: > Hello Josip, > > I am not sure it is possible to implement what you want. The PKI > encryption is Client based, thus unless the real (or original) Client > (FD) is involved, it is impossible to perform or change data encryption > in any way

Re: [Bacula-users] Copy SD to SD with data encryption

2014-06-09 Thread Kern Sibbald
Hello Josip, I am not sure it is possible to implement what you want. The PKI encryption is Client based, thus unless the real (or original) Client (FD) is involved, it is impossible to perform or change data encryption in any way. SD->SD transfers are only Copy and Migration jobs and not origin

Re: [Bacula-users] Copy SD to SD with data encryption

2014-06-09 Thread Josip Deanovic
Quoting message written on Monday 2014-06-09 10:23:39 by Kern: > It is two independent jobs on the SD side: 1. A SD restore job sending > the data to what it thinks is a "FD" via a comm line. 2. A SD job > receiving the restore data by simulating a FD but instead of restoring > the data, it also a

Re: [Bacula-users] Copy SD to SD with data encryption

2014-06-09 Thread Kern Sibbald
Hello Josip, I answer below in-line ... On 06/08/2014 10:13 PM, Josip Deanovic wrote: > Quoting message written on Saturday 2014-06-07 13:22:33: >> Hello Josip, >> >> At the current time, only File daemon does encryption. So the answer to >> your question is: no we cannot do data encryption on S

Re: [Bacula-users] Copy SD to SD with data encryption

2014-06-08 Thread Josip Deanovic
Quoting message written on Saturday 2014-06-07 13:22:33: > Hello Josip, > > At the current time, only File daemon does encryption. So the answer to > your question is: no we cannot do data encryption on SD->SD transfers. > It could be an interesting project for someone though (not me, because > I

Re: [Bacula-users] Copy SD to SD with data encryption

2014-06-07 Thread Kern Sibbald
Hello Josip, At the current time, only File daemon does encryption. So the answer to your question is: no we cannot do data encryption on SD->SD transfers. It could be an interesting project for someone though (not me, because I have tons of other things to do at the momen) :-) Best regards, Ke