Quickly mass compress bz2 files | FastDL server's made easy

Quickly mass compress bz2 files | FastDL server's made easy

Channel:
Subscribers:
279,000
Published on ● Video Link: https://www.youtube.com/watch?v=PhtaPislmks



Duration: 6:17
3,291 views
86


Need to compress tons of individual files into their own archives? Setting up a FastDL server for a game? Well, this video is the solution you're looking for!
Tons of effort saved with one simple script.

Download 7-zip: https://www.7-zip.org/download.html
.bat from video: https://tcno.co/TroubleChute/dl/?dl=compress.bat&yt=PhtaPislmks

Script:

@echo off & setlocal enabledelayedexpansion
for %%v in ("*.nav") do (
7za a "%%v.bz2" "%%v"
)
for %%v in ("*.bsp") do (
7za a "%%v.bz2" "%%v"
)
pause


Timestamps:
0:00 - Explanation
0:38 - What we're compressing
1:03 - Preparing
1:57 - Preparing script
3:50 - Speed
4:34 - Deleting files after compress

-----------------------------
πŸ’Έ Found this useful? Help me make more! Support me by becoming a member: https://youtube.com/channel/UCkih2oVTbXPEpVwE-U7kmHw/join
-----------------------------
πŸ’Έ Direct donations via Ko-Fi: https://ko-fi.com/TCNOco
πŸ’¬ Discuss video & Suggest (Discord): https://s.tcno.co/Discord
πŸ‘‰ Game guides & Simple tips: https://YouTube.com/TroubleChuteBasics
🌐 Website: https://tcno.co
πŸ“§ Need voice overs done? Business query? Contact my business email: TroubleChute (at) tcno.co

Everything in this video is my personal opinion and experience, and should not be considered professional advice. Always do your own research and make sure what you're doing is safe.







Tags:
compress
bz2
how to compress files in linux
bzip2
compress tutorial
decompress
compressor
fastdl
how to compress files in linux using gz
bzip2 command in linux
compression
compressing
decompressing
how to extract bz2 zip files in linux
data compression
gzip and bzip2 command in linux
fast
computer files
bzip2 mac