Bug 1729716

Summary: Review Request: bdsync - a fast block device synchronizing tool
Product: [Fedora] Fedora Reporter: Kevin Fenzi <kevin>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eclipseo, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-07-14 16:17:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Kevin Fenzi 2019-07-13 21:43:26 UTC
Spec URL: https://scrye.com/~kevin/fedora/review/bdsync.spec
SRPM URL: https://scrye.com/~kevin/fedora/review/bdsync-0.11.1-1.fc31.src.rpm
Description: 
Bdsync can be used to synchronize block devices over a network. It generates a
"binary patchfile" in an efficient way by comparing checksums of blocks of the
local block device LOCDEV and the remote block device REMDEV.

This binary patchfile can be sent to the remote machine and applied to its
block device REMDEV, after which the local blockdev LOCDEV and the remote block
device REMDEV are synchronized.

Both LOCDEV, REMDEV and DSTDEV can be true block devices, but may be (image)
files as well. When using an image file for DSTDEV (the **--patch** mode),
the **--diffsize** may be used to resize the image file when appropriate.

bdsync was built to do the only thing rsync isn't able to do: synchronize block
devices.

Fedora Account System Username: kevin

Comment 1 Robert-André Mauchin 🐧 2019-07-14 16:17:00 UTC
Correct URLs:

Spec URL: https://scrye.com/~kevin/fedora/review/bdsync/bdsync.spec
SRPM URL: https://scrye.com/~kevin/fedora/review/bdsync/bdsync-0.11.1-1.fc31.src.rpm


It seems I already reviewed that for Michael Hampton <error>
https://bugzilla.redhat.com/show_bug.cgi?id=1402656

*** This bug has been marked as a duplicate of bug 1402656 ***