]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When using dump to generate level 0 dumps which are then rsync'ed
authorKirk McKusick <mckusick@FreeBSD.org>
Fri, 23 May 2008 23:13:14 +0000 (23:13 +0000)
committerKirk McKusick <mckusick@FreeBSD.org>
Fri, 23 May 2008 23:13:14 +0000 (23:13 +0000)
commit693c40a39aeb949f15480ce2f41a22e7b737fcf5
tree15aeb482add48c3049de09c89d87f83eefb19f24
parent25f292128c8f65f768eda4403a50fb28777eabfe
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>
sbin/dump/dump.8
sbin/dump/dump.h
sbin/dump/main.c
sbin/dump/traverse.c