Re: [Bacula-users] virtual backups with encrypted data

2011-12-12 Thread Guy
Yes files are encrypted separately... and yes it just copies the file from SD to the new pool... it does nothing with the file/data just copies it. --Guy On 12 Dec 2011, at 10:07, Silver Salonen wrote: > OK, but how can SD merge data from encrypted volumes? > > I'd guess it goes smth like th

Re: [Bacula-users] virtual backups with encrypted data

2011-12-12 Thread Silver Salonen
OK, but how can SD merge data from encrypted volumes? I'd guess it goes smth like this for every file (all files are encrypted separately)? 1. SD finds out (queries DIR) on which volume is the latest version of the file 2. SD reads the encrypted file and just re-writes it onto the new volume D

Re: [Bacula-users] virtual backups with encrypted data

2011-12-12 Thread Guy
yes that works.. I've done it... The system doesn't need to decrypt the data... it just needs to know which version is the latest and it can do that from the catalog. --Guy On 12 Dec 2011, at 09:55, Silver Salonen wrote: > Hello. > > Is running VirtualFull possible with encrypted backups? >