Hi List,
Any idea for remote encrypted backup system? files must be encrypted on local side ? duplicity? any better ideas?
-- Eero
Eero Volotinen wrote:
Any idea for remote encrypted backup system? files must be encrypted on local side ? duplicity? any better ideas?
We do offline backups onto a LUKS encrypted disk, using rsync (he says, looking to see if the one running has finished yet), then I put them in the safe.... LUKS seems to work just fine, and is std. in the distro.
mark
On Fri, 28 Jan 2011 at 8:51pm, Eero Volotinen wrote
Any idea for remote encrypted backup system? files must be encrypted on local side ? duplicity? any better ideas?
Amanda http://www.amanda.org/ can encrypt on the server or client side, and can use ssh authentication as well.
On 28.1.2011 19:51, Eero Volotinen wrote:
Any idea for remote encrypted backup system? files must be encrypted on local side ? duplicity? any better ideas?
On Fri, 28 Jan 2011, Markus Falb wrote:
On 28.1.2011 19:51, Eero Volotinen wrote:
Any idea for remote encrypted backup system? files must be encrypted on local side ? duplicity? any better ideas?
Bacula can encrypt against two different X509 certificates, so you can have per-host certs and a master certificate. (We keep a copy of the latter in a secure location for disaster recovery.)
Local admins can thereby recover and decrypt files for their machine(s), but not for other machines. Only folks trusted with access to the master key can recover files from all machines.
On 28.1.2011 20:24, Paul Heinlein wrote:
On Fri, 28 Jan 2011, Markus Falb wrote:
Bacula can encrypt against two different X509 certificates, so you can have per-host certs and a master certificate. (We keep a copy of the latter in a secure location for disaster recovery.)
It can encrypt against multiple certificates, not limited to two !