nc-backup / README.md
Siddhanta19's picture
Update README.md
bccdecc
|
raw
history blame contribute delete
No virus
450 Bytes
---
language:
- en
tags:
- code
---
# This is what powered almost all of my colab
Mostly uses LZ4 compression, which means you'll need a specialized program to extract it, especially in windows.
For Windows users, I recommend using [7zip-zstd](https://github.com/mcmilk/7-Zip-zstd/releases/latest) (it's 7zip but with lz4 support and more)
For Linux users, use tar with liblz4-tool like this: `tar -xI lz4 -f repo.tar.lz4`
#### Credit to NoCrypt