bazaar and ecryptfs
Martin Pool
mbp at canonical.com
Mon Oct 11 06:31:07 BST 2010
On 9 October 2010 02:45, Tom Browder <tom.browder at gmail.com> wrote:
> Has anyone had any experience with using bazaar in conjunction with ecryptfs?
>
> I would like to somehow put my protected data under version control
> but am not sure of the best way to do it. By default, on Ubuntu,
> using program "ecryptfs-setup-private" makes an encrypted directory
> ~/.Private. The best solution I can think of at the moment is to
> create a bazaar repo somewhere and keep an rsynced copy of that
> directory (~/.Private) in it, committing in the repo as changes are
> made (perhaps doing it all as a cron job).
I haven't used bzr on ecryptfs very much, but I know others have.
Personally I have all of /home on a luks-encrypted partition.
To be more precise, ecryptfs is configured to have a ~/Private
directory, the encrypted representation of which is stored at
~/.Private an the underlying repository.
It sounds like you want to use bzr as a backup tool, which can work,
but generally things designed to be backup tools work better. What
are you trying to accomplish or what problem are you trying to protect
against?
--
Martin
More information about the bazaar
mailing list