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
```
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.