import p5-File-Rotate-Backup 0.10
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>
This commit is contained in:
parent
6de7840b1f
commit
be8a7eebe4
18
misc/p5-File-Rotate-Backup/Makefile
Normal file
18
misc/p5-File-Rotate-Backup/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $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>
|
4
misc/p5-File-Rotate-Backup/distinfo
Normal file
4
misc/p5-File-Rotate-Backup/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (File-Rotate-Backup-0.10.tar.gz) = cbaa2abbc4d4031323c975ff9f49833c
|
||||
RMD160 (File-Rotate-Backup-0.10.tar.gz) = bdff2f1839984a2829c7f4f3408087edc787bbcf
|
||||
SHA1 (File-Rotate-Backup-0.10.tar.gz) = 2cedf41ed79148b6b278d44ebd2e4eb25cf4669b
|
||||
SIZE (File-Rotate-Backup-0.10.tar.gz) = 8412
|
6
misc/p5-File-Rotate-Backup/pkg/DESCR
Normal file
6
misc/p5-File-Rotate-Backup/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
8
misc/p5-File-Rotate-Backup/pkg/PLIST
Normal file
8
misc/p5-File-Rotate-Backup/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/21 16:00:01 jasper Exp $
|
||||
${P5SITE}/File/
|
||||
${P5SITE}/File/Rotate/
|
||||
${P5SITE}/File/Rotate/Backup/
|
||||
${P5SITE}/File/Rotate/Backup.pm
|
||||
${P5SITE}/File/Rotate/Backup/Copy.pm
|
||||
@man man/man3p/File::Rotate::Backup.3p
|
||||
@man man/man3p/File::Rotate::Backup::Copy.3p
|
Loading…
Reference in New Issue
Block a user