ports/146796: New port: sysutils/backupme Flexible and easy backup utility

Yaroslav Berezhinskiy yaroslav at berezhinskiy.org.ua
Fri May 21 13:00:15 UTC 2010


>Number:         146796
>Category:       ports
>Synopsis:       New port: sysutils/backupme Flexible and easy backup utility
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 21 13:00:14 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Yaroslav Berezhinskiy
>Release:        FreeBSD 8.0-RELEASE i386
>Organization:
>Environment:
FreeBSD berezhinskiy.org.ua 8.0-RELEASE FreeBSD 8.0-RELEASE #1: Sat May 15 01:20:06 EEST 2010     root at berezhinskiy.org.ua:/usr/obj/usr/src/sys/BEREZHINSKIY  i386
>Description:
Flexible utility for backup databases and file system

- Use any archiver: tar, rar, zip, 7z etc.
- Works with storages: Local folder, FTP and SCP
- Supports database: MySQL, PostgreSQL
- Easy and flexibile XML configuration file
- Supports the use of macros in the configuration file: @year, @month, @day
- Great logging [file|syslog] system with severity level: DEBUG, INFO, WARN, ERROR, OFF
- Reporting: Mail, Jabber
- Checking free disk space before start backups

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	backupme
#	backupme/Makefile
#	backupme/distinfo
#	backupme/pkg-descr
#	backupme/pkg-message
#
echo c - backupme
mkdir -p backupme > /dev/null 2>&1
echo x - backupme/Makefile
sed 's/^X//' >backupme/Makefile << '06aace4948cc4ea9537462276f756047'
X# New ports collection makefile for:	backupme
X# Date created:				21 May 2010
X# Whom:					Yaroslav Berezhinskiy <yaroslav at berezhinskiy.org.ua>
X#
X# $FreeBSD$
X#
X
XPORTNAME=		backupme
XPORTVERSION=		0.1
XPORTREVISION=		1
XCATEGORIES=		sysutils
XMASTER_SITES=		http://backupme.org.ua/
X
XMAINTAINER=		yaroslav at berezhinskiy.org.ua
XCOMMENT=		Flexible and easy backup utility
X
XRUN_DEPENDS=		${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
X			${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
X			${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
X			${SITE_PERL}/mach/Filesys/Df.pm:${PORTSDIR}/sysutils/p5-Filesys-Df \
X			${SITE_PERL}/Filesys/DiskUsage.pm:${PORTSDIR}/sysutils/p5-Filesys-DiskUsage \
X			${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
X			${SITE_PERL}/Net/SCP/Expect.pm:${PORTSDIR}/net/p5-Net-SCP-Expect \
X			${SITE_PERL}/Net/IPv6Addr.pm:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr \
X			${SITE_PERL}/Net/Jabber.pm:${PORTSDIR}/net-im/p5-Net-Jabber \
X			${SITE_PERL}/Net/SSH.pm:${PORTSDIR}/net/p5-Net-SSH
X
XUSE_PERL5=		yes
X
XNO_BUILD=		yes
XNO_INSTALL_MANPAGES=	yes
X
XPLIST_FILES=		bin/${PORTNAME} \
X			etc/${PORTNAME}.sample.xml
X
Xdo-install:
X	@${CP} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
X	@${CP} ${WRKSRC}/${PORTNAME}.sample.xml ${PREFIX}/etc/
X
Xpost-install:
X	@${ECHO_CMD} ""
X	@${CAT} ${PKGMESSAGE}
X	@${ECHO_CMD} ""
X
X.include <bsd.port.mk>
06aace4948cc4ea9537462276f756047
echo x - backupme/distinfo
sed 's/^X//' >backupme/distinfo << '3262ac2cc1bc974d8a992324eb6c32e3'
XMD5 (backupme-0.1.tar.gz) = 35f1e4040183442484ecb203579b19cd
XSHA256 (backupme-0.1.tar.gz) = 4acb2f2d736c0914ee419a1223bb422d4aba08eb7f4a1e530926f07431bf2c6b
XSIZE (backupme-0.1.tar.gz) = 8989
3262ac2cc1bc974d8a992324eb6c32e3
echo x - backupme/pkg-descr
sed 's/^X//' >backupme/pkg-descr << '583037f190139ba56d3bdf77d02d2928'
XFlexible and easy backup utility.
XIt can be used to backup your file system files, directories or even to
Xbackup databases.
X
XFEATURES:
X** Can be used with different types of archiveres (tar, rar, zip, 7z etc.);
X** Send backuped files using FTP or SCP protocol;
X** Backup MySQL and PostgreSQL databases;
X** Generate and send report via email or/and jabber.
X
XINSTALLATION AND USAGE:
XFull installation and usage BackupMe instructions you can find
Xat http://backupme.org.ua
X
XFEEDBACK:
XIf you find any errors in the code, please send them to me 
Xby mail: yaroslav at berezhinskiy.org.ua
XAlso, I hope you'll enjoy it and share with me your possitive feedback to
Xmotivate me do BackupMe better !
X
XWWW: http://backupme.org.ua/
X
X- Yaroslav
Xyaroslav at berezhinskiy.org.ua
583037f190139ba56d3bdf77d02d2928
echo x - backupme/pkg-message
sed 's/^X//' >backupme/pkg-message << 'b747cef5104048e7ba49544b6bd29493'
X******************************************************************************
X* Path to main program: /usr/local/bin/backupme                              *
X*                                                                            *
X* Rename and edit configuration file:                                        *
X* cp /usr/local/etc/backupme.xml.sample /usr/local/etc/backupme.xml          *
X* or run BackupMe with option -c /path/to/config.xml                         *
X*                                                                            *
X* See the documentation for more information at http://backupme.org.ua       *
X* Send your comments to the address: yaroslav at berezhinskiy.org.ua            *
X******************************************************************************
b747cef5104048e7ba49544b6bd29493
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list