Hello Thierry, tlaro...@polynum.com writes:
> My date is organized, at least, in three distinct chunks: > > 1) The data that I use read-only (written by someone else and that can > be retrieved at will). So are the sources for the OSes etc., that I may > backup (on optical disks) from time to time, but for what I don't need > an archival filesystem (no snapshots; no backup) > => For this, if I understand: fossil alone, no venti, and setting > snaptime so that the low epoch is very need to the higher one. > > 2) Really transient data: /tmp, typically. For that ramfs(4) seems the > right candidate, and fossil will be a waste of space. > > 3) Data that I do care about, because I'm the writer and I do need the > ability to go back in the archives. So, in this case: fossil+venti. > > Do I get the things approximately correct above? You don't need to have several fossil on the disk. Just use chmod +t /usr/tlaronde/rodata in order to avoid archiving your read-only data on venti. The same is true about /tmp. Actually ls -l /usr/tlaronde/tmp will show you that /tmp has already the +t bit. However, yes you can also use ramfs if you have enough RAM. :-) IMHO, the default layout is good enough for your needs. -- Vivien