如何在 Windows 中创建 tar.gz 存档文件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/10773880/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 09:33:10  来源:igfitidea点击:

How to create tar.gz archive file in Windows?

windowsgzipcpaneltar7zip

提问by Shamas

How to create tar.gz archive of my files in Windows to upload and extract in cPanel?

如何在 Windows 中创建我的文件的 tar.gz 存档以在 cPanel 中上传和提取?

回答by qwertyboy

tar.gz file is just a tar file that's been gzipped. Both tarand gzipare available for windows.

tar.gz 文件只是一个被 gzipped 的 tar 文件。无论焦油gzip的可用于Windows。

If you like GUIs (Graphical user interface), 7zipcan pack with both tar and gzip.

如果您喜欢 GUI(图形用户界面),7zip可以同时打包 tar 和 gzip。