lix/src/nix-store
Eelco Dolstra f32fef1b07 * GC option `--max-atime' that specifies an upper limit to the last
accessed time of paths that may be deleted.  Anything more recently
  used won't be deleted.  The time is specified in time_t,
  e.g. seconds since 1970-01-01 00:00:00 UTC; use `date +%s' to
  convert to time_t from the command line. 

  Example: to delete everything that hasn't been used in the last two
  months:

  $ nix-store --gc -v --max-atime $(date +%s -d "2 months ago")
2008-09-17 14:52:35 +00:00
..
dotgraph.cc * Merged the no-bdb branch (-r10900:HEAD 2008-06-09 13:52:45 +00:00
dotgraph.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
help.txt corrected --help message for nix-store a bit 2007-12-10 22:16:47 +00:00
Makefile.am * Doh! 2006-12-07 22:07:05 +00:00
nix-store.cc * GC option `--max-atime' that specifies an upper limit to the last 2008-09-17 14:52:35 +00:00