arx
arx copied to clipboard
Store files and directory in an archive. Like tar, but faster and with direct random access.
We need to wrap Arx library to have something like std [tarfile](https://docs.python.org/3/library/tarfile.html) or [zipfile](https://docs.python.org/3/library/zipfile.html)
What most formats don't even care to solve is how to remove files from an archive efficiently without recreating the whole archive again. With concepts like defragmenting unused space etc....
Hi, I fall in same problem (must be a relative utf-8 path) when trying archiving a chroot (so with broken symlink) I test x86_64 binaries proposed and it solve the...
Same issue but with a local path for the directory (with a downloaded binary of arx): > arx create -o irstea_documents.arx -r Documents > > Compressed Cluster : ############################################+ 515...
Hi, 1 can you explain possible value (and result) for arx list ARCHIVE **--stable-output STABLE_OUTPUT** ... I have test somethings without success and I am to poor in rust to...
Hi, I'd like to report a crash in `arx`. Apologies if this is a duplicate issue, I’m reporting it quickly. ### Steps to Reproduce: 1. Tried running the following command:...
is it possible to "encrypt" arx file or password protect access ?
Hi, After some fail ... just to remember (because I don'tread it before) **arx 0.3.1 require :** ... python 3.8 or + ... libpython3.8-dev or + (generate a fail at...
Hi, Using last Github (adding feature lzma) : ..... arx create --list-compressions Available compressions : - None - lzma (level 0->9) - zstd (level -22->22) ..... How arx select level...
It would be nice to support orz which is a higher compression format then zstd, and also is written natively in rust https://github.com/richox/orz/ It would also be nice to use...