> On Nov 19, 2014, at 5:36 , lu...@proxima.alt.za wrote: > > Is there an easy way to determine when a Fossil/Venti service was > first deployed? I have a feeling my specific installation is a good > few years old and I'm pretty sure any problem that may have arisen > could not have been hard to fix. > > Just as a guideline: > > ripple# hget 'http://127.1:8000/storage'
Ask for /index instead of /storage. Each arena line will give you a "created=xxx" tag, where "xxx" is a timestamp. You could do an awk script to give you growth over time, if you like.