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