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