cvs commit: src/sbin/restore dirs.c interactive.c main.c restore.8
restore.c restore.h tape.c
David Malone
dwmalone at FreeBSD.org
Mon Jun 9 07:53:25 UTC 2008
dwmalone 2008-06-09 07:53:16 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sbin/restore dirs.c interactive.c main.c restore.8
restore.c restore.h tape.c
Log:
SVN rev 179667 on 2008-06-09 07:53:16Z by dwmalone
MFC: Sync restore with the version in -current.
Fix remaining nits from PR bin/39905.
Check for write failure while building temp files.
Correctly set file group when restore is run by a user other than root.
Use safer string handling.
Fixes the "getfile: lost data" panic when restoring older dumps.
Fix spurious "Header with wrong dumpdate" message.
Add -D for degraded mode, which tries harder to read corrupted backups.
Remove a diagnostic message from man page that is no longer printed.
Revision Changes Path
1.30.2.2 +81 -33 src/sbin/restore/dirs.c
1.17.2.2 +4 -6 src/sbin/restore/interactive.c
1.26.2.1 +5 -2 src/sbin/restore/main.c
1.50.2.2 +11 -8 src/sbin/restore/restore.8
1.18.2.1 +12 -0 src/sbin/restore/restore.c
1.10.2.2 +1 -0 src/sbin/restore/restore.h
1.44.2.3 +90 -31 src/sbin/restore/tape.c
More information about the cvs-src
mailing list