Bscp – Secure and efficient copying of block devices

Bscp copies a single file or block device over an SSH connection, transferring only the parts that have changed.

In other words, it handles the edge case where rsync fails.

Download

git clone https://github.com/bscp-tool/bscp

Usage

bscp SRC HOST:DEST [BLOCKSIZE] [HASH]

The default BLOCKSIZE is 65536 (64 KiB).

The default HASH algorithm is sha256 (SHA-256).

Comparison

Bscp is similar to the classic blocksync.py, but provides the following advantages:

Contact

See also