mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 10:56:27 -04:00
Flexible and easy backup utility.
It can be used to backup your file system files, directories or even to backup databases. FEATURES: ** Can be used with different types of archiveres (tar, rar, zip, 7z etc.); ** Send backuped files using FTP or SCP protocol; ** Backup MySQL and PostgreSQL databases; ** Generate and send report via email or/and jabber. WWW: http://backupme.org.ua/ PR: ports/146796 Submitted by: Yaroslav Berezhinskiy <yaroslav at berezhinskiy.org.ua>
This commit is contained in:
parent
8ae37c4b69
commit
df0792e14e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=254962
5 changed files with 70 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
SUBDIR += autopsy
|
||||
SUBDIR += avfs
|
||||
SUBDIR += b43-fwcutter
|
||||
SUBDIR += backupme
|
||||
SUBDIR += bacula-bat
|
||||
SUBDIR += bacula-client
|
||||
SUBDIR += bacula-client-devel
|
||||
|
|
44
sysutils/backupme/Makefile
Normal file
44
sysutils/backupme/Makefile
Normal file
|
@ -0,0 +1,44 @@
|
|||
# New ports collection makefile for: backupme
|
||||
# Date created: 21 May 2010
|
||||
# Whom: Yaroslav Berezhinskiy <yaroslav@berezhinskiy.org.ua>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= backupme
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://backupme.org.ua/
|
||||
|
||||
MAINTAINER= yaroslav@berezhinskiy.org.ua
|
||||
COMMENT= Flexible and easy backup utility
|
||||
|
||||
RUN_DEPENDS= ${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
|
||||
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
|
||||
${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \
|
||||
${SITE_PERL}/mach/Filesys/Df.pm:${PORTSDIR}/sysutils/p5-Filesys-Df \
|
||||
${SITE_PERL}/Filesys/DiskUsage.pm:${PORTSDIR}/sysutils/p5-Filesys-DiskUsage \
|
||||
${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \
|
||||
${SITE_PERL}/Net/SCP/Expect.pm:${PORTSDIR}/net/p5-Net-SCP-Expect \
|
||||
${SITE_PERL}/Net/IPv6Addr.pm:${PORTSDIR}/net-mgmt/p5-Net-IPv6Addr \
|
||||
${SITE_PERL}/Net/Jabber.pm:${PORTSDIR}/net-im/p5-Net-Jabber \
|
||||
${SITE_PERL}/Net/SSH.pm:${PORTSDIR}/net/p5-Net-SSH
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_INSTALL_MANPAGES= yes
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} \
|
||||
etc/${PORTNAME}.sample.xml
|
||||
|
||||
do-install:
|
||||
@${CP} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
|
||||
@${CP} ${WRKSRC}/${PORTNAME}.sample.xml ${PREFIX}/etc/
|
||||
|
||||
post-install:
|
||||
@${ECHO_CMD} ""
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${ECHO_CMD} ""
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/backupme/distinfo
Normal file
3
sysutils/backupme/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (backupme-0.1.tar.gz) = 35f1e4040183442484ecb203579b19cd
|
||||
SHA256 (backupme-0.1.tar.gz) = 4acb2f2d736c0914ee419a1223bb422d4aba08eb7f4a1e530926f07431bf2c6b
|
||||
SIZE (backupme-0.1.tar.gz) = 8989
|
12
sysutils/backupme/pkg-descr
Normal file
12
sysutils/backupme/pkg-descr
Normal file
|
@ -0,0 +1,12 @@
|
|||
Flexible and easy backup utility.
|
||||
It can be used to backup your file system files, directories or even to
|
||||
backup databases.
|
||||
|
||||
FEATURES:
|
||||
** Can be used with different types of archiveres (tar, rar, zip, 7z etc.);
|
||||
** Send backuped files using FTP or SCP protocol;
|
||||
** Backup MySQL and PostgreSQL databases;
|
||||
** Generate and send report via email or/and jabber.
|
||||
|
||||
WWW: http://backupme.org.ua/
|
||||
|
10
sysutils/backupme/pkg-message
Normal file
10
sysutils/backupme/pkg-message
Normal file
|
@ -0,0 +1,10 @@
|
|||
******************************************************************************
|
||||
* Path to main program: %%LOCALBASE%%/bin/backupme *
|
||||
* *
|
||||
* Rename and edit configuration file: *
|
||||
* cp /%%LOCALBASE%%/etc/backupme.xml.sample /%%LOCALBASE%%/etc/backupme.xml *
|
||||
* or run BackupMe with option -c /path/to/config.xml *
|
||||
* *
|
||||
* See the documentation for more information at http://backupme.org.ua *
|
||||
* Send your comments to the address: yaroslav@berezhinskiy.org.ua *
|
||||
******************************************************************************
|
Loading…
Add table
Reference in a new issue