Date: Mon, 1 Sep 2003 04:28:17 -0700 (PDT) From: Alexander Leidinger <netchild@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/prune Makefile distinfo pkg-descr pkg-plist Message-ID: <200309011128.h81BSH4V046582@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
netchild 2003/09/01 04:28:17 PDT
FreeBSD ports repository
Modified files:
sysutils Makefile
Added files:
sysutils/prune Makefile distinfo pkg-descr pkg-plist
Log:
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
Revision Changes Path
1.405 +1 -0 ports/sysutils/Makefile
1.1 +20 -0 ports/sysutils/prune/Makefile (new)
1.1 +1 -0 ports/sysutils/prune/distinfo (new)
1.1 +24 -0 ports/sysutils/prune/pkg-descr (new)
1.1 +1 -0 ports/sysutils/prune/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309011128.h81BSH4V046582>
