update to 0.3.0

changes:

- The wizard was modified to create the configuration path and to run it
  at more expected times.
- max_mdcache_size configuration option to prevent the cache directory
  from growing beyond a set value.
- md_max_differentials configuration option to govern when a new level 0
  backup is run.
- The code now ensures that all metadata parts are downloaded before
  starting the extract operation.
- Asymmetrical differential backups are prevented from running.
- Some error messages were improved.
- A couple of bugs in the differential backup code path were fixed

ok jasper@
This commit is contained in:
dhill 2011-07-27 19:54:26 +00:00
parent 743fe2104c
commit 5053158146
2 changed files with 7 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.4 2011/07/04 16:41:45 dhill Exp $
# $OpenBSD: Makefile,v 1.5 2011/07/27 19:54:26 dhill Exp $
COMMENT = tar-like secure remote deduplicating archiver
DISTNAME = cyphertite-0.2.0
DISTNAME = cyphertite-0.3.0
CATEGORIES = sysutils archivers security
HOMEPAGE = https://www.cyphertite.com/
@ -26,8 +26,6 @@ LIB_DEPENDS = archivers/libshrink>=0.2.1 \
security/assl>=0.9.6 \
textproc/libxmlsd>=0.3.1
FAKE_FLAGS= MANDIR=${PREFIX}/man/man
NO_REGRESS = Yes
post-install:

View File

@ -1,5 +1,5 @@
MD5 (cyphertite-0.2.0.tar.gz) = cxA5o6vcJBCkO2mMnSv3GQ==
RMD160 (cyphertite-0.2.0.tar.gz) = OozKs/+C4OtJhhNV1jro6cljy8Q=
SHA1 (cyphertite-0.2.0.tar.gz) = 3wPwO6c6S2mdYl+UY0hrdwuXtCs=
SHA256 (cyphertite-0.2.0.tar.gz) = J+3x/pzVF8FF5De6ZSjUQU+MDSYRcZMkKR0FUGVoG7c=
SIZE (cyphertite-0.2.0.tar.gz) = 70680
MD5 (cyphertite-0.3.0.tar.gz) = 2rOI5fay4c3nF88v7a7RDA==
RMD160 (cyphertite-0.3.0.tar.gz) = UbJFvfiGBzzUQPHUqJjWrCH/QCw=
SHA1 (cyphertite-0.3.0.tar.gz) = oiQauoeYQ3g84vm/TIaP84BWHP0=
SHA256 (cyphertite-0.3.0.tar.gz) = 9t+nDosjPwP71D/q461fQLFDjSytpJ4JWvzB02dFRo4=
SIZE (cyphertite-0.3.0.tar.gz) = 77084