forked from Lainports/freebsd-ports
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
11 lines
414 B
Text
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.
|
|
|
|
*****************************************************************
|