Imported Upstream version 2.6.0p2
[debian/amanda] / NEWS
1 Changes in release 2.6.0p2
2
3    * Bugs fix only:
4          o Various device-api fix
5          o Compilation on various platform
6          o others small fixes.
7
8 Changes in release 2.6.0p1
9
10    * Bugs fix only:
11          o amfetchdump -p
12          o amtapetype crash
13          o Fix DS_INCRONLY and FORCE_FULL
14          o planner crash 
15          o others small bugs
16
17 Changes in release 2.6.0
18
19    * configure --disable-shared doesn't work because perl modules require
20      shared libraries.  Use configure --with-static-binaries to build
21      statically linked binaries.
22    * 'amverify' and 'amverifyrun' are deprecated and replaced with the
23      new, more flexible 'amcheckdump'
24    * 'amdd' and 'ammt' are deprecated.
25    * Some Amanda files are now installed in new "amanda/" subdirectories:
26      libraries are now installed in $libdir/amanda and internal programs
27      are now installed in $libexecdir/amanda. You can set --with-amlibdir
28      and --with-amlibexecdir if you don't want the amanda suffix.
29      If you mix 2.6.0 and earlier version with rsh/ssh auth, you need to
30      add an 'amandad_path' to the dumptype and to amanda-client.conf
31    * The amandates file, previously at /etc/amandates, is now at
32      $localstatedir/amanda/amandates.  You may want to move your existing
33      /etc/amandates when you upgrade Amanda.
34    * New 'amcryptsimple', 'amgpgcrypt' - encryption plugins based on gpg.
35    * New 'amserverconfig', 'amaddclient' - Initial Amanda configuration tools
36      these tools make assumptions, please see man page.
37    * Many bugs fixed and code rewrite/cleanup.
38      Speedup in 'amrecover find' and starting amrecover.
39    * glib is required to compile and run amanda.
40    * Device API: pluggable interface to storage devices, supporting tapes,
41      vtapes, RAIT, and Amazon S3
42    * New perl modules link directly to Amanda, to support writing Amanda
43      applications in Perl. Perl module are installed by default in the perl
44      installsitelib directory. It can be changed with
45      'configure --with-amperldir'.
46    * New 'local' security driver supports backups of the amanda server
47      without any network connection or other configuration.
48    * Almost 200 unit tests are available via 'make installcheck'.
49    * Amanda configuration file changes
50          o amanda.conf changes
51                + flush-threshold-dumped
52                + flush-threshold-scheduled
53                + taperflush
54                + device_property
55                + usetimestamps default to yes
56
57 Changes in release 2.5.2p1
58
59    * Many bugs fixed
60          o Many IPv6 bugs
61                + missing sockaddr_storage
62                + missing AI_V4MAPPED and AI_ALL
63                + compare of IPv4 and IPv6 v4mapped address.
64                + (bsd/bsdudp): server use two sockets,
65                   one for IPv4 and one for IPv6
66          o amflush/autoflush
67          o chown/chmod
68          o amstatus
69          o compilation on some platform
70          o others small bug
71
72 Changes in release 2.5.2
73
74    * Many bugs fixed and code cleanup
75    * krb5 auth is working
76    * Works with IPv6 address
77    * Amanda configuration file changes
78          o amanda.conf changes
79                + debugging is enabled in the config file
80                  see all debug_* config option
81                + tapetype 'readblocksize', if maxtapeblocksize is set too
82                  larger for your hardware
83
84 Changes in release 2.5.1p3
85
86    * Many bugs fixed
87    * amrecover improve handling of not ascii filename in index.
88    * Works with tar-1.16 and exit status of 1.
89    * Can define a LASTSLOT in a chg-disk config file.
90
91
92 Changes in release 2.5.1p2
93
94    * Many bugs fixed
95    * amoverview is working
96    * dumptype starttime is working
97
98    * Amanda command changes
99          o amtape accept the -o arguments
100          o amgetconf --list to list all tapetype, dumptype, holdingdisk
101            or interface
102          o amgetconf can return a value of a specific tapetype, dumptype,
103            holdingdisk or interface
104
105
106 Changes in release 2.5.1p1
107
108    * Many bugs fixed:
109          o Timeout waiting for ACK
110          o "illegal density" with dump
111          o IRIX: Parse config file, amrecover
112          o MacOs: compilation
113          o amrecover with FreeBSD/OpenBSD
114    * Some other small cleanup.
115    * Remove contrib/sst.
116
117
118 Changes in release 2.5.1
119
120    * Defects found by Coverity scan and Klocwork K7 analysis tools fixed.
121    * Works with GNU tar 1.15.91 - work with new gtar state file format.
122    * Open SSL encryption support
123    * Two new authentication methods: bsdtcp, bsdudp.
124    * Unlimited number of DLEs on a client with bsdtcp, rsh and ssh
125      authentication methods.
126    * Recovery process amrecover uses Secure API. amoldrecover command
127      (same syntax and functionality as amrecover command) is provided for
128      compatibility with old Amanda releases. amoldrecover command uses old
129      amidxtaped/amindexd protocol.
130    * Amanda debug files are separated into client/server/amandad and
131      are also classified based on Amanda configuration name.
132
133    * Amanda command changes
134          o amfetchdump -o is replaced by -O.
135          o amcheck -w option does all tests including the tape writable test.
136            Use amcheck -t -w to do only the tape writable test.
137          o -o command option to override Amanda configuration. See amanda man
138            page for details.
139          o amgetconf command doesn't write the BUGGY message when a entry
140            is not found in the configuration file.
141
142    * Amanda configuration file changes
143          o amanda.conf changes
144                + amrecover_do_fsf in amanda.conf defaults to yes
145                + amrecover_check_label in amanda.conf defaults to yes
146                + usetimestamps in amanda.conf to support multiple
147                  backup runs in a calendar day.
148                + holdingdisk in amanda.conf supports new values:
149                  NEVER, AUTO, REQUIRED.
150                + amandad_path, client_username and ssh_keys in
151                  amanda.conf for ssh/rsh authentication.
152          o New amanda client configuration file - amanda-client.conf.
153            Different client configuration file can be used for each Amanda
154            configuration.
155                + gnutar_list-dir and amandates can be specified in
156                  Amanda client configuration file - amanda-client.conf
157          o .amandahosts format changes to allow use of secure API for recovery.
158          o Amanda service entries in xinetd configuration has changed. 
159
160
161 Changes in release 2.5.0p2
162
163 * listhost subcommand in amrecover
164
165 Changes in release 2.5.0p1
166
167 * Add the 'amtape update' command.
168
169 Changes in release 2.5.0
170
171 * Communication security/authentication: Kerberos 4/5, OpenSSH
172 * Data security: Symmetric/Assymetric encrytion algorithms (aesutil
173   and gpg encryption),  Encryption can be done on server or client,
174   Custom encryption utilities can be used.
175 * Compression: Ability to add custom compression tools. This is a
176   really useful feature especially since it can specified for a DLE.  You
177   can use different compression algorithm for images, binaries, ascii files
178   and so on.
179 * Dump images spanning multiple media volumes - Dump images are no
180   longer restricted to a single media volume (tape or vtape).  Data restoration
181   can be done using amrecover and amfetchdump commands.
182 * Auto tape labelling - This optional feature is good for disk backups.
183
184 Change in release 2.4.5p1
185
186 * New [--days <num>] argument to 'amadmin <conf> tape'.
187 * New amoverview -last -num0 -togo0 options.
188
189 Change in release 2.4.5
190
191 * new displayunit global option to select the unit use to display number
192   k=kilo, m=mega, g=giga, t=tera.
193 * new amoverview -skipmissed option.
194
195 Change in release 2.4.5b1
196
197 * holding disk disk use timestamped directory.
198 * autoflush flush today's dump.
199 * new bumppercent global option, this should improve bumping criteria,
200   the bumpsize is set to a fixed value which can be adequate for small
201   and large disk.
202 * bumpsize, bumppercent, bumpdays and bumpmult can be in a dumptype.
203 * calcsize support include and exclude like gnutar.
204 * new 'estimate' dumptype option to select estimate type:
205     CLIENT: estimate by the dumping program.
206     CALCSIZE: estimate by the calcsize program, a lot faster but less acurate.
207     SERVER: estimate based on statistic from previous run, take second but
208             can be wrong on the estimate size.
209
210 Changes in release 2.4.4p3
211
212 * new chg-iomega changer script.
213 * amanda will not use a tape if it's label is not in the tapelist file
214   (eg. after an amrmtape).
215
216 Changes in release 2.4.4p2
217
218 * new initial_poll_delay config in chg-zd-mtx
219 * 'amadmin find' list disk removed from the disklist.
220 * amrecover can recover a disk removed from the disklist file.
221 * amanda works with samba3.
222 * new chg-disk changer script to use with the file: driver.
223 * Kerberos 4 support integrated and functional again.
224
225 Changes in release 2.4.4p1
226
227 * amverify do not advance to next tape at the end.
228 * new amflush -b and -s options, change -f behavior.
229 * new chg-mcutil changer.
230 * amrecover_changer works with chg-multi.
231 * default driveslot for chg-zd-mtx is now 0.
232 * amplot generate color postscript by default.
233 * amplot -b flag to generate b/w postscript.
234 * rait: works with file:
235 * print a postscript label for each tape used.
236
237 Changes in release 2.4.4
238
239 * New -a option to amcheck to always send an email.
240
241 Changes in release 2.4.4b1
242
243 * maxpromoteday: New option for a dumptype.
244 * New amtapetype program (replace tapetype)
245 * Client compile on CYGWIN
246 * amrestore -f <fileno> : amrestore can do fsf before reading the tape
247 * amrestore -l <label>  : amrestore can check the label before restoring.
248 * New config options:
249   amrecover_do_fsf: Amrecover will use the -f flag of amrestore to position the
250                     tape.
251   amrecover_check_label: amrecover will pass the -l flag to amrestore.
252   amrecover_changer: amrecover will use your changer.
253   maxdumpsize: The maximum size of the dumps during a run,
254                default to tapesize * runtapes
255   taperalgo: select your algo for the taper, try 'largestfit', it can improve
256              tape usage.
257 * amrecover allow to retry a skip a tape.
258 * New --days option to 'amadmin <config> balance' command.
259 * New --date option to amstatus
260 * amreport print an usage by tape.
261 * Newer promote algorithm that try to reduce the number of full on a
262   single host in a run.
263 * New changer: chg-juke, chg-null and chg-rait
264
265 Changes in release 2.4.3
266
267 * Few small bug fixed
268 * New runtapes argument to amverify.
269 * New amverifyrun program.
270 * 2.4.3 client works with older server.
271
272 Changes in release 2.4.3b4
273
274 * new noop packet type. It allow the server to know the client features.
275 * exclude list with relative path is working again.
276 * amstatus is working again.
277
278 Changes in release 2.4.3b3
279
280 * --with-maxtapeblocksize configure options
281 * blocksize tapetype option
282 * file-pad tapetype option
283 * Multiple exclude in dumptype
284 * Option include in dumptype
285 * New disklist syntax:
286 *   hostname diskname [ diskdevice ] dumptype [ spindle [ interface ] ]
287 * chg-zd-mtx: Major cleanup and general overhaul.
288 * amrecover: new listdisk command.
289
290 Changes in release 2.4.3b2
291
292 * amrestore try to find the next chunk in the current directory.
293 * amrecover: You can change the tape device between each tape.
294 * amstatus work with amflush.
295
296 Changes in release 2.4.3b1
297
298 * tapeio.
299 * New [host [disk]*]* arguments to amdump, amcheck, amadmin and amflush.
300 * New [-D datastamp]* arguments to amflush.
301 * amrecover: cd accept shell wildcard, new command cdx accept regex.
302 * new autoflush option.
303 * new dumperstr option to specify the priority order of each dumper.
304
305 Changes in release 2.4.2
306
307 * Samba passwords are now sent to smbclient via a pipe and never displayed.
308 * Debug files in /tmp/amanda (--with-debug-dir) are now timestamped and old
309   ones automatically cleaned out.  This means more space (a few KBytes) will
310   be used since in a given run, several of the programs are called more than
311   once.  But it also means important debugging information should no longer
312   be lost by the file being overwritten.  The length of time to keep the
313   files is controlled by --with-debug-days (default: 4).  The old flag
314   --with-pid-debug-files is no longer needed and is ignored.
315 * dumptypes can be specialized in the disklist file
316 * Amanda will never use more space than specified (use) for an holding
317   disk
318 * A dump on holding disk can spread multiple holding disks
319 * negative chunksize is no longer supported
320 * chunksize is now 1 Gb by default
321 * ufsdump -S is now supported on Solaris
322 * Samba 2.0.0 is now supported
323 * New `incronly' strategy, similar to skip-full, but allows manual
324   scheduling of full backups
325 * chg-scsi was ported to several platforms
326 * --with-amandahosts is now enabled by default
327 * new force-bump, force-no-bump and unforce-bump command in amadmin.
328 * Increased the maximum number of filesystems that can be backed up
329   from a single host, by increasing the maximum UDP request packet
330   size.
331 * A new `dtimeout' keyword in amanda.conf to replace the READ_TIMEOUT
332   constant in dumper.c.
333 * A new `ctimeout' keyword in amanda.conf to replace the CHECK_TIMEOUT
334   constant in amcheck.c.
335 * new amtrmlog command
336 * --with-samba-user is deprecated, the username go in the amandapass file
337
338 Changes in release 2.4.1
339
340 * FAQ for new users, in docs/FAQ.
341 * A new `runspercycle' keyword in amanda.conf to specify the number
342   of amdump runs in a dumpcycle. The default is one run every day.
343   A value of 0 (the default) means the same value as dumpcycle.  
344   A value of -1 means guess the number of runs from the tapelist file,
345   which is the number of tape used in the last dumpcycle days / runtapes.
346   If you don't run amdump every days, you must set runspercycle
347   otherwise amanda will noy be able to balance the dump. You must
348   set runspercycle to -1 if you want the same behavior as previous
349   version of amanda.
350 * Space to be use as holding disk can now be "use all space except ??? Kb"
351   using a negative value for the 'use' parameter.
352 * amrecover will restore SAMBA backups using SAMBA.
353 * New `amstatus' program.
354 * New `chg-scsi' tape changer program, that replaces `chg-chio' and uses
355   tape-changer-related ioctls on OSs that support them.
356 * Reporter can now print tape labels.
357 * ZFTAPEs are now supported on Linux.
358 * amrestore now accepts a list of filesystems to be restored.
359 * New `clean' amtape command.
360 * amlabel will only overwrite an Amanda tape if `-f' is specified.
361 * Tapes can now be marked so as not to be recycled with amadmin no-reuse.
362 * amidxtrm will no longer remove index files of backups in active tapes.
363 * Large dumps can now be split into multiple files on holding disk
364   (but they won't span across tapes yet).
365 * A total estimate time-out may be specified.
366 * Fixed skip-incr and skip-full support.
367 * amcheck now accepts -Maddress to send e-mail to the specified address.
368 * amdump, amflush and amcheck will use the log files as locks, so as
369   to avoid running concurrently.
370 * driver now supports configurable level-0 dumps in degraded mode via
371   new amanda.conf keyword "reserve"; see docs/WHATS.NEW for details.
372 * Configure now looks for vxdump and vxrestore in /usr/lib/fs/vxfs for Solaris
373   systems and will use it vxdump/vxrestore automatically on vxfs filesystems.
374 * New `killpgrp' setuid-root program, that kills estimate dumps even
375   if they are setuid-root.
376
377 Changes in release 2.4.0p1
378
379 * Fixed kerberos encryption
380 * New --with-owner configure option, to specify owner of installed files
381 * amcheck now checks for the existence of gnutar-listdir and of a
382   compressor on the server (for indexes and server compression)
383 * Implemented dumptype option `strategy skip'
384 * Updated to libtool 1.2a
385 * Minor portability-related bugfixes.
386
387 Changes in release 2.4.0
388
389 * Several security-related fixes, see docs/SECURITY for details.
390 * New configuration file syntax: dumptypes can now be used as keywords.
391 * New text database format, to replace dbm/ndbm/gdbm/db databases with
392   a more portable and user-friendly format.
393 * Index files are now sent through a separate TCP connection, as they
394   are generated, instead of being stored in /tmp.  This breaks Amanda
395   protocol backward compatibility.
396 * Estimates are now performed concurrently, if maxdumps>1.
397 * At configure time, it is now possible to specify a suffix for amanda
398   service names (--with-testing=suffix) and a directory for debugging
399   files (--with-debugging=/directory/name)
400 * New tape changer configuration keywords, that partially standardize
401   tape changer script configuration interface.
402 * amrecover can now handle GNU tar and AIX dump restores; it must now
403   be run as root.
404 * Shared libraries are built by default, using GNU libtool.
405 * Extended regular expression syntax has been adopted.
406 * amcheck will no longer report failures about unused programs.
407 * It is now possible to specify a SAMBA username at configure time.
408 * BSD security is now enabled by default.
409 * A time-out for estimate requests can now be specified in amanda.conf.
410 * New patch-system script, for editing /etc/services and /etc/inetd.conf.
411 * Amdump will wait if a file named `hold' exists in the log directory.
412 * Various bugfixes and new ports.
413
414 Changes in release 2.3.0.4
415 * New chg-generic.conf option 'multieject' added which lets
416   chg-generic work on tape drives that need multiple 'mt offline'
417   commands.  See examples/chg-generic.conf for more information.
418 * New configure options:
419   --with-db=DBLIB          Force database library choice from {db,dbm,gdbm,ndbm}
420   --enable-buffered-dump   Use buffered sockets on server for faster dumps
421   --with-group=GROUPNAME   Install all files into group GROUPNAME
422 * Include the file seagate-changer.c which controls
423   Seagate/Conner/Archive autoloading DAT drive on NetBSD systems.
424 * Add a new amanda.conf option named "starttime" which is used in the
425   dumptype configuration.  It takes one argument which is a time of day
426   (local timezone) formated as either hhmm or hmm (no `.'s, no `:'s,
427   just an integer).  This tells Amanda to start a particular dump at
428   the given time.
429 * Index files are now retrieved from the clients through amandad, not rsh/rcp.
430 * Fix configure bug when multiple invocations would not do the correct things.
431 * Better fully qualified domain name support.
432 * Many little dumper fixes.
433 * Remove C style comments from amrmtape and fix a bug when there is
434   only one tape in the tapelist.
435 * More declarations of Unix system functions for those OSes that do not
436   have declarations.
437 * Fix --with-mmap configure bug.
438
439 Changes in release 2.3.0.4b3
440 * Include amplot-2.2.6 which makes plots of the amdump files for performance
441   improvements.  Amplot requires gnuplot and a version of awk that
442   understands command line variable assignment.
443 * Include amoverview which creates a list of each disk dumped and the level
444   and success or failure of those dumps over a complete tapecycle.
445 * Amanda now supports backups of clients in different domains.  Requires
446   using the configure --with-fqdn options and fully qualified domain
447   names (FQDNs) in the disklist file.
448 * rth-changer checks all system calls for valid returns.
449 * no-changer and hp-changer use different status files and do more checking.
450 * amrestore works again with gzip compressed tapes.
451 * New setuid program rundump for systems where dump must run as root.
452 * Setuid programs are now installed o-rwx for tighter security.
453 * Fix bug where if Amanda was not configured using the --with-bsd-security
454   configure option, Amanda would not connect to the client machines.  This
455   is now fixed.
456 * Rundump and runtar now check if the proper user is invoking them.
457 * Amanda now can use gdbm if the compatibility header files are not installed.
458 * Bug fixes for gnutar file exclusions.
459 * Fix bug in sendsize which would loop forever if debugging was not turned on.
460 * Bug fixes in Samba code.
461 * More configure and bug fixes for HP-UX, m88k-motorola-sysv4, SGI, OSF, and
462   Ultrix systems.
463
464 Changes in release 2.3.0.4b2
465 * New tape changer script (rth-changer) for the Robotic Tape Handling system.
466 * Include amindex-1.0 from Alan McIvor.
467 * Gnutar incrementals should now work.
468 * amgetidx now caches if a remote client is reachable.
469 * amanda.conf settings used before --with-dbdir and --with-logdir settings
470   in various scripts.
471 * New configure options:
472   --with-mmap                           force mmap() instead of shared memory
473   --with-gnutar-listed-incremental=DIR  gnutar directory lists go in DIR
474   --enable-gnutar-atime-preserve        gnutar preserves atime, do not use
475   --with-pid-debug-files                use pid in /tmp debugging filenames
476 * Samba support must now be explicitly included using --with-smblcient.
477 * Amanda now compiles with K&R compilers.
478 * Better AIX, Linux, OSF support.
479 * configure checks if /dev/r devices exist or not.
480 * Amanda uses POSIX fcntl locking before flock or lockf locking if available.
481 * dumper.c uses less aggressive I/O values for SunOS server support.
482 * Many bug fixes in the configure script for various platforms.
483 * Many bug fixes to codes.
484
485 Changes in release 2.3.0.4b1
486 * Configuration now uses configure.  Build environment now uses
487   automake and autoconf.
488 * Samba PC client backup support added.
489 * New programs and scripts:
490   amrmtape: invalidate the contents of an existing backup tape
491   amverify: check Amanda tapes for gnutar driven backups.
492   hp-changer: script for a HP DAT changer.
493   no-changer: make a single tape appear like an infinite count tape stacker.
494 * New options added to programs:
495   amadmin: `amadmin <conf> version' shows version information.
496   amtape: `amtape <conf> current' shows the current tape label,
497 * Amanda now supports server side compression of dumps on the tape
498   host.  Use the srvcompress option in amanda.conf.
499 * Better gnutar support for indexing.  Amanda now lets you exclude
500   files from the dump.
501 * Tape planning improvements.
502 * Email reports have better formating for disks with long mount points.
503 * Tighter DNS checking added to amandad.
504 * More debugging added to several programs.
505 * Amdump now calls amgetidx and amtrmidx.
506 * Better support for multidomain environments.
507 * Contains amindex-0.3 from Alan McIvor.
508 * Many bug fixes and compiler warnings handled.
509
510 Changes in release 2.3.0.3
511 * Amadmin uses regular expression matching to match disks.
512 * Expand the column width of the disk names from reporter.
513 * Contains amindex-0.2 from Alan McIvor.
514 * Many bug fixes.
515
516 Changes in release 2.3.0.2
517 * Bug fixes.
518
519 Changes in release 2.3.0.1
520 * Contains amindex-0.1 from Alan McIvor.
521 * Bug fixes.
522
523 Changes in release 2.3.0 alpha
524 * A number of material bugs fixed, including fixes incorporated into
525   John Stoffel's WPI patches to amanda, which he called 2.2.6.5.
526 * Backup files larger than 2 GB now supported.  The current limit is
527   2^31 Kbytes (2 terabytes), which should hold us for a few more years
528   (1/2 :-).
529 * Support for GNUTAR-based backups.
530 * Support for writing to multiple tapes (sequentially) in one run.
531 * Support for multiple backups in parallel from the same client host.
532 * Records from the curinfo database can be exported and imported
533   to/from a textual format.  This allows fixing a corrupted database by
534   running the text version through a script and reimporting it.
535   Individual records or the entire database can be exported/imported.
536
537 Changes in release 2.2.6
538 * A number of material bugs fixed.
539 * A lot of lint picked in the whole package.
540 * The documentation is now reasonably up to date.
541 * This version has been locally compiled and at least the client side
542   tested on the following systems:
543         SunOS 4.1.3     IRIX 5.2
544         Solaris 2.3     BSDI BSD/386 1.1
545         Ultrix 4.2      NetBSD 1.0
546         DEC OSF/1 2.0   AIX 3.2
547   I don't have any HP/UX machines locally to try it on, but I've
548   tracked patches submitted by Neal Becker <neal@ctd.comset.com>, so
549   I'm reasonably confident that 2.2.6 shouldn't be far from the mark on
550   that platform.
551
552 Changes in release 2.2.5
553 * SYSV shared memory no longer required on server side if mmap is
554   available.
555 * Supports GZIP compression.
556 * Supports use of mount names as well as device names in disk list
557   (eg "/usr" instead of "sd0g").
558 * Amanda now thinks in real-time - you may run it several times a day
559   if you wish, and it won't get confused.
560 * Supports Kerberos 4 security as well as BSD-style .rhosts, including
561   encrypting files over the net.  The Kerberos support is available as
562   a separate add-on package - see the file KERBEROS.HOW-TO-GET on the
563   ftp site.
564 * Improved network protocol - faster startup, no longer dump specific,
565   hooks in place for non-dump clients.
566 * Client-side checks in amcheck - can check sanity of all client hosts
567   very quickly.
568 * Supports multiple holding disks, and load balances between them.