be8a7eebe4
This module will make backups and rotate them according to your specification. It creates a backup directory based on the file_prefix you specify and the current time. It then copies the directories you specified in the call to new() to that backup directory. Then a tar'd and compressed file is created from that directory. By default, bzip2 is used for compression. based on submission by Matthew Elmore <matt at mattelmore dot com>
19 lines
397 B
Makefile
19 lines
397 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/21 16:00:01 jasper Exp $
|
|
|
|
COMMENT= "make backups of multiple directories and rotate them"
|
|
|
|
DISTNAME= File-Rotate-Backup-0.10
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= Matthew S Elmore <matt@mattelmore.com>
|
|
|
|
# Artistic/GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
.include <bsd.port.mk>
|