.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. .TH NATURALSELECTION "1" "July 2016" "naturalselection v0.3" "User Commands" .SH NAME naturalselection \- keep cache directories below a specified threshold .SH SYNOPSIS .B naturalselection [\fI\,options\/\fR] \fI\,cacheDirectory\/\fR .SH DESCRIPTION Cache directory manager. Deletes cache entries based on accesstime and free space thresholds. This utility is distributed alongside SabreDAV. .SH OPTIONS .TP \fB\-\-version\fR show program's version number and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-s\fR Don't actually make changes, but just simulate the behaviour .TP \fB\-r\fR RUNS, \fB\-\-runs\fR=\fI\,RUNS\/\fR How many times to check before exiting. \fB\-1\fR is infinite, which is the default .TP \fB\-n\fR SLEEP, \fB\-\-interval\fR=\fI\,SLEEP\/\fR Sleep time in seconds (default = 5) .TP \fB\-l\fR THRESHOLD, \fB\-\-threshold\fR=\fI\,THRESHOLD\/\fR Threshold in bytes (default = 10737418240, which is 10GB) .TP \fB\-m\fR MIN_ERASE, \fB\-\-min\-erase\fR=\fI\,MIN_ERASE\/\fR Minimum number of bytes to erase when the threshold is reached. Setting this option higher will reduce the number of times the cache directory will need to be scanned. (the default is 1073741824, which is 1GB.)