Re: backups and md5 all in one while splitting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



> Good idea, but no.  The idea is to minimize disk IO, so I don't want to 
> read the files that I just wrote.  I wish tee had a split option...

Well we could get really creative perhaps...

mkfifo temp.fifo
split temp.fifo -b 64m &
svnadmin dump --deltas /repo | bzip2 | tee temp.fifo | md5sum
rm -f temp.fifo

Ray
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux