40 Commits

Author SHA1 Message Date
sthen
407b134c13 take maintainer of borgmatic, agreed with jasper@ 2022-11-21 20:17:10 +00:00
sthen
14bae91006 update to borgmatic-1.7.4, avoids deprecation warning with borg 1.2.2
maintainer timeout
2022-11-19 09:20:55 +00:00
sthen
1427b990d1 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:29:41 +00:00
naddy
2b3700e37e drop RCS Ids 2022-03-11 19:57:10 +00:00
bket
046c0874f9 Update to borgmatic-1.5.23
Changes:
https://github.com/borgmatic-collective/borgmatic/blob/1.5.23/NEWS.

Noticeable is addition of `compact`, which is needed for
borgbackup-1.2.0.

Heavy lifting done by sthen@
2022-02-23 18:28:12 +00:00
sthen
29389da44c bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:15 +00:00
jasper
d4fcb8ef64 update to borgmatic-1.5.13 2021-04-02 10:27:40 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
jasper
728c9238c1 update to borgmatic-1.5.12 2020-11-30 15:46:11 +00:00
jasper
66b27e2ad2 update to borgmatic-1.5.10 2020-08-22 13:55:16 +00:00
jasper
ee00a6edef update to borgmatic-1.5.9, which now includes a export-tar subcommand 2020-07-24 07:45:43 +00:00
jasper
b4804c6563 update to borgmatic-1.5.8 2020-07-08 06:46:46 +00:00
jasper
54f62eaef2 sync sample configuration with reality, adding loads of new sections
such as hooks
2020-07-06 16:56:08 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
jasper
a6f2ebf7d3 update to borgmatic-1.5.7 2020-06-25 07:12:21 +00:00
jasper
c8d61d59f0 update to borgmatic-1.5.6 2020-06-07 12:41:09 +00:00
jasper
de9f00bf9e update to borgmatic-1.5.5 2020-06-04 08:07:00 +00:00
jasper
0d5fbd0c82 update to borgmatic-1.4.21 2019-12-28 14:33:14 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
jasper
0b57a7284a update to borgmatic-1.3.12 2019-07-10 18:40:38 +00:00
semarie
aa92841324 update borgmatic to 1.3.5
works with the recent borgbackup update.
relax colorama dependency version requirement.

ok jasper@
2019-05-19 14:18:48 +00:00
jasper
a8780c87bc update to borgmatic-1.3.3
from Tom Murphy
2019-05-12 15:53:55 +00:00
jasper
4b2229bbb3 update to borgmatic-1.3.2 2019-05-09 15:56:12 +00:00
sthen
d7f0752227 bump all the py3 things, _SYSTEM_VERSION didn't quite work out how
we expected and it's easier|safer to do it this way than fiddle with
pkg_add now. thanks aja for update tests with a quick bulk.
2019-04-28 20:51:26 +00:00
jasper
1b526c0033 update to borgmatic-1.3.0 2019-04-01 04:18:38 +00:00
jasper
2aacc36b60 update to borgmatic-1.2.15 2019-01-28 19:43:24 +00:00
jasper
00d9a24f16 update to borgmatic-1.2.2 2018-08-23 18:54:29 +00:00
jasper
3ff6b874eb update to borgmatic-1.2.1 2018-07-30 17:13:04 +00:00
jasper
ca7470cd37 - update to borgmatic-1.2.0
- remove MESSAGE since we've had it for a while and we're post-release now
2018-07-10 13:04:06 +00:00
jasper
b5904c66c1 update to borgmatic-1.1.15 2018-02-20 18:08:54 +00:00
jasper
dc99d1a791 update to borgmatic-1.1.14 2018-01-21 19:42:55 +00:00
jasper
b44dc6de2d update to borgmatic-1.1.12 2018-01-07 12:06:32 +00:00
jasper
33de4e83b7 update to borgmatic-1.1.11 2017-11-12 13:43:51 +00:00
jasper
2d9292b554 update to borgmatic-1.1.10 2017-11-05 16:30:52 +00:00
jasper
c5839ea776 update to borgmatic-1.1.9 2017-11-02 17:46:00 +00:00
jasper
8414c7455f update to borgmatic-1.1.8 2017-09-09 07:53:37 +00:00
jasper
5d880c5df0 update to borgmatic-1.1.7 2017-09-04 17:31:34 +00:00
jasper
5b7538956f this actually needs an RDEP on borg itself 2017-08-09 12:40:24 +00:00
jasper
c90d2cbe6d update to borgmatic-1.1.6
Note the configuration changed from INI to YAML:
https://github.com/witten/borgmatic#upgrading-from-borgmatic-10x
2017-08-09 12:33:51 +00:00
jasper
803b29f8e3 import borgmatic-1.0.3
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.

ok aja@
2017-07-17 18:22:33 +00:00