diff --git a/sysutils/py-borgmatic/Makefile b/sysutils/py-borgmatic/Makefile new file mode 100644 index 000000000000..c46213f4e4c7 --- /dev/null +++ b/sysutils/py-borgmatic/Makefile @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= borgmatic +PORTVERSION= 1.3.1 +CATEGORIES= sysutils python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= egypcio@FreeBSD.org +COMMENT= Wrapper script for Borg backup software + +LICENSE= GPLv3 + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}borgbackup>=0:archivers/py-borgbackup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pykwalify>=0:textproc/py-pykwalify@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} + +USES= python:3.6 +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include diff --git a/sysutils/py-borgmatic/distinfo b/sysutils/py-borgmatic/distinfo new file mode 100644 index 000000000000..1b239ad8bcb4 --- /dev/null +++ b/sysutils/py-borgmatic/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1556898873 +SHA256 (borgmatic-1.3.1.tar.gz) = 3aa7b796a8c9619646fa0c1357c9aa2d01c635eff1272279ddca04fde96f32e4 +SIZE (borgmatic-1.3.1.tar.gz) = 36819 diff --git a/sysutils/py-borgmatic/pkg-descr b/sysutils/py-borgmatic/pkg-descr new file mode 100644 index 000000000000..34f806d55efd --- /dev/null +++ b/sysutils/py-borgmatic/pkg-descr @@ -0,0 +1,9 @@ +Borgmatic is a simple Python wrapper script for the Borg backup software that +initiates a backup, prunes any old backups according to a retention policy, +and validates backups for consistency. + +The script supports specifying your settings in a declarative configuration +file rather than having to put them all on the command-line, and handles common +errors. + +WWW: https://torsion.org/borgmatic/