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