Date: Fri, 23 May 2008 23:20:02 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-bugs@FreeBSD.org Subject: Re: bin/91049: commit references a PR Message-ID: <200805232320.m4NNK2YT089213@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/91049; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@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@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@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805232320.m4NNK2YT089213>