Crates.io | rsar |
lib.rs | rsar |
version | 0.2.1 |
source | src |
created_at | 2020-12-18 16:03:08.883795 |
updated_at | 2020-12-18 20:43:04.184082 |
description | Simple archiver written in Rust |
homepage | |
repository | https://github.com/wafelack/rsar |
max_upload_size | |
id | 324367 |
size | 25,506 |
Simple archiver written in Rust
cargo install rsar
Create an archive: rsar -c <filename> <folder> [-os | --override-side]
-os allows you to override the maximum folder size (default: 2GB for security reasons). WARNING: Activate that only if you know what you are doing and if you have enough RAM
Extract an archive: rsar -x <filename>