https://github.com/andyneff/rsraid
Trying to use utamaro/rsraid
https://github.com/andyneff/rsraid
Last synced: over 1 year ago
JSON representation
Trying to use utamaro/rsraid
- Host: GitHub
- URL: https://github.com/andyneff/rsraid
- Owner: andyneff
- License: bsd-3-clause
- Created: 2017-10-12T01:56:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-14T03:19:18.000Z (over 8 years ago)
- Last Synced: 2025-01-15T19:43:03.056Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsraid
Inelegant quick application to call utamaro/rsraid. Yay, my first (and LAST?!)
go program
## Build
```
go get github.com/andyneff/rsraid
go build github.com/andyneff/rsraid
```
## Encode
```
ls / > test.txt
rsraid -n 2 -m 1 -e test.txt
```
## Decode
```
rsraid -n 2 -d -s -o recombined.txt test_0.txt test_1.txt
```
## Bugs
Well YEAH! The underlining library does it wrong. For example a 1299 size file
split with `-n 2` breaks (it drops two bytes), but size 1300 works.