From f96dea26ceecfa1bc759ec13166c80696d27cc67 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 20 Sep 2015 02:44:18 +0300 Subject: [PATCH] Trivial readme corrections --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 34cd2d8..bf9f703 100644 --- a/README +++ b/README @@ -1,13 +1,13 @@ -syncer -- stateful file/device data syncer. +syncer -- Fast stateful file/disk data syncer. DESCRIPTION Main purpose of this utility is fast data synchronizing between two hard drives: one is fast (SSD, SATA HDD), another is connected through slow -USB interface. +USB interface. Task is to lower amounts of data needed to be transferred. This utility is stateful: it keeps precomputed data hashes in separate -statefile and use it to determine if we need to update the data. +statefile and use it to determine if we need to update block of data. # sync from very fast SSD to slow USB connected HDD % ./syncer -src /dev/ada0 -dst /dev/da0 -state state.bin @@ -15,7 +15,7 @@ statefile and use it to determine if we need to update the data. # all blocks were transferred to da0 Now we have statefile containing cryptographic hashes of the blocks from -source, copy of all read data in destination. Now if we run it again: +source and copy of all read data in destination. Now if we run it again: % ./syncer -src /dev/ada0 -dst /dev/da0 -state state.bin [....%.] -- 2.48.1