This commit is contained in:
√(noham)²
2025-02-19 17:40:06 +01:00
parent 2bd43e6106
commit 002f797635
3 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# Compression
Files are compressed using xz with the best flag and the extreme preset
```shell
tar -cvf archive.tar folder_or_file
xz -9e archive.tar
```
# Decompression
```shell
xz -d Nightly_aarch64.tar.xz
tar -xvf archive.tar
```

Binary file not shown.

Binary file not shown.