This commit is contained in:
jenz 2023-05-07 16:36:29 +02:00
parent cdf0d4e246
commit 9dcd87c658

View File

@ -1,8 +1,8 @@
# simple file mover by jenz # simple file mover by jenz
# general compression: XZ_OPT='-T3 --memlimit-compress=70%' tar -cJf <name of compressed file> <Path to compress> ## general compression: XZ_OPT='-T3 --memlimit-compress=70%' tar -cJf ovh\_backup\_2023.tar.xz /home/gameservers/
# general decompression: tar -xJf file.pkg.tar.xz ## general decompression: tar -xJf file.pkg.tar.xz
## virtualenv venv ## virtualenv venv