تقليل الحاجة إلى مساحة قرص محلي عن طريق عدم ضغط النسخ الاحتياطية بصيغة gzip بشكل متكرر

Maybe it shouldn’t be too difficult… I appreciate that making changes to backup and restore must be made with great care, but I think just inlining the compression would save a lot of space requirement without any compatibility question.

From tar --help

-a, --auto-compress use archive suffix to determine the compression
-z, --gzip, --gunzip, --ungzip filter the archive through gzip

إعجاب واحد (1)