diff --git a/README.md b/README.md index 5b0ee7d..b2fea01 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ # backup2mdisc +**Now you can enjoy **self-contained** backup on each disc without chain-dependency across your entire multi TB backup set!**: +- **Independently decryptable** (and restorable) archives on each M-Disc. +- Automatic ISO creation and optional disc burning in the same script. +- **Fast compression via lz4**. + +--- + ## Purpose: 1. Scans all files in a source directory. 2. Groups them into "chunks" so that each chunk is <= a specified size (default 100GB). @@ -97,13 +104,4 @@ 4. **Cross-Platform** - On FreeBSD or macOS, you might need to tweak the commands for hashing (`sha256sum` vs. `shasum -a 256`) or ISO creation (`mkisofs` vs. `genisoimage`). - - For burning, Linux uses `growisofs`, macOS uses `hdiutil`, and FreeBSD may require `cdrecord` or another tool. - ---- - -**Now you can enjoy the best of both worlds**: -- **Independently decryptable** (and restorable) archives on each M-Disc. -- Automatic ISO creation and optional disc burning in the same script. -- Fast compression via lz4. - -This gives you a **self-contained** backup on each disc without chain-dependency across your entire 2TB backup set! \ No newline at end of file + - For burning, Linux uses `growisofs`, macOS uses `hdiutil`, and FreeBSD may require `cdrecord` or another tool. \ No newline at end of file