From fff5fa52b7e79d4dd30fdba45457706910143b43 Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Sun, 23 Jul 2006 17:20:10 +0000 Subject: [PATCH] do not sort since summer does --- backup/snaprsync | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/backup/snaprsync b/backup/snaprsync index 14d471d..3238f39 100755 --- a/backup/snaprsync +++ b/backup/snaprsync @@ -82,8 +82,7 @@ ssh $rhost <$td/sentinel 4<&- " umask 077 exec 3>$rsumsfile cd snap-mount - $summer . | sort -t' ' -k2 >&3 - test x\"\${PIPESTATUS[*]}\" = 'x0 0' + $summer . >&3 date -u '+$rhost $datefmt sumsdone' cd .. " & @@ -95,8 +94,7 @@ date -u "+ $datefmt rsyncdone" exec 3>$localarea,lsums (cd $localarea && \ - $summer . | sort -t' ' -k2 >&3 && \ - test x"${PIPESTATUS[*]}" = 'x0 0') & + $summer .) & xspawned lsum exec 3>&- -- 2.30.2