Deja Dup is a simple backup tool. It hides the complexity of backing up
the Right Way (encrypted, off-site, and regular) and uses duplicity as
the backend.
<...>
ok jasper@
BackupPC is a high-performance, enterprise-grade system for backing
up Unix, WinXX, and MacOS PCs and laptops to a server's disk.
BackupPC is highly configurable and easy to install and maintain.
It is written in Perl and extracts backup data via rsync, or tar
over ssh/rsh/nfs.
With tweaks from and ok aja@
- thanks ajacoutot@ for looking over the scripts
- note that there has been some major work on apcsmart; in the event
of problems the old driver is still available as apcsmart-old
on libgcrypt. GnuTLS >= 2.12 does not depend on libgcrypt any longer.
* Don't add filename defines to CPPFLAGS; there are quoting problems
and gcc4 ends up warning, gcc3 aborts. Move the setting to
Makefile.in.
* The database subpackages shouldn't depend on the exact REVISION
of the main package.
- Enable the new SMP code (allowing the user to actually see multiple
cores)
- Enable RES and VSIZE display in $top
From Pascal Stumpf: thanks!
ok benoit@, jasper@
Some important changes since last OpenBSD package:
- New metadata format introduced; shrinks md archives for most users
by not storing redundant path names for each file
- Speed up operations that do not need crypto secrets by not
decrypting secrets upon startup
- Add ctctl tool to change local crypto password
- Fixed a metadata bug that made mixed endian architectures fail
- Extract creates temporary files and then renames them instead of
extracting directly into the original filename
- Add support for include and exclude patterns for archive mode
- Validate metadata file before commencing extract operation
- Fix a bug where crypto secrets could not be copied between little and
big endian machines and vice versa
- Dramatically decrease memory footprint of cyphertite
- Print out the filesize and mtime from the server prettily in md list mode
- Permit differential backups of absolute paths to come from different working
directories
ok sthen@