]> git.wh0rd.org - dump.git/blame - CHANGES
Added a configure check for sa_sigaction member of struct sigaction.
[dump.git] / CHANGES
CommitLineData
1099d48c
SP
1$Id: CHANGES,v 1.79 2000/08/21 10:45:39 stelian Exp $
2
3Changes between versions 0.4b19 and 0.4b20 (released ???????????????)
4=====================================================================
5
61. Added a configure option to search for sa_sigaction member
7 of the struct sigaction. This should fix the compile on
8 libc5. Thanks to Gunther Schlegel <schlegel@riege.de>
9 for reporting the bug.
10
112. Modified the label and uuid analysis in order to be
12 self-contained (independant of kernel/libc headers). This
13 should fix the compile with older kernel/libc headers and
14 will preserve the functionality. Thanks to Bernhard Erdmann
15 <bernhard.erdmann@gmx.de> for reporting the bug.
16
f1d86882 17
d56b7aa4
SP
18Changes between versions 0.4b18 and 0.4b19 (released August 20, 2000)
19=====================================================================
f1d86882
SP
20
211. Fixed the signal handling in dump (which I broke in 0.4b17)
22 which was causing several strange dump failures (dump
23 hanged or segmentation faults etc).
ddf0df5b 24
65bceb9b
SP
252. Specified the default blocksize in the dump man page.
26
57b19d7f
SP
273. Changed two info messages of restore to be written on stdout
28 instead of stderr in order to leave stderr only for errors
29 or warnings. Thanks to Stephen Atwell
30 <satwell@urbana.css.mot.com> for the suggestion.
31
4f94452b
SP
324. Corrected an off by one calculation which prevented
33 dumping a directory having a 1 character name length.
34 Thanks to Bernhard Erdmann <bernhard.erdmann@gmx.de>
35 for reporting the bug.
36
79e31865
SP
375. Reinforce dump in order to allow only level 0 and no
38 -u option when dumping a subdirectory, and document
39 this in the man page. Thanks to Bernhard Erdmann
40 <bernhard.erdmann@gmx.de> for reporting the bug.
41
9be511dc
SP
426. Fixed a small harmless bug in restore which caused
43 in some conditions hard links to be restored several
44 times (therefore generation some warning messages).
45 Thanks to Kenneth Porter <shiva@well.com> for
46 reporting the bug.
47
3e815572 487. Updated the RPM spec file to the latest RedHat version,
1d568d1b 49 providing FHS packaging and other cosmetic changes.
1099d48c 50 You will need RPM version >= 3.0.5 in order to build the RPM.
1d568d1b 51
3e815572
SP
528. Updated the configure script to check for libtermcap
53 before checking for libreadline, because we need this
54 library in order to compile the readline support.
55
8954518f
SP
569. Made dump understand the LABEL= and UUID= notation
57 both in /etc/fstab and on the command line. Note that
58 you will need the /proc filesystem in order to use
59 these notations. Thanks to Erik Troan <ewt@redhat.com>
60 for providing the patch.
61
8cca05cc
SP
62Changes between versions 0.4b17 and 0.4b18 (released June 30, 2000)
63===================================================================
ddf0df5b
SP
64
651. Fixed a potential buffer overflow in restore. Thanks
66 to Stan Bubrouski <satan@fastdial.net> for reporting
67 the bug.
30a43325 68
64bb207a
SP
692. Fixed a readline-related bug which prevented
70 'cat DUMPFILE | restore -i -f -' from working. Thanks
71 to Charles Karney <karney@users.sourceforge.net>
72 for the bug report.
73
d572dbfd
SP
743. Changed a few "panic" into "exit", causing restore to
75 be more stable against some attacks (like the last one
76 reported on Bugtraq, although the last version of restore
77 was not vulnerable - just dumped core). Thanks to
78 Andreas Hasenack <andreas@conectiva.com.br> for reporting
79 the bugs to me.
80
882090d1
SP
814. Removed the suid-root bit on dump and restore in the
82 default build (and generated RPMs). It should be safer
83 now. Users who need the suid-root capabilities in order
84 to make network backups should read first the man page
85 of dump and enable the suid bit manually.
86
5e04cc92
SP
875. Added -ltermcap to the compile parameters for restore
88 when using readline support, in order to make the compile
89 process work on some systems (SuSE ?). Thanks to
90 Patrik Schindler <poc@pocnet.net> for reporting the bug.
91
ac443b63 92Changes between versions 0.4b16 and 0.4b17 (released June 1st, 2000)
30a43325
SP
93====================================================================
94
951. The -F script is called now *only* at the end of a tape,
49023a9d 96 not at the end of the dump. Thanks to Christian Haul
30a43325
SP
97 <haul@informatik.tu-darmstadt.de> for the bug report.
98
d8574d45
SP
99 Normally, the device name and the current volume number
100 are passed on the command line of the script. However,
101 if you want the old style script (with no arguments
102 passed on the command line), you can enable it in
103 configure with the --enable-oldstylefscript.
104
30a43325
SP
1052. Use posix signal handling to preserve dump functionality
106 with libc5. Thanks to Jeff Johnson <jbj@redhat.com> for
107 the patch.
d65ed175 108
3d78f5f2
SP
1093. Made the exit code of restore in case of a 'C'ompare
110 command reflect the result of the compare. An exit status
111 of 0 means the dump archive is correct, 1 means tape errors,
d8574d45
SP
112 2 means that some files were modified. Thanks to Kenneth Porter
113 <shiva@well.com> for the suggestion.
3d78f5f2 114
d8574d45 1154. Made (finally) quotes work in interactive restore.
386d48c0 116
a110deb5 1175. Small fixes in order to allow dump to compile with a
d8574d45
SP
118 really old e2fsprogs version. Thanks to Ian Zimmerman
119 <itz@speakeasy.org> for the bug report.
a110deb5 120
c38e5b6a
SP
1216. Add GNU readline capabilities to interactive restore.
122 Use configure's --enable-readline flag to enable this feature.
d8574d45
SP
123 Thanks to Patrik Schindler <poc@pocnet.net> for the
124 suggestion.
125
1267. Do the compare on the fly in restore 'C' mode (this will
127 allow not to exhaust the available /tmp space when
128 ccmparing large files). Thanks to Kenneth Porter
129 <shiva@well.com> for the suggestion.
c38e5b6a 130
107a347c
SP
131Changes between versions 0.4b15 and 0.4b16 (released March 11, 2000)
132====================================================================
d65ed175
SP
133
1341. Fixed some several duplicate 'DUMP: DUMP:' in the
135 output of dump.
d3393043 136
cbc94239
SP
1372. Corrected the estimation of blocks to dump. Note that
138 this is still wrong for large directory inodes, due
139 to the size of a BSD directory entry on the tape
140 (estimation is based on the size of the ext2 directory,
141 which is smaller because it doesn't contain the null
142 character at the end).
143
1443. Made dump report the total number of MB written to
145 tape at the end of run. Thanks to W. Reilly Cooley
146 <wcooley@nakedape.cc> for the patch.
147
08db2b86
SP
1484. Added the -X option to restore giving the possibility
149 to read the names of the files to be extracted/listed
1a05d45d
SP
150 from a text file (in addition of the command line).
151 Thanks to Dejan Muhamedagic <dejan@quant-x.com> for the
152 patch.
08db2b86 153
365a7c7c
SP
1545. Added the device name and the current volume number
155 as arguments to the end of tape script (dump -F option).
156
24ea1fb9
SP
1576. Made the multi-volume dump work again (after having
158 broken it in 0.4b15).
159
2f7e72ce
SP
160Changes between versions 0.4b14 and 0.4b15 (released March 2, 2000)
161===================================================================
d3393043
SP
162
1631. Added a prompt command in interactive restore mode. Thanks
164 to Andreas Dilger <adilger@home.com> for the patch.
d6f78b13 165
92a9bf12
SP
1662. Fixed a buffer overflow problem in dump (caused by
167 not checking the size of the filesystem parameter).
168 Thanks to Kim Yong-jun <loveyou@hackerslab.org> for
169 reporting this on Bugtraq (and to several dump users
170 who forwarded me his mail).
171
0d7af9c5
SP
1723. Added the '-F script' option to dump in order to
173 launch a script at the end of each tape (to be used
174 with a tape changer, or to notify the sysadmin by
175 pager etc.).
176
1774. Fixed a bug in restore compare code caused by the changes
178 I made in 0.4b14.
179
1805. Fixed the treatment of options using the old BSD syntax
181 in both dump and restore.
182
688653ea
SP
183Changes between versions 0.4b13 and 0.4b14 (released February 10, 2000)
184=======================================================================
d6f78b13
SP
185
1861. Fixed a bug in dump which may have caused invalid deleted
187 directories to be dumped out if they were deleted after the
188 mapping pass. This could occure on active filesystem and lead
189 to heap corruption (causing dump malfunction in many possible ways).
190 Thanks to Jan Sanislo <oystr@cs.washington.edu> for finding this
191 bug and submitting the patch.
ae58c8da 192
a2c9bd28
SP
1932. Fixed the handling of the filesystem parameter in dump. A
194 '/mnt/disk' parameter caused the disk contents to be dumped,
195 but a '/mnt/disk/' parameter caused the mountpoint directory
196 to be dumped (generally an empty directory).
197
1983. Improved the output of dump in order to tell which directory
199 it is currently dumping (when dumping a subtree).
200
20c345aa
SP
2014. Added the '-e' exclude inode option to dump. Thanks to
202 Isaac Chuang <ike@isl.stanford.edu> for contributing with the patch.
203
d8476fa5
SP
2045. Added a REPORTING-BUGS file in order to provide a guide
205 on how to correctly report a bug in dump/restore.
206
c60338a5
SP
2076. Fixed a restore problem when restoring a hard link to an inode
208 having the immutable or append-only attribute set. Thanks to
209 Ambrose Li <acli@mingpaoxpress.com> for submitting the patch.
210
8eb05297
SP
2117. Fixed a compatibility problem between dumps made on little
212 endian machines (the format was correct) and big endian
213 machines (the format was incorrect). This fix break the
214 compatibility with the older dumps made on big endian
215 machines (sparc, m86k, ppc etc). For the first time in
216 linux dump's history (I believe), the dumps made by *BSD,
217 Linux/alpha, Linux/sparc and Linux/x86 are compatible,
218 so interchangeable. Thanks to Rob Cermak
219 <cermak@ahab.rutgers.edu> for submitting the bug and
220 helping me test the fix.
221
2228. Fixed the way dump reports the remaining percent/time, if
223 the number of blocks actually dumped exceeds the estimated
224 number of blocks. Thanks to Jean-Paul van der Jagt
225 <jeanpaul@dutepp0.et.tudelft.nl> for reporting the bug.
226
d4b74b5c
SP
227Changes between versions 0.4b12 and 0.4b13 (released January 21, 2000)
228======================================================================
2f9a0c5c
SP
229
2301. Small Y2K fix in the man pages :). Thanks to Bernhard Sadlowski
231 <sadlowsk@Mathematik.Uni-Bielefeld.DE> for reporting the bug.
232
6dda05e4
SP
2332. Removed the requirement to build the RPM as root from the
234 spec file. Thanks to Christian Weisgerber
235 <naddy@mips.rhein-neckar.de> for submitting this.
236
8d957ae7 2373. Fixed a bug in dump related to the 'filetype' feature of ext2fs,
f346e363
SP
238 causing dump to block when dumping really huge filesystems.
239 Many thanks to Patrik Schindler <poc@pocnet.net> for
240 helping me find this bug.
241
8d957ae7 2424. Fixed the treatment for an interrupt signal when dump access
b80c25f8
SP
243 the remote tape through RSH. Thanks to Christian Weisgerber
244 <naddy@mips.rhein-neckar.de> for providing the patch.
245
8d957ae7
SP
2465. Fixed a bug which was causing dump/restore to display
247 garbage characters instead of the remote host name.
248
2f9a0c5c 249Changes between versions 0.4b11 and 0.4b12 (released January 8, 2000)
df172bbb 250=====================================================================
ae58c8da
SP
251
2521. Small fix in the dump man page. Thanks to Thorsten Kukuk
253 <kukuk@suse.de> for submitting the patch.
2ed89fda 254
a29c23cc
SP
2552. Fix for the exit code when using the size estimate option of
256 dump. Thanks to Matti Taskinen <mkt@rni.helsinki.fi> for
257 submitting the patch.
258
2e682895
SP
2593. Handle EINTR in atomical reads/writes in dump, which was causing
260 dump to fail on some systems. Thanks to Eric Jergensen
261 <eric@dvns.com> for reporting the bug and submitting the patch.
262
2634. Handle more than 16 characters for the device names in dumpdates.
264 (up to 255 now). Thanks to Rainer Clasen <bj@ncc.cicely.de> for
265 tracking down the problem and proposing the solution.
266
2675. Fixed a bug in dump which prevented the creation of the
268 dumpdates file when doing a 0-level dump without already
269 having a dumpdates file. Thanks to Patrik Schindler
270 <poc@pocnet.net> for reporting the bug.
271
2726. Changed the way dump 'S' flag reports the size estimate
273 from number of blocks into bytes (making it compatible
274 with the Solaris version, and simplifying things for
275 amanda users). Thanks to Jason L Tibbitts III
276 <tibbs@math.uh.edu> for reporting the bug.
277
0d0bc326
SP
2787. Fixed a compatibility problem in linux/alpha dump tape format.
279 Now the linux/alpha dump are (again) compatible with the
280 other dump formats. But this breaks compatibility with
281 older dumps made on alpha. Thanks to Mike Tibor
282 <tibor@lib.uaa.alaska.edu> for helping me in finding this bug.
283
cf9aab8e 284Changes between versions 0.4b10 and 0.4b11 (released December 5, 1999)
2ed89fda
SP
285======================================================================
286
2871. Added a '--enable-kerberos' to configure.
5c1faba5 288
144a6db1 2892. Added a 'S' option to dump which determines the amount of space
5c729713 290 that is needed to perform the dump without actually doing it, similar
144a6db1
SP
291 to the Sun's ufsdump 'S' option. Patch contributed by Rob Cermak
292 <cermak@ahab.rutgers.edu>.
293
677ee424
SP
2943. Added a 'M' multi-volume option to dump and restore which enables
295 dumping to multiple files (useful when dumping to an ext2
296 partition to make several dump files in order to bypass the 2GB
297 file size limitation). The 'f' argument is treated as a prefix and
298 the output files will be named <prefix>001, <prefix>002 etc. With
299 the 'M' flag, restore automatically selects the right file without
300 asking to enter a new tape each time.
301
7fbb9b02 3024. Fixed a memory leak which was causing dump to grow very big
a29c23cc
SP
303 (270MB when dumping a 10GB filesystem...). Thanks to Jason
304 Fearon <jasonf@netrider.org.au> for reporting the bug.
7fbb9b02 305
27026010
SP
306Changes between versions 0.4b9 and 0.4b10 (released November 21, 1999)
307======================================================================
5c1faba5
SP
308
3091. Make configure test if the system glob routines support
310 extended syntax (ALTDIRFUNC). If not, use the internal glob
a95c4c36
SP
311 routines instead of system ones. Thanks to Bernhard Sadlowski
312 <sadlowsk@Mathematik.Uni-Bielefeld.DE> for reporting the bug
313 and helping me resolve this and other minor libc5 compiling
314 glitches.
08ebf8d7 315
c5886bd7
SP
3162. Fix a problem when dumping a ext2fs with the 'filetype'
317 feature enabled. Thanks to Patrick J. LoPresti
318 <patl@cag.lcs.mit.edu> for reporting the bug and to
319 Theodore Y. Ts'o <tytso@mit.edu> for providing the patch.
320
4267a8ad
SP
3213. Made the nodump flag work on directories. A directory which
322 has the nodump flag gets never dumped, regardless of its
323 contents.
324
c930abff
SP
3254. Integrate a patch from Jeremy Fitzhardinge <jeremy@goop.org>
326 which allows dump on an active ext3 filesystem. However, this
327 is a "quick and dirty" patch which enables backup of an ext3
328 filesystem through the ext2 compatibility (by ignoring the
329 NEEDS_RECOVERY bit). The journal file is not recognized and
330 it is dumped (it should not).
331
3325. Test the superblock compatibility flags when dumping, in order
333 to be sure that we know how to deal with specific features.
334
08ebf8d7
SP
335Changes between versions 0.4b8 and 0.4b9 (released November 5, 1999)
336====================================================================
337
3381. Use lchown instead of chown, fixing a possible security problem
339 when restoring symlinks (a malicious user could use this
340 to deliberately corrupt the ownership of important system files).
341 Thanks to Chris Siebenmann <cks@utcc.utoronto.ca> for detecting
342 this and providing the patch.
ec387a12 343
c154548c
SP
344Changes between versions 0.4b7 and 0.4b8 (released November 3, 1999)
345====================================================================
ec387a12 346
df9ae507
SP
3471. Put dump sources under CVS, added Id tags in all files so
348 one can use 'ident' on binary files.
349
3502. Added the dump/restore version in the usage text so one can
351 easily verify the version he is using.
ec387a12 352
3072400e
SP
3533. Small patch from Nuno Oliveira <nuno@eq.uc.pt> which fixes
354 a va_start/va_end problem on linux-ppc (always call va_start
355 va_end in pairs each time we use a vararg function).
356
fa58b58d
SP
3574. Added again the DT_* constants because old libc does not
358 contain them :(. Thanks to Eric Maisonobe <virnet@nat.fr>
359 for submitting the bug report.
360
f34aca37
SP
3615. Use ext2fs_llseek instead of llseek. With recent e2fsprogs
362 this should enable dumping big (huge) filesystems.
363
3646. Added the RSH environment variable in order to be able to
0c62667d
SP
365 use a rsh replacement like ssh when doing remote backups (and
366 bypass the security limitations of rcmd). Now you can do remote
367 backups without being root (or making dump setuid root).
368
f34aca37 3697. Modified again the way dumpdates works. For incremental dumps,
60f5ede9
SP
370 we need to read dumpdates even if we are not using 'u' option.
371 Thanks to Bdale Garbee <bdale@gag.com> for his ideas on how
372 this should work.
373
8d4197bb
SP
374Changes between versions 0.4b6 and 0.4b7 (released October 8, 1999)
375===================================================================
376
3771. Removed the 'k' flag from the restore 'about' text if kerberos
378 was not compiled in.
379
3802. Prototyped (f)setflags from e2fsprogs and corrected the calls
381 to them (fsetflags takes a char*, setflags an open fd!).
382
3833. (f)setflags is called only if the flags aren't empty. If the
384 file is a special file, a warning is printed, because changing
385 flags implies opening the device. Normally, a special file
386 should not have any flag... (Debian bug #29775, patch provided
387 by Abhijit Dasgupta <abhijit@ans.net>).
388
3894. Made possible to dump a file system not mentioned in /etc/fstab.
390 (Debian bug #11904, patch provided by Eirik Fuller <eirik@netcom.com>).
391
3925. Changed the default behaviour to not create dumpdates
393 unless 'u' option is specified. Removed the old "debian-patch"
394 which provided the same thing. (Debian bug #38136, #33818).
395
3966. Removed all those dump*announce, since they were getting old...
397
3987. Added warning messages if dumpdates does not exist and
399 when an inferior level dump does not exist (except for a level 0
400 dump).
401
4028. Debugged the glob calls in interactive mode: restore used a
403 dirent struct which was different from the /usr/include/dirent.h
404 one (this used to work, is it a glibc2 change?), so none of the
405 compat glob (which used /usr/include/dirent.h) or the system glob
406 worked. Restore use now the system dirent (and the system
407 DT_* constants), which are compatible with BSD ones.
408
4099. Added a configure flag (--with-dumpdatespath) to specify
410 the location of dumpdates file. By default, it is
411 /etc/dumpdates.
412
41310. Added the "AUTHOR" and "AVAILABILITY" sections and
414 included the current date/version in man pages.
415
41611. Corrected the estimation of remaining time when
417 the operator doesn't change the tapes quickly enough. This
418 was an old bug, I thought I corrected it, and discovered
419 that in fact it was corrected in two different places, so
420 the results canceled each other...
421
422Changes between versions 0.4b5 and 0.4b6 (released October 1, 1999)
423===================================================================
ddd2ef55
SP
424
4251. Integrated multiple patches from RedHat, Debian and SuSE:
426
427 - tweak dump/itime.c to not try to read dumpdates if the 'u' option
428 isn't specified.
429 - several fixes in the man pages.
430 - update the default tape device to /dev/st0.
431 - many updates for Linux Alpha (byte ordering, size_t etc).
432 - buffer overruns.
433 - use environment variable for TMPDIR (instead of /tmp).
434 - use sigjmp_buf instead of jmp_buf (RedHat bug #3260).
435 - workaround egcs bug (RedHat bugs #4281 and #2989).
436 - wire $(OPT) throughout Makefile's.
437
8d4197bb
SP
4382. Upgrade the dump revision to 1, making possible to dump filesystems
439 made with e2fsprogs-1.15 or newer. Nothing seems to break...
ddd2ef55 440
8d4197bb
SP
4413. Fix some compile warnings, prototype all functions.
442
4434. Use glibc err/glob instead of internal compatibility
ddd2ef55
SP
444 routines (only if available).
445
8d4197bb
SP
4465. Fix a compile error on Linux 2.2.7 / libc5 (5.4.44) (patch provided
447 by Bernhard Sadlowski <sadlowsk@mathematik.uni-bielefeld.de>).
448
449Changes between versions 0.4b4 and 0.4b5 (released September 22, 1999)
450======================================================================
b45f51d6
SP
451
4521. Integrated the changes from FreeBSD-3.1-RELEASE
453 (mostly bug fixes, buffer overruns, dump has now an "automatic
454 tape length calculation" flag, dump/restore can use kerberos now
455 (this is NOT tested), use environment variables for TAPE and
456 RMT etc.).
457
4582. Integrated three RedHat patches ("glibc", "kernel" and "bread" patches)
459
4603. Corrected a bug in restore when using 'C' option with multi-volumes
461 tapes (files splited accros two tapes give "size changed" errors
462 when comparing).
463
4644. Corrected the long standing bug when dumping multiple tapes.
465 This works for me, needs further testing.
1227625a 466
8d4197bb
SP
467Changes between versions 0.4b3 and 0.4b4 (released January 17, 1997)
468====================================================================
1227625a
SP
469
4701. Dump now runs correctly on kernels 2.1.x
471 Fix made by Gerald Peters <gapeters@worldnet.att.net>
472
473Changes between versions 0.4b2 and 0.4b3
474========================================
475
4761. Use realpath() if available
477
4782. Report statistics
479
480Changes between versions 0.4b1 and 0.4b2
481========================================
482
4831. Fixed the bug fix from Greg Lutz (I had made a mistake when integrating
484 the patch)
485
4862. Fixed restore to make it able to read FreeBSD 2.x dumps again
487
4883. Fixed configure.in to correctly handle --enable-rmt
489
490Changes between versions 0.3 and 0.4b1
491======================================
492
4931. Integrated the changes from 4.4BSD-Lite2
494
4952. Integrated the patches from Debian and Red Hat
496
4973. Portability changes: use the __u32, __u16, __s32, and __s16 types
498
4994. Changed dump to use the Ext2fs library to get block addresses. This
500 should solve the endianness problem on SparcLinux.
501
5025. Created a configure.in file (shamelessly stolen from the e2fsprogs
503 distribution's one) to use autoconf
504
5056. Fixed a few minor bugs
506
507Changes between versions 0.2e and 0.2f
508======================================
509
5101. Added the creation of named pipes (fifos) in restore.
511
5122. Added the -N flag in the restore manual page.
513
5143. Added the file kernel.patch which contains the llseek() optimization
515 patch for 1.2.x kernels.
516
5174. Fixed a bug in the restoration of symbolic links: owner and group were
518 not restored.
519
5205. Integrated some changes from FreeBSD 2.2.
521
5226. Added a call to ftruncate() after restoring each file to restore
523 correctly files ending by a hole.
524
525Changes between versions 0.2d and 0.2e
526======================================
527
5281. Fixed a bug in the "set owner/mode" process. Every file was restored
529 with owner = root (0) and group = root/wheel/whatever (0).
530
531Changes between versions 0.2c and 0.2d
532======================================
533
5341. Dump is now able to backup 2GB+ filesystems.
535
5362. Dump and restore can now be linked as static binaries.
537
538Changes between versions 0.2b and 0.2c
539======================================
540
5411. Fixed a bug when dumping ``slow'' (i.e. normal) symbolic links.
542
543Changes between versions 0.2a and 0.2b
544======================================
545
5461. Really fixed the bug that I should have corrected in 0.2a.
547
5482. Enabled optimization again.
549
550Changes between versions 0.2 and 0.2a
551=====================================
552
5531. Disabled the optimization during compilation.
554
555Changes between versions 0.1 and 0.2
556====================================
557
5581. Fixed a bug in fstab.c which caused a null pointer to be stored in
559 the fs_type field (actually, I modified the file fstab.c to make it
560 use the mntent functions).
561
5622. Dump and restore now use a 4.3 BSD compatible dump format. Backups
563 made by dump should be readable by the BSD restore and backups made
564 by the BSD dump should be readable by restore. Unfortunately, this
565 means that the dump format has changed between version 0.1 and version
566 0.2 :-(
567
5683. Dump is now able to backup a subtree, it is no longer limited to whole
569 filesystems like the BSD version.
570
5714. Dump now uses ext2_llseek() so it is able to backup filesystems bigger
572 than 2 GB.
573
574Changes between versions 0.0 and 0.1
575====================================
576
5771. Now create links rdump and rrestore during the `make install' step.
578
5792. Linux port specific bugs added to the manual pages
580
5813. Incorrect estimation of the number of tapes blocks fixed when doing
582 incremental backups.
583
5844. Better ls-like format in restore in interactive mode.