freebsd-ports/sysutils/feather/files/pkg-message.in
Greg Larkin eb17f2dda4 Feather is a tarsnap wrapper script that performs and maintains a
set of backups as defined by a YAML configuration file.

Features:
 - Dynamic scheduling
 - Keep an arbitrary number of backups of each schedule type
 - Restrict schedules based on time of day
 - Restrict feather run to a certain amount of wall time (max_runtime)
 - Multiple backup paths per tarsnap
 - Multiple exclude list per tarsnap

WWW:	https://github.com/danrue/feather

Feature safe:	yes
2011-11-30 22:20:54 +00:00

11 lines
414 B
Text

*****************************************************************
Feather is designed to be run from cron like this:
*/5 * * * * %%PREFIX%%/bin/feather %%PREFIX%%/etc/feather.yaml
If installed, please check the contents of %%DOCSDIR%%/README
for the syntax of the YAML file, as well as the sample file at
%%PREFIX%%/etc/feather.yaml.dist.
*****************************************************************