Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 474 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 474 Bytes

spanning

Utility to spread a large amount of data across many fixed-size data discs before burning

Install

$ curl -O https://raw.githubusercontent.com/zlwu/spanning/main/spanning && chmod +x spanning

Usage

Usage: ./spanning /path/to/source /path/to/target max_size_in_bytes
  An example for spanning BD-R 25GB disk: ./spanning ./source/dir ./target/dir 25000000000

Reference