summaryrefslogtreecommitdiffstats
path: root/sysutils/fileprune
Commit message (Collapse)AuthorAgeFilesLines
* Add size data, approved by maintainers.trevor2004-03-181-0/+1
|
* Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-062-1/+1
|
* Rename after repo-copy.netchild2003-11-064-9/+9
| | | | | Submitted by: dds Repo-copy by: joe
* Prune will delete files from the specified set targeting a givennetchild2003-09-014-0/+46
distribution of the files within time as well as size, number, and age constraints. Its main purpose is to keep a set of daily-created backup files in manageable size, while still providing reasonable access to older versions. Specifying a size, file number, or age constraint will simply remove files starting from the oldest, until the constraint is met. The distribution specification (exponential, Gaussian (normal), or Fibonacci) provides finer control of the files to delete, allowing the retention of recent copies and the increasingly aggressive pruning of the older files. The retention schedule specifies the age intervals for which files will be retained. Submitted by: dds
OpenPOWER on IntegriCloud