Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Raid5 box & backup
- Date: Mon, 26 May 2008 02:37:45 +0200
- From: Christian Horn <chorn@example.com>
- Subject: Re: [tlug] Raid5 box & backup
- References: <48389DF4.4050200@raoult.com> <b4d277190805242150u778a7e9x336055ccf64e9843@mail.gmail.com> <20080525101552.GA26875@fluxcoil.net> <48394FE5.7000504@raoult.com>
- User-agent: Mutt/1.5.13 (2006-08-11)
On Sun, May 25, 2008 at 08:39:17PM +0900, bruno raoult wrote: > > Ooops... Is there a risk to loose everything in that case? Is is linked > to loop? Otherwise I don't understand the difference with a normal FS... > Encrypted or not, the raid-5 will keep the data safe (I mean as safe as > a non-crashing disk, to avoid discussions out of topic :) > > Do you think there is a difference with the loop mount? Or is the loop > mount not secure by design? Yes i think the risk to loose data is bigger with the loop. Case a, plain nfs, unencrypted. Pure nfs is used here, usual small files stored on the 2 datastores. pros: highest fault tolerence, rsync efficient because it syncs single files cons: data sniffable on the network, and in the clear on the 2 datastores Case b, plain nfs, files ecrypt encrypted. Pure nfs, small files on datastores, but each file is encrypted seperately. pros: still good fault tolerance (crash while writing a file has low risk to influence the users other small files), rsync efficient because it syncs single small files cons: linux only as far as i know Case c, plain nfs, over that one big crypt-file per user Pure nfs, over that one cryptfile mounted by the user. pros: works for all your architectures cons: highest number of possible troublemakers - many layers involved (loop-mount, filesystem on that), rsync sees just one file and has pro- bably to sync the whole file, for the rsync-backup the crypt-file should also be umounted by the user so the file is consistent. One could simulate something like 'Case b' with gnupg for important files, that would at least be portable over macos/linux/windows. I dont really see the perfect solution for you, for plain linux i would go for b, but the possibility of trouble with c would prevent me from im- plementing that solution, but thats my fault-tolerance/security tradeoff. Christian
- Follow-Ups:
- Re: [tlug] Raid5 box & backup
- From: Curt Sampson
- References:
- [tlug] Raid5 box & backup
- From: bruno raoult
- Re: [tlug] Raid5 box & backup
- From: Edmund Edgar
- Re: [tlug] Raid5 box & backup
- From: Christian Horn
- Re: [tlug] Raid5 box & backup
- From: bruno raoult
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Raid5 box & backup
- Next by Date: Re: [tlug] Raid5 box & backup
- Previous by thread: Re: [tlug] Raid5 box & backup
- Next by thread: Re: [tlug] Raid5 box & backup
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links