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