bin/91049: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Fri May 23 23:20:03 UTC 2008


The following reply was made to PR bin/91049; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: bin/91049: commit references a PR
Date: Fri, 23 May 2008 23:13:19 +0000 (UTC)

 mckusick    2008-05-23 23:13:14 UTC
 
   FreeBSD src repository
 
   Modified files:
     sbin/dump            dump.8 dump.h main.c traverse.c 
   Log:
   When using dump to generate level 0 dumps which are then rsync'ed
   to a remote machine, the fact that the dump date is stored with
   each header (inode) record makes rsync significantly less efficient
   than necessary. This also applies to inode access times when they
   are not important data to retain. When implementing an offsite
   backup solution of this type, these dates in particular are not
   important, especially if it prevents effective offsite backups.
   
   PR:           bin/91049
   Submitted by: Forrest W Christian <fwc at mt.net>
   
   Revision  Changes    Path
   1.76      +22 -1     src/sbin/dump/dump.8
   1.29      +1 -0      src/sbin/dump/dump.h
   1.66      +23 -3     src/sbin/dump/main.c
   1.41      +5 -0      src/sbin/dump/traverse.c
 _______________________________________________
 cvs-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe at freebsd.org"
 


More information about the freebsd-bugs mailing list