Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2008 23:13:14 +0000 (UTC)
From:      Kirk McKusick <mckusick@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/dump dump.8 dump.h main.c traverse.c
Message-ID:  <200805232313.m4NNDE6h055168@repoman.freebsd.org>

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



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