2009/2/19 <anooop.ano...@gmail.com>: > Hello All, > > I was using venti/write to store off small data sets which are less > than a datablock in size earlier. But now I have started using vac for > larger data but I have come across this problem: > > Writing the same datablock to the venti server used to give me the > same score always. But vac does not have that property. If I store the > same file many times it gives me different scores.
that's probably because vac stores the metadata about the file as well as the file itself. the score is probably different because the access time of the file has changed. if you really always want the same score for the same file, i think you'll probably have to hack vac to do what you want (it shouldn't be hard - either just write the file data itself, or zero selected metadata).