'gateway' addres/ports does not work (yet) due to the address handling
changes in pf. Other functionality should work. Also fixes two minor
bugs reported by many. Suggestions and ok naddy@
Duplicity incrementally backs up files and directory by encrypting
tar-format volumes with GnuPG and uploading them to a remote (or local)
file server. Currently local, ftp, ssh/scp, rsync, WebDAV, WebDAVs, HSi
and Amazon S3 backends are available. Because duplicity uses librsync,
the incremental archives are space efficient and only record the parts
of files that have changed since the last backup. Currently duplicity
supports deleted files, full unix permissions, directories, symbolic
links, fifos, etc., but not hard links.
The duplicity package also includes the rdiffdir utility. Rdiffdir is
an extension of librsync's rdiff to directories - it can be used to
produce signatures and deltas of directories as well as regular files.
These signatures and deltas are in GNU tar format.
based on the original submission from Bruno Bigras <bruno@burnbox.net>
feedback and ok wcmaier@ merdely@
Stan is a console application that analyzes binary streams and
calculates several useful statistical information from the observed
data. It features statistical, pattern and bit analysis. Stan has been
designed as a "swiss-knife" for first steps in reverse engineering and
cryptographic analysis.
from zinovik at kspu.karelia.ru (MAINTAINER), with tweaks by me.
rpl is a UN*X text replacement utility. It will replace strings with new
strings in multiple text files. It can work recursively over directories
and supports limiting the search to specific file suffixes.
From James Turner (james - bsdgroup dot org)
ok mbalmer@
this allows famd to run much more reliably, especially under KDE and
GNOME; if someone wants to fix the imon emulation through kqueue, be my
guest... meanwhile, I'd rather use stable software
- more typos fixes in man pages while here
"go ahead" fgsch@, "looks correct" jasper@