Crates.io | splitar |
lib.rs | splitar |
version | 0.1.3 |
source | src |
created_at | 2022-02-26 10:25:51.867716 |
updated_at | 2023-03-05 16:44:35.927446 |
description | A tool for content-aware splitting of tar files |
homepage | |
repository | https://github.com/monoid/splitar/ |
max_upload_size | |
id | 539877 |
size | 62,073 |
splitar
splits large tar archive, writing each volume as (almost)
independent tar archive, never splitting it in the middle of a file.
splitar
works in a streaming fashion, never loading into the memory
more than necessary.
-
(writing to stdout is not possible,
obviously).splitar
never splits
contained files. You may use option --fail-on-large-file
if you want
the util to fail on such a file.tar
will refuse creating this link if the target does not exists (e.g.
it was not unpacked from one of previous volumes).splitar
is written in Rust, and having the
cargo
installed,
you can install it with cargo install splitar
command. No manual
installation of any additional dependency is required.
You can compile splitar
for the wasm32-wasi
target.