Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jun 2008 07:53:16 +0000 (UTC)
From:      David Malone <dwmalone@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/restore dirs.c interactive.c main.c restore.8 restore.c restore.h tape.c
Message-ID:  <200806090753.m597rPsi097430@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806090753.m597rPsi097430>