a peek at 1.6.29
Miek Gieben <[email protected]> Fri, 23 Apr 2004 09:39:58 +0200
| Newsgroups | gmane.comp.sysutils.backup.hdup.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, Again a new hdup. I'm not yet releasing it on my website, nor on freshmeat. As I want some feedback :-) (If I don't get any, I'll assume it works and will release 1.6.29. This release will be *identical* to what I'm sending to you guys now). You can find the 1.6.29 release on: http://www.miek.nl/hdup-1.6.29.tar.gz md5sum: 3cacf4e7e45c5277471ab1248d7e4c7b Have fun, --Miek Some remarks: Default installation directory is: /usr/local/sbin and for hdup.conf: /usr/local/etc If you want hdup.conf in /etc, use: ./configure --prefix=/ Mind you: hdup itself will then be installed in /usr/sbin This is more consistent than the old behavoir. Futher more a remote hdup now says: /usr/local/sbin/hdup (remote): Line 16: scp option : is not a keyword. /usr/local/sbin/hdup (remote): FATAL: The configuration file had errors in it. /usr/local/sbin/hdup (remote): WARNING: SIGPIPE received, cleaning up! /usr/local/sbin/hdup (remote): WARNING: AN ERROR OCCURED! This is great for debugging non-working remote backups! (As I experienced in this case myself. Turned out 'scp option' was specified in some old hdup.conf on the remote machine....) The full changelog: May 2004: 1.6.29 Miek <[email protected]> - Bugfix release - * bugfix: location of hdup.conf in hdup.h.in now has @prefix@ as prefix (Thanks to Uli Bubenheimer for reporting). Also make hdup.1 reflect the correct location * bugfix: fix ./configure warning on OpenBSD (thanks to Iiro Niinikoski for testing) * bugfix: Really, really fix the include keyword this time * feature: hdup (without arguments) now display default hdup.conf location * feature: remote hdup's identify themself with 'hdup (remote)' now * cleanup: cosmetic source code changes * cleanup: depend on Makefile.in in stead of Makefile