Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jan 2008 15:50:38 +0000
From:      Tom Evans <tevans.uk@googlemail.com>
To:        Johan =?ISO-8859-1?Q?Str=F6m?= <johan@stromnet.se>
Cc:        freebsd-stable@freebsd.org, emj@emj.se
Subject:   Re: Backup solution suggestions
Message-ID:  <1200498638.2444.8.camel@localhost>
In-Reply-To: <4FF9842D-ADC9-4A99-9DC4-E0FE1CC9CDCF@stromnet.se>
References:  <E6BCC509-6CC8-44F1-98C2-416920A52218@stromnet.se> <39FB5CF3-F2F4-401B-9D6D-7796608152E5@ish.com.au> <4FF9842D-ADC9-4A99-9DC4-E0FE1CC9CDCF@stromnet.se>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-Hkv/fAWZIIDjqYBjK8Wg
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

On Wed, 2008-01-16 at 00:26 +0100, Johan Str=C3=B6m wrote:
> <snip>
> Simple Example:
>=20
> I create regular tarball (gziped maybee) with some files i want to =20
> backup, Then i encrypt this file with ie gpg. Then i send of this =20
> file using some unspecified network protocol to the storage server.
> Encrypted all the way, from my end to the remote disk..
> The downside is that it is a static file.. not a "dynamic =20
> filesystem", nothing I can mount and have easy access to individual =20
> files from. *Thats* what I'm looking for.
>=20

Have you looked into using mdconfig(8) to make a vnode (ie: file) backed
md disk, and then encrypting with geli(8)?=20

This would be generated on your trusted local box, transferred encrypted
to your backup box, where it can't be examined without your key, but
with your key it could be mounted simply enough.=20

You wouldn't be able to take incremental snapshots easily - unless
perhaps you generated a list of modified/added files and used those
files as your incremental snapshot. This may/may not be viable,
depending on the size of your data set.

Tom




--=-Hkv/fAWZIIDjqYBjK8Wg
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (FreeBSD)

iD8DBQBHjifLlcRvFfyds/cRAvYrAJ41X4i0AyQ0oKzazXq/YUaszJJcKgCdGN50
17++KMY5J7XHwnK8PqJvGlY=
=pxAG
-----END PGP SIGNATURE-----

--=-Hkv/fAWZIIDjqYBjK8Wg--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1200498638.2444.8.camel>