summaryrefslogtreecommitdiff
path: root/sysutils/Makefile
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2003-09-01 11:28:17 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2003-09-01 11:28:17 +0000
commit729d39335209927a6dc04dc4829f4ef8b2969d74 (patch)
tree8c7e39839a18205f1d39d9cef97eb6973f568b10 /sysutils/Makefile
parentSocketpipe connects over a TCP/IP socket a remote command to a local (diff)
Prune will delete files from the specified set targeting a given
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
Notes
Notes: svn path=/head/; revision=88264
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r--sysutils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 117ceced6c3e..5f584d81f24e 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -221,6 +221,7 @@
SUBDIR += portupgrade
SUBDIR += prips
SUBDIR += procmap
+ SUBDIR += prune
SUBDIR += pslist
SUBDIR += psmisc
SUBDIR += pstack