Imported Upstream version 3.3.0
[debian/amanda] / NEWS
1 Changes in release 3.3.0
2
3    * The default auth is changed to "bsdtcp", if you are using the default bsd
4      then you must add it to your configuration.
5        o in amanda.conf
6        o in amanda-client.conf
7        o in dumptype/disklist
8        o in xinetd (if no '-auth' argument to amandad)
9    * amdump trap crtl-c, it still send the report and do cleanup if you do
10      one crtl-c, do it more than once to abort the run.
11    * s3 device
12        o use multiple threads to speedup the transfer
13        o can connect to eucalytus.
14        o new NB_THREADS_BACKUP property
15        o new NB_THREADS_RECOVERY property
16        o new S3_HOST property
17        o new S3_SERVICE_PATH property
18        o new S3_SUBDOMAIN property
19    * chg-aggregate: new changer that use other changer sequentially.
20    * meta-volume
21    * Add meta label in tapelist file
22    * chg-disk:
23        o support for removable disk
24        o new NUM-SLOT property
25        o new AUTO-CREATE-SLOT property
26        o new REMOVABLE property
27        o new MOUNT property
28        o new UMOUNT property
29        o new UMOUNT-LOCKFILE property
30        o new UMOUNT-IDLE property
31    * new taperscan algorithm:
32        o oldest: this algorithm try to run through the volumes in the oldest
33          order
34        o lexical: this algorithm try to run through the volumes in the natural
35          order
36    * Change in amanda.conf
37        o new meta-autolabel option
38        o autolabel can include org, config, barcode, meta in the label
39        o new client-name option in appication and script.
40    * application and script in amanda-client.conf can be used to set default
41      properties for application or script.
42    * amlabel
43        o The label argument is no longer required, an autolabel can be
44          generated
45        o new --meta option
46        o new --barcode option
47        o new --assign option
48    * amgtar, amstar: The path must be specified, it will not works with a
49      device.
50    * amrecover: decompression and decryption are now done on the client if
51                 compression/encryption was done on the client.
52    * amtape: inventory print the current slot
53    * amanda.conf:
54        o autoflush have value "no|yes|all"
55        o script have single-execution setting.
56        o Add pre-amcheck, post-amcheck, pre-estimate, post-estimate, pre-backup
57          and post-backup to execute-on of script.
58        o Add taperscan and interactivity section.
59        o add 'server' value in recovery-limit.
60        o add dump-limit in a dumptype.
61    * amanda-client.conf
62        o add amdump-server setting.
63    * script are searched in $APPLICATION_DIR, $CONFIG_DIR/<conf>/application
64      and $CONFIG_DIR/application
65    * amservice
66        o add -s argument
67        o is also installed on client
68    * new amdumpd server service, if enable, it allow client to start a backup
69      of itself.
70    * new amdump_client program, it is use on client to start a backup of itself
71    * implement restore command amzfs-sendrecv, it can be use with amrecover.
72
73 Changes in release 3.2.2
74
75    * Do not restore the NUL padding bytes, some program fail with them.
76    * Fix driver doing nothing if taper crash early.
77    * Fix taperalog *FIT no going to second volume.
78    * Fix amrestore '-p' not going to next file.
79    * flush even if flush threshold are not met if it save tape space.
80    * fix crash in amtrmidx due to memory leak.
81    * amsamba use 'Use smbclient -TF' for restore.
82
83 Changes in release 3.2.1
84
85    * barcode are added to the tapelist file.
86    * Faster 'amadmin find', improve speed on many programs.
87    * device-output-buffer-size default to a minimum of 4*block_size.
88    * ssh auth use the client-port
89    * Bug fixed:
90       o "Can't opendata output stream: Connection refused".
91       o Better handling of dump to tape.
92       o Corrupted 'amdump' log file, amstatus not showing correct state.
93       o Execute subprocess with the config overwrite.
94       o tape-device allow to set LEOM.
95       o Crash in robot changer.
96       o Script output property are not sent to application.
97
98 Changes in release 3.2.0
99
100    * Support for multiple simultaneous writes to storage devices
101       o Can write to all available drives in parallel.
102       o Works only with the new changer API.
103       o Useful if two or more volumes are used in a single run.
104       o dump direct to tape can be scheduled any time during the run,
105         previously they were done sequencially after all dump to holding disk.
106       o enabled with the new 'taper-parallel-write' configuration option.
107    * Support for LEOM in storage devices
108       o allows splitting without partial parts, saving space
109       o much more efficient, since parts need not be cached on disk in most
110         cases
111    * new, simpler splitting commands in the tapetype section:
112      part-size, part-cache-type, part-cache-dir, part-cache-max-size; see
113      amanda.conf(5) for details
114    * Amanda server configuration file changes (amanda.conf)
115       o new configuration keyword:
116          + taper-parallel-write -- How many drive amanda can write to
117                                    in parallel.
118       o deprecated configuration keywords:
119          + amrecover_do_fsf
120          + amrecover_check_label
121    * the CONFIG parameter to amidxtaped is now required; this means that
122      versions of amrecover older than 2.4.3 will be unable to recover from
123      servers running Amanda-3.2 and later.
124    * The new dumptype and global parameters 'recovery-limit' can be used to
125      limit which hosts may recover from a particular DLE.  See amanda.conf(5)
126      and amanda-auth(7) for more information.
127    * Several old changers have been removed - these changers will work with
128      Amanda for the forseeable future, but are no longer included in the
129      distribution.
130       o chg-chio
131       o chg-chs
132       o chg-iomega
133       o chg-juke
134       o chg-mcutil
135       o chg-mtx
136       o chg-null (use the new "chg-null:")
137       o chg-rait (use the new "chg-rait:{dev1,dev2}")
138       o chg-rth
139       o chg-scsi-chio
140       o chg-scsi
141    * Amdump change:
142       o new '--no-taper' option to start the run in degraded mode
143    * Amvault is much improved, but still experimental:
144       o supports assembling split parts on the source volume and re-splitting
145         them on the destination
146       o supports filtering dumps with the same syntax as amfetchdump
147       o a --fulls-only option skips all incremental dumps on the source
148       o an --export option tries to move tertiary volumes to import/export
149         slots when completed
150       o command-line syntax has changed incompatibly; see manpage or
151         'amvault --help'
152    * Rewritten and improved:
153       o amoverview
154       o amcheckdump
155
156 Changes in release 3.1.0
157
158    * Deprecated old changers; see amanda-changers(7) for replacements.  These
159      changers are still available in the distribution, but will be removed in a
160      future release.
161       o chg-null
162       o chg-zd-mtx
163       o chg-rait
164       o chg-disk
165       o chg-multi
166    * Although chg-zd-mtx is still supported, we recommend that all users upgrade
167      to the more efficient chg-robot.  See contrib/convert-zd-mtx-to-robot.sh
168      for a useful conversion script.
169    * Amanda server configuration file changes (amanda.conf)
170       o deprecated configuration keywords:
171          + label_new_tapes
172       o keywords deprecated in 2.6.1:
173          + rawtapedev
174          + tapebufs
175          + file-pad
176       o new configuration keyword
177          + autolabel   -- replace label_new_tapes
178          + columnspec  -- can specify a precision.
179          + order       -- in script, to specify script order execution.
180          + client_port -- in dumptype, to specify which port to connect on
181                           the client.
182          + estimate    -- in dumptype, can specify multiple estimate method.
183       o accept 'define' keyword for defining an holdingdisk
184    * Amanda client configuration file changes (amanda-client.conf)
185       o new configuration keyword
186          + debug_days  -- how many days to keep debug files.
187          + client_port -- use by amrecover, specify which port to connect on
188                           the server.
189    * Removed compile-time default --with-changer-device: specify a device
190      explicitly in amanda.conf instead
191    * amtape behavior has changed:
192       o 'device' subcommand removed
193       o 'slot advance' subcommand removed
194       o 'update' subcommand no longer displays each slot as it is updated, and
195         is not supported by all changers
196       o taperscan output has changed
197       o new 'inventory' subcommand
198    * amrmtape rewrite
199       o use long option
200          + --changer    -- Specify which changer to use
201          + --cleanup    -- Remove logs and indexes associated with label
202          + --dryrun     -- do not update the original copies.
203          + --erase      -- Attempt to erase the data contained on the volume
204          + --keep-label -- Do not remove label from the tapelist
205          + --quiet      -- Opposite of --verbose
206          + --verbose    -- List backups of hosts and disks that are being
207                            discarded.
208    * amdevcheck
209       o new --label option.
210       o new --properties option.
211    * Device API
212       o changed wildcard setting for S3_BUCKET_LOCATION from "" to "*"
213       o new 'ndmp:' device to write to a tape on an ndmp server.
214       o new 'dvdrw:' device to write to a dvd drive.
215    * Application API
216       o new properties to many applications
217       o amgtar
218          + new ACLS, SELINUX and XATTRS properties
219       o amsamba
220          + Allow '\' in diskname and amandapass.
221          + new ALLOW-ANONYMOUS property.
222       o new applications:
223          + ampgsql  -- Backup PostgreSQL using continuous WAL archiving
224          + amsuntar -- Backup filesytem with the SUN tar
225          + amraw    -- Backup only one directory entry
226    * New taper, with DirectTCP support, changed tape and catalog format:
227       o all dumpfiles are now F_SPLIT_DUMPFILE
228       o all on-tape dumpfiles have numparts=-1, since it's no longer possible
229         to calculate this value in advance
230       o there is no logging or reporting of zero-byte, successful parts (this
231         may cause gaps in filenums in the catalog)
232    * Redesigned amreport
233       o much more natural command-line interface (just run 'amreport $config')
234       o experimental XML output
235    * configuration override for dumptype works with inheritance.
236
237 Changes in release 2.6.1p2
238    * amtapetype: new -p option
239    * Bugs fixed
240       o S3 device driver
241       o amcheckdump
242       o file not removed from holding disk
243       o sendbackup compatibility with a 2.4.2 server
244       o handle EROFS error from tape device.
245       o zfs snapshot name us the diskname.
246       o fix fd allocation in amandad
247       o crash in amflush
248
249 Changes in release 2.6.1p1
250
251    * amplot: better output
252    * Don't include genversion.h in distribution tarballs.
253    * Bugs fixed
254       o S3 device driver
255       o rait device driver
256       o amstatus
257       o configure
258       o application-api
259       o compilation on some platform
260       o others small bug
261
262 Changes in release 2.6.1
263
264    * Amanda server configuration file changes (amanda.conf)
265       o deprecated configuration keywords:
266          + rawtapedev
267          + tapebufs
268          + file-pad
269    * Application API: Allow to easily write wrappers around any backup program,
270      See the 'amanda-applications' man page.
271       o amgtar: Use GNU tar, it is a lot more configurable than the GNUTAR
272         program. See 'amgtar' man page.
273       o amstar: Use star to do a backup, it work only on a partition. See
274         'amstar' man page.
275       o amsamba: Use smbclient to backup a cifs share, see amsamba man page.
276       o amzfs-sendrecv: Do a backup of a ZFS filesystem with 'zfs send'.
277    * Script API: Allow to run script before and after amanda process, see the
278      'amanda-scripts' man page.
279       o amzfs-snapshot: Do a snapshot of a ZFS filesystem, then 'amgtar'
280         application will backup the snapshot. See 'amzfs-snapshot' man page.
281       o script-email: Simple script to send email. see 'script-email' man page.
282    * Changer API v2.0: perl-based changer interface supporting concurrent
283      use of multiple devices and changers.
284       o currently operating in "compatibility mode," calling old changer
285         shell scripts.
286       o under active development.
287    * Xfer API: generic library to move and filter data with maximal efficiency
288       o can read from and write to arbitrary devices, files, etc.
289       o only used in some applications.
290    * Amanda archive format: A simple archive format that an application can
291      use to create backup image.
292    * 'amarchiver' program to manipulate file in amanda archive format.
293    * Many improvements to report better error message to user.
294    * amtape subcommands 'slot prev' and 'slot last' are removed.
295    * Dozens more perl libraries, with more stable interfaces.
296    * Many bugs fixed and improvement.
297    * amgetconf '--client' option to retrieve config from
298      amanda-client.conf on a client.
299    * Amanda configuration file changes
300        o new application-tool section
301        o new script-tool section
302        o new device section
303        o new changer section
304
305 Changes in release 2.6.0
306
307    * configure --disable-shared doesn't work because perl modules require
308      shared libraries.  Use configure --with-static-binaries to build
309      statically linked binaries.
310    * 'amverify' and 'amverifyrun' are deprecated and replaced with the
311      new, more flexible 'amcheckdump'
312    * 'amdd' and 'ammt' are deprecated.
313    * Some Amanda files are now installed in new "amanda/" subdirectories:
314      libraries are now installed in $libdir/amanda and internal programs
315      are now installed in $libexecdir/amanda.
316    * The amandates file, previously at /etc/amandates, is now at
317      $localstatedir/amanda/amandates.  You may want to move your existing
318      /etc/amandates when you upgrade Amanda.
319    * New 'amcryptsimple', 'amgpgcrypt' - encryption plugins based on gpg.
320    * New 'amserverconfig', 'amaddclient' - Initial Amanda configuration tools
321      these tools make assumptions, please see man page.
322    * Many bugs fixed and code rewrite/cleanup
323    * glib is required to compile and run amanda.
324    * Device API: pluggable interface to storage devices, supporting tapes,
325      vtapes, RAIT, and Amazon S3
326    * New perl modules link directly to Amanda, to support writing Amanda
327      applications in Perl. Perl module are installed by default in the perl
328      installsitelib directory. It can be changed with
329      'configure --with-amperldir'.
330    * New 'local' security driver supports backups of the amanda server
331      without any network connection or other configuration.
332    * Almost 200 unit tests are available via 'make installcheck'.
333    * Amanda configuration file changes
334          o amanda.conf changes
335                + flush-threshold-dumped
336                + flush-threshold-scheduled
337                + taperflush
338                + device_property
339                + usetimestamps default to yes
340
341 Changes in release 2.5.2p1
342
343    * Many bugs fixed
344          o Many IPv6 bugs
345                + missing sockaddr_storage
346                + missing AI_V4MAPPED and AI_ALL
347                + compare of IPv4 and IPv6 v4mapped address.
348                + (bsd/bsdudp): server use two sockets,
349                   one for IPv4 and one for IPv6
350          o amflush/autoflush
351          o chown/chmod
352          o amstatus
353          o compilation on some platform
354          o others small bug
355
356 Changes in release 2.5.2
357
358    * Many bugs fixed and code cleanup
359    * krb5 auth is working
360    * Works with IPv6 address
361    * Amanda configuration file changes
362          o amanda.conf changes
363                + debugging is enabled in the config file
364                  see all debug_* config option
365                + tapetype 'readblocksize', if maxtapeblocksize is set too
366                  larger for your hardware
367
368 Changes in release 2.5.1p3
369
370    * Many bugs fixed
371    * amrecover improve handling of not ascii filename in index.
372    * Works with tar-1.16 and exit status of 1.
373    * Can define a LASTSLOT in a chg-disk config file.
374
375
376 Changes in release 2.5.1p2
377
378    * Many bugs fixed
379    * amoverview is working
380    * dumptype starttime is working
381
382    * Amanda command changes
383          o amtape accept the -o arguments
384          o amgetconf --list to list all tapetype, dumptype, holdingdisk
385            or interface
386          o amgetconf can return a value of a specific tapetype, dumptype,
387            holdingdisk or interface
388
389
390 Changes in release 2.5.1p1
391
392    * Many bugs fixed:
393          o Timeout waiting for ACK
394          o "illegal density" with dump
395          o IRIX: Parse config file, amrecover
396          o MacOs: compilation
397          o amrecover with FreeBSD/OpenBSD
398    * Some other small cleanup.
399    * Remove contrib/sst.
400
401
402 Changes in release 2.5.1
403
404    * Defects found by Coverity scan and Klocwork K7 analysis tools fixed.
405    * Works with GNU tar 1.15.91 - work with new gtar state file format.
406    * Open SSL encryption support
407    * Two new authentication methods: bsdtcp, bsdudp.
408    * Unlimited number of DLEs on a client with bsdtcp, rsh and ssh
409      authentication methods.
410    * Recovery process amrecover uses Secure API. amoldrecover command
411      (same syntax and functionality as amrecover command) is provided for
412      compatibility with old Amanda releases. amoldrecover command uses old
413      amidxtaped/amindexd protocol.
414    * Amanda debug files are separated into client/server/amandad and
415      are also classified based on Amanda configuration name.
416
417    * Amanda command changes
418          o amfetchdump -o is replaced by -O.
419          o amcheck -w option does all tests including the tape writable test.
420            Use amcheck -t -w to do only the tape writable test.
421          o -o command option to override Amanda configuration. See amanda man
422            page for details.
423          o amgetconf command doesn't write the BUGGY message when a entry
424            is not found in the configuration file.
425
426    * Amanda configuration file changes
427          o amanda.conf changes
428                + amrecover_do_fsf in amanda.conf defaults to yes
429                + amrecover_check_label in amanda.conf defaults to yes
430                + usetimestamps in amanda.conf to support multiple
431                  backup runs in a calendar day.
432                + holdingdisk in amanda.conf supports new values:
433                  NEVER, AUTO, REQUIRED.
434                + amandad_path, client_username and ssh_keys in
435                  amanda.conf for ssh/rsh authentication.
436          o New amanda client configuration file - amanda-client.conf.
437            Different client configuration file can be used for each Amanda
438            configuration.
439                + gnutar_list-dir and amandates can be specified in
440                  Amanda client configuration file - amanda-client.conf
441          o .amandahosts format changes to allow use of secure API for recovery.
442          o Amanda service entries in xinetd configuration has changed. 
443
444
445 Changes in release 2.5.0p2
446
447 * listhost subcommand in amrecover
448
449 Changes in release 2.5.0p1
450
451 * Add the 'amtape update' command.
452
453 Changes in release 2.5.0
454
455 * Communication security/authentication: Kerberos 4/5, OpenSSH
456 * Data security: Symmetric/Assymetric encrytion algorithms (aesutil
457   and gpg encryption),  Encryption can be done on server or client,
458   Custom encryption utilities can be used.
459 * Compression: Ability to add custom compression tools. This is a
460   really useful feature especially since it can specified for a DLE.  You
461   can use different compression algorithm for images, binaries, ascii files
462   and so on.
463 * Dump images spanning multiple media volumes - Dump images are no
464   longer restricted to a single media volume (tape or vtape).  Data restoration
465   can be done using amrecover and amfetchdump commands.
466 * Auto tape labelling - This optional feature is good for disk backups.
467
468 Change in release 2.4.5p1
469
470 * New [--days <num>] argument to 'amadmin <conf> tape'.
471 * New amoverview -last -num0 -togo0 options.
472
473 Change in release 2.4.5
474
475 * new displayunit global option to select the unit use to display number
476   k=kilo, m=mega, g=giga, t=tera.
477 * new amoverview -skipmissed option.
478
479 Change in release 2.4.5b1
480
481 * holding disk disk use timestamped directory.
482 * autoflush flush today's dump.
483 * new bumppercent global option, this should improve bumping criteria,
484   the bumpsize is set to a fixed value which can be adequate for small
485   and large disk.
486 * bumpsize, bumppercent, bumpdays and bumpmult can be in a dumptype.
487 * calcsize support include and exclude like gnutar.
488 * new 'estimate' dumptype option to select estimate type:
489     CLIENT: estimate by the dumping program.
490     CALCSIZE: estimate by the calcsize program, a lot faster but less acurate.
491     SERVER: estimate based on statistic from previous run, take second but
492             can be wrong on the estimate size.
493
494 Changes in release 2.4.4p3
495
496 * new chg-iomega changer script.
497 * amanda will not use a tape if it's label is not in the tapelist file
498   (eg. after an amrmtape).
499
500 Changes in release 2.4.4p2
501
502 * new initial_poll_delay config in chg-zd-mtx
503 * 'amadmin find' list disk removed from the disklist.
504 * amrecover can recover a disk removed from the disklist file.
505 * amanda works with samba3.
506 * new chg-disk changer script to use with the file: driver.
507 * Kerberos 4 support integrated and functional again.
508
509 Changes in release 2.4.4p1
510
511 * amverify do not advance to next tape at the end.
512 * new amflush -b and -s options, change -f behavior.
513 * new chg-mcutil changer.
514 * amrecover_changer works with chg-multi.
515 * default driveslot for chg-zd-mtx is now 0.
516 * amplot generate color postscript by default.
517 * amplot -b flag to generate b/w postscript.
518 * rait: works with file:
519 * print a postscript label for each tape used.
520
521 Changes in release 2.4.4
522
523 * New -a option to amcheck to always send an email.
524
525 Changes in release 2.4.4b1
526
527 * maxpromoteday: New option for a dumptype.
528 * New amtapetype program (replace tapetype)
529 * Client compile on CYGWIN
530 * amrestore -f <fileno> : amrestore can do fsf before reading the tape
531 * amrestore -l <label>  : amrestore can check the label before restoring.
532 * New config options:
533   amrecover_do_fsf: Amrecover will use the -f flag of amrestore to position the
534                     tape.
535   amrecover_check_label: amrecover will pass the -l flag to amrestore.
536   amrecover_changer: amrecover will use your changer.
537   maxdumpsize: The maximum size of the dumps during a run,
538                default to tapesize * runtapes
539   taperalgo: select your algo for the taper, try 'largestfit', it can improve
540              tape usage.
541 * amrecover allow to retry a skip a tape.
542 * New --days option to 'amadmin <config> balance' command.
543 * New --date option to amstatus
544 * amreport print an usage by tape.
545 * Newer promote algorithm that try to reduce the number of full on a
546   single host in a run.
547 * New changer: chg-juke, chg-null and chg-rait
548
549 Changes in release 2.4.3
550
551 * Few small bug fixed
552 * New runtapes argument to amverify.
553 * New amverifyrun program.
554 * 2.4.3 client works with older server.
555
556 Changes in release 2.4.3b4
557
558 * new noop packet type. It allow the server to know the client features.
559 * exclude list with relative path is working again.
560 * amstatus is working again.
561
562 Changes in release 2.4.3b3
563
564 * --with-maxtapeblocksize configure options
565 * blocksize tapetype option
566 * file-pad tapetype option
567 * Multiple exclude in dumptype
568 * Option include in dumptype
569 * New disklist syntax:
570 *   hostname diskname [ diskdevice ] dumptype [ spindle [ interface ] ]
571 * chg-zd-mtx: Major cleanup and general overhaul.
572 * amrecover: new listdisk command.
573
574 Changes in release 2.4.3b2
575
576 * amrestore try to find the next chunk in the current directory.
577 * amrecover: You can change the tape device between each tape.
578 * amstatus work with amflush.
579
580 Changes in release 2.4.3b1
581
582 * tapeio.
583 * New [host [disk]*]* arguments to amdump, amcheck, amadmin and amflush.
584 * New [-D datastamp]* arguments to amflush.
585 * amrecover: cd accept shell wildcard, new command cdx accept regex.
586 * new autoflush option.
587 * new dumperstr option to specify the priority order of each dumper.
588
589 Changes in release 2.4.2
590
591 * Samba passwords are now sent to smbclient via a pipe and never displayed.
592 * Debug files in /tmp/amanda (--with-debug-dir) are now timestamped and old
593   ones automatically cleaned out.  This means more space (a few KBytes) will
594   be used since in a given run, several of the programs are called more than
595   once.  But it also means important debugging information should no longer
596   be lost by the file being overwritten.  The length of time to keep the
597   files is controlled by --with-debug-days (default: 4).  The old flag
598   --with-pid-debug-files is no longer needed and is ignored.
599 * dumptypes can be specialized in the disklist file
600 * Amanda will never use more space than specified (use) for an holding
601   disk
602 * A dump on holding disk can spread multiple holding disks
603 * negative chunksize is no longer supported
604 * chunksize is now 1 Gb by default
605 * ufsdump -S is now supported on Solaris
606 * Samba 2.0.0 is now supported
607 * New `incronly' strategy, similar to skip-full, but allows manual
608   scheduling of full backups
609 * chg-scsi was ported to several platforms
610 * --with-amandahosts is now enabled by default
611 * new force-bump, force-no-bump and unforce-bump command in amadmin.
612 * Increased the maximum number of filesystems that can be backed up
613   from a single host, by increasing the maximum UDP request packet
614   size.
615 * A new `dtimeout' keyword in amanda.conf to replace the READ_TIMEOUT
616   constant in dumper.c.
617 * A new `ctimeout' keyword in amanda.conf to replace the CHECK_TIMEOUT
618   constant in amcheck.c.
619 * new amtrmlog command
620 * --with-samba-user is deprecated, the username go in the amandapass file
621
622 Changes in release 2.4.1
623
624 * FAQ for new users, in docs/FAQ.
625 * A new `runspercycle' keyword in amanda.conf to specify the number
626   of amdump runs in a dumpcycle. The default is one run every day.
627   A value of 0 (the default) means the same value as dumpcycle.  
628   A value of -1 means guess the number of runs from the tapelist file,
629   which is the number of tape used in the last dumpcycle days / runtapes.
630   If you don't run amdump every days, you must set runspercycle
631   otherwise amanda will noy be able to balance the dump. You must
632   set runspercycle to -1 if you want the same behavior as previous
633   version of amanda.
634 * Space to be use as holding disk can now be "use all space except ??? Kb"
635   using a negative value for the 'use' parameter.
636 * amrecover will restore SAMBA backups using SAMBA.
637 * New `amstatus' program.
638 * New `chg-scsi' tape changer program, that replaces `chg-chio' and uses
639   tape-changer-related ioctls on OSs that support them.
640 * Reporter can now print tape labels.
641 * ZFTAPEs are now supported on Linux.
642 * amrestore now accepts a list of filesystems to be restored.
643 * New `clean' amtape command.
644 * amlabel will only overwrite an Amanda tape if `-f' is specified.
645 * Tapes can now be marked so as not to be recycled with amadmin no-reuse.
646 * amidxtrm will no longer remove index files of backups in active tapes.
647 * Large dumps can now be split into multiple files on holding disk
648   (but they won't span across tapes yet).
649 * A total estimate time-out may be specified.
650 * Fixed skip-incr and skip-full support.
651 * amcheck now accepts -Maddress to send e-mail to the specified address.
652 * amdump, amflush and amcheck will use the log files as locks, so as
653   to avoid running concurrently.
654 * driver now supports configurable level-0 dumps in degraded mode via
655   new amanda.conf keyword "reserve"; see docs/WHATS.NEW for details.
656 * Configure now looks for vxdump and vxrestore in /usr/lib/fs/vxfs for Solaris
657   systems and will use it vxdump/vxrestore automatically on vxfs filesystems.
658 * New `killpgrp' setuid-root program, that kills estimate dumps even
659   if they are setuid-root.
660
661 Changes in release 2.4.0p1
662
663 * Fixed kerberos encryption
664 * New --with-owner configure option, to specify owner of installed files
665 * amcheck now checks for the existence of gnutar-listdir and of a
666   compressor on the server (for indexes and server compression)
667 * Implemented dumptype option `strategy skip'
668 * Updated to libtool 1.2a
669 * Minor portability-related bugfixes.
670
671 Changes in release 2.4.0
672
673 * Several security-related fixes, see docs/SECURITY for details.
674 * New configuration file syntax: dumptypes can now be used as keywords.
675 * New text database format, to replace dbm/ndbm/gdbm/db databases with
676   a more portable and user-friendly format.
677 * Index files are now sent through a separate TCP connection, as they
678   are generated, instead of being stored in /tmp.  This breaks Amanda
679   protocol backward compatibility.
680 * Estimates are now performed concurrently, if maxdumps>1.
681 * At configure time, it is now possible to specify a suffix for amanda
682   service names (--with-testing=suffix) and a directory for debugging
683   files (--with-debugging=/directory/name)
684 * New tape changer configuration keywords, that partially standardize
685   tape changer script configuration interface.
686 * amrecover can now handle GNU tar and AIX dump restores; it must now
687   be run as root.
688 * Shared libraries are built by default, using GNU libtool.
689 * Extended regular expression syntax has been adopted.
690 * amcheck will no longer report failures about unused programs.
691 * It is now possible to specify a SAMBA username at configure time.
692 * BSD security is now enabled by default.
693 * A time-out for estimate requests can now be specified in amanda.conf.
694 * New patch-system script, for editing /etc/services and /etc/inetd.conf.
695 * Amdump will wait if a file named `hold' exists in the log directory.
696 * Various bugfixes and new ports.
697
698 Changes in release 2.3.0.4
699 * New chg-generic.conf option 'multieject' added which lets
700   chg-generic work on tape drives that need multiple 'mt offline'
701   commands.  See examples/chg-generic.conf for more information.
702 * New configure options:
703   --with-db=DBLIB          Force database library choice from {db,dbm,gdbm,ndbm}
704   --enable-buffered-dump   Use buffered sockets on server for faster dumps
705   --with-group=GROUPNAME   Install all files into group GROUPNAME
706 * Include the file seagate-changer.c which controls
707   Seagate/Conner/Archive autoloading DAT drive on NetBSD systems.
708 * Add a new amanda.conf option named "starttime" which is used in the
709   dumptype configuration.  It takes one argument which is a time of day
710   (local timezone) formated as either hhmm or hmm (no `.'s, no `:'s,
711   just an integer).  This tells Amanda to start a particular dump at
712   the given time.
713 * Index files are now retrieved from the clients through amandad, not rsh/rcp.
714 * Fix configure bug when multiple invocations would not do the correct things.
715 * Better fully qualified domain name support.
716 * Many little dumper fixes.
717 * Remove C style comments from amrmtape and fix a bug when there is
718   only one tape in the tapelist.
719 * More declarations of Unix system functions for those OSes that do not
720   have declarations.
721 * Fix --with-mmap configure bug.
722
723 Changes in release 2.3.0.4b3
724 * Include amplot-2.2.6 which makes plots of the amdump files for performance
725   improvements.  Amplot requires gnuplot and a version of awk that
726   understands command line variable assignment.
727 * Include amoverview which creates a list of each disk dumped and the level
728   and success or failure of those dumps over a complete tapecycle.
729 * Amanda now supports backups of clients in different domains.  Requires
730   using the configure --with-fqdn options and fully qualified domain
731   names (FQDNs) in the disklist file.
732 * rth-changer checks all system calls for valid returns.
733 * no-changer and hp-changer use different status files and do more checking.
734 * amrestore works again with gzip compressed tapes.
735 * New setuid program rundump for systems where dump must run as root.
736 * Setuid programs are now installed o-rwx for tighter security.
737 * Fix bug where if Amanda was not configured using the --with-bsd-security
738   configure option, Amanda would not connect to the client machines.  This
739   is now fixed.
740 * Rundump and runtar now check if the proper user is invoking them.
741 * Amanda now can use gdbm if the compatibility header files are not installed.
742 * Bug fixes for gnutar file exclusions.
743 * Fix bug in sendsize which would loop forever if debugging was not turned on.
744 * Bug fixes in Samba code.
745 * More configure and bug fixes for HP-UX, m88k-motorola-sysv4, SGI, OSF, and
746   Ultrix systems.
747
748 Changes in release 2.3.0.4b2
749 * New tape changer script (rth-changer) for the Robotic Tape Handling system.
750 * Include amindex-1.0 from Alan McIvor.
751 * Gnutar incrementals should now work.
752 * amgetidx now caches if a remote client is reachable.
753 * amanda.conf settings used before --with-dbdir and --with-logdir settings
754   in various scripts.
755 * New configure options:
756   --with-mmap                           force mmap() instead of shared memory
757   --with-gnutar-listed-incremental=DIR  gnutar directory lists go in DIR
758   --enable-gnutar-atime-preserve        gnutar preserves atime, do not use
759   --with-pid-debug-files                use pid in /tmp debugging filenames
760 * Samba support must now be explicitly included using --with-smblcient.
761 * Amanda now compiles with K&R compilers.
762 * Better AIX, Linux, OSF support.
763 * configure checks if /dev/r devices exist or not.
764 * Amanda uses POSIX fcntl locking before flock or lockf locking if available.
765 * dumper.c uses less aggressive I/O values for SunOS server support.
766 * Many bug fixes in the configure script for various platforms.
767 * Many bug fixes to codes.
768
769 Changes in release 2.3.0.4b1
770 * Configuration now uses configure.  Build environment now uses
771   automake and autoconf.
772 * Samba PC client backup support added.
773 * New programs and scripts:
774   amrmtape: invalidate the contents of an existing backup tape
775   amverify: check Amanda tapes for gnutar driven backups.
776   hp-changer: script for a HP DAT changer.
777   no-changer: make a single tape appear like an infinite count tape stacker.
778 * New options added to programs:
779   amadmin: `amadmin <conf> version' shows version information.
780   amtape: `amtape <conf> current' shows the current tape label,
781 * Amanda now supports server side compression of dumps on the tape
782   host.  Use the srvcompress option in amanda.conf.
783 * Better gnutar support for indexing.  Amanda now lets you exclude
784   files from the dump.
785 * Tape planning improvements.
786 * Email reports have better formating for disks with long mount points.
787 * Tighter DNS checking added to amandad.
788 * More debugging added to several programs.
789 * Amdump now calls amgetidx and amtrmidx.
790 * Better support for multidomain environments.
791 * Contains amindex-0.3 from Alan McIvor.
792 * Many bug fixes and compiler warnings handled.
793
794 Changes in release 2.3.0.3
795 * Amadmin uses regular expression matching to match disks.
796 * Expand the column width of the disk names from reporter.
797 * Contains amindex-0.2 from Alan McIvor.
798 * Many bug fixes.
799
800 Changes in release 2.3.0.2
801 * Bug fixes.
802
803 Changes in release 2.3.0.1
804 * Contains amindex-0.1 from Alan McIvor.
805 * Bug fixes.
806
807 Changes in release 2.3.0 alpha
808 * A number of material bugs fixed, including fixes incorporated into
809   John Stoffel's WPI patches to amanda, which he called 2.2.6.5.
810 * Backup files larger than 2 GB now supported.  The current limit is
811   2^31 Kbytes (2 terabytes), which should hold us for a few more years
812   (1/2 :-).
813 * Support for GNUTAR-based backups.
814 * Support for writing to multiple tapes (sequentially) in one run.
815 * Support for multiple backups in parallel from the same client host.
816 * Records from the curinfo database can be exported and imported
817   to/from a textual format.  This allows fixing a corrupted database by
818   running the text version through a script and reimporting it.
819   Individual records or the entire database can be exported/imported.
820
821 Changes in release 2.2.6
822 * A number of material bugs fixed.
823 * A lot of lint picked in the whole package.
824 * The documentation is now reasonably up to date.
825 * This version has been locally compiled and at least the client side
826   tested on the following systems:
827         SunOS 4.1.3     IRIX 5.2
828         Solaris 2.3     BSDI BSD/386 1.1
829         Ultrix 4.2      NetBSD 1.0
830         DEC OSF/1 2.0   AIX 3.2
831   I don't have any HP/UX machines locally to try it on, but I've
832   tracked patches submitted by Neal Becker <neal@ctd.comset.com>, so
833   I'm reasonably confident that 2.2.6 shouldn't be far from the mark on
834   that platform.
835
836 Changes in release 2.2.5
837 * SYSV shared memory no longer required on server side if mmap is
838   available.
839 * Supports GZIP compression.
840 * Supports use of mount names as well as device names in disk list
841   (eg "/usr" instead of "sd0g").
842 * Amanda now thinks in real-time - you may run it several times a day
843   if you wish, and it won't get confused.
844 * Supports Kerberos 4 security as well as BSD-style .rhosts, including
845   encrypting files over the net.  The Kerberos support is available as
846   a separate add-on package - see the file KERBEROS.HOW-TO-GET on the
847   ftp site.
848 * Improved network protocol - faster startup, no longer dump specific,
849   hooks in place for non-dump clients.
850 * Client-side checks in amcheck - can check sanity of all client hosts
851   very quickly.
852 * Supports multiple holding disks, and load balances between them.