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>