首页 > 系统相关 >Windows 7z 打包排除文件 排除文件夹

Windows 7z 打包排除文件 排除文件夹

时间:2024-08-14 18:18:26浏览次数:15  
标签:files 2024 set Windows archive 排除 7z

前言全局说明

Windows cmd终端 bat批处理 7z 打包排除文件 排除文件夹


一、说明

环境:

Windows 7 64位旗舰版 Microsoft Windows [版本 6.1.7601]
7-Zip 24.07 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-06-19

二、7z 官方帮助

C:\Program Files\7-Zip>7z
7-Zip 24.07 (x64) : Copyright (c) 1999-2024 Igor Pavlov : 2024-06-19
Usage: 7z <command> [<switches>...] <archive_name> [<file_names>...] [@listfile]

<命令>

参数 英文说明 中文说明 备注
a Add files to archive 添加文件到档案(压缩包)中
b Benchmark
d Delete files from archive
e Extract files from archive (without using directory names)
h Calculate hash values for files
i Show information about supported formats
l List contents of archive
rn Rename files in archive
t Test integrity of archive 测试档案(压缩包)的完整性
u Update files to archive
x eXtract files with full paths

<Switches>

参数 英文说明 中文说明 备注
-- Stop switches and @listfile parsing
-ai[r[-|0]][m[-|2]][w[-]] Include archives
-ax[r[-|0]][m[-|2]][w[-]] eXclude archives
-ao set Overwrite mode
-an disable archive_name field
-bb[0-3] set output log level
-bd disable progress indicator
-bs{o|e|p} set output stream for output/error/progress line
-bt show execution time statistics
-i[r[-|0]][m[-|2]][w[-]] Include filenames
-m set compression Method
-mmt[N] set number of CPU threads
-mx[N] set compression level: -mx1 (fastest) ... -mx9 (ultra)
-o set Output directory
-p set Password
-r[-|0] Recurse subdirectories for name search
-sa set Archive name mode
-scc set charset for console input/output
-scs{UTF-8|UTF-16LE|UTF-16BE|WIN|DOS|{id}} set charset for list files
-scrc[CRC32|CRC64|SHA256|SHA1|XXH64|*] set hash function for x, e, h commands
-sdel delete files after compression
-seml[.] send archive by email
-sfx[{name}] Create SFX archive
-si[{name}] read data from stdin
-slp set Large Pages mode
-slt show technical information for l (List) command
-snh store hard links as links
-snl store symbolic links as links
-sni store NT security information
-sns[-] store NTFS alternate streams
-so write data to stdout
-spd disable wildcard matching for file names
-spe eliminate duplication of root folder for extract command
-spf[2] use fully qualified file paths
-ssc[-] set sensitive case mode
-sse stop archive creating, if it can't open some input file
-ssp do not change Last Access Time of source files while archiving
-ssw compress shared files
-stl set archive timestamp from the most recently modified file
-stm set CPU thread affinity mask (hexadecimal number)
-stx exclude archive type
-t Set type of archive
-u[-][p#][q#][r#][x#][y#][z#][!newArchiveName] Update options
-v{Size}[b|k|m|g] Create volumes
-w[{path}] assign Work directory. Empty path means a temporary directory
-x[r[-|0]][m[-|2]][w[-]] eXclude filenames 排除文件
-y assume Yes on all queries

三、示例文件

查看目录里文件

D:\temp\>dir test
 驱动器 D 中的卷没有标签。
 卷的序列号是 5B4D-1A7A

 D:\temp\ 的目录

2024/08/14  18:18    <DIR>          .
2024/08/14  18:18    <DIR>          ..
2024/08/14  18:14                 0 1.txt
2024/07/25  12:45             1,026 2.sln
2024/08/14  17:30           191,488 3.exe
               3 个文件        192,514 字节
               2 个目录 119,266,283,520 可用字节
D:\temp\test>

image


四、排除文件

4.1 排除单个文件

文件名:


4.2

文件名:



五、排除文件夹

4.1

文件名:


4.2

文件名:




免责声明:本号所涉及内容仅供安全研究与教学使用,如出现其他风险,后果自负。




参考、来源:
https://blog.csdn.net/quantum7/article/details/103581510
https://blog.csdn.net/weixin_30911451/article/details/95822921



标签:files,2024,set,Windows,archive,排除,7z
From: https://www.cnblogs.com/wutou/p/18359508

相关文章

  • 【WEB系列】快速识别目标站点:Windows Linux服务器探秘
    一、利用大小写敏感性差异二、分析HTTP响应头信息三、利用系统命令探测四、分析网页内容和脚本五、总结在网络安全工作中,快速判断目标站点的操作系统类型至关重要,这可以帮助安全人员制定针对性的攻击策略或防御措施。传统的方法依赖于端口扫描、指纹识别等工具,但这些方法......
  • windows下php安装kafka
    下载zookeeperKafka依赖Zookeeper进行分布式协调,所以需要下载Zookeeper,当然你也可以使用kafka包里自带的一个默认配置的Zookeeper。这里我们单独下载一个访问Zookeeper官方下载页面在页面中找到最新的稳定版本,点击相应的下载链接,下载Zookeeper的压缩包文件解压Zo......
  • windeployqt.exe的使用与避坑(windows平台)
    1.介绍windeployqt.exe是Qt自带的工具,用于创建应用程序发布包。简单来说,这个工具可以自动地将某程序依赖的库、资源拷贝到其所在目录,防止程序在其他电脑上运行报找不到库的错误。这里贴上官方文档:https://doc.qt.io/qt-5/windows-deployment.html本文适用于Windows+Visual......
  • windows下安装部署
    1.安装1.1官网下载Foundationstar下载解压缩1.2官网下载Agentstar下载解压缩2.修改配置2.1agents把解压的agents放到Foundations,改下文件夹名2.2端口修改webapp->application.yml2.3数据保存修改config->application.ymlmysql存储mysql账号密码修......
  • 宝塔Windows面板环境要求
    操作系统:仅支持WindowsServer2008R2/2012/2016/2019/2022,64位系统(暂不支持Windows家庭环境使用)确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL/pgsql/gitlab/java(已有环境、网站在运行的不可安装) :-: 重要的事情提前说,重要的事情说三遍,已有环境不......
  • Windows 内存压缩(Memory Compression)是一种内存管理技术,通过压缩内存中的数据来减少物
    内存压缩(MemoryCompression)的起源可以追溯到对内存管理的需求增加的背景下。早期计算机系统主要依赖于物理内存的增加来应对内存压力,但这导致了更高的成本和复杂性。内存压缩技术最初由研究人员和工程师在20世纪80年代和90年代开发,目的是通过软件算法减少内存占用。操作系统和虚......
  • WPBT (Windows Platform Binary Table) 是一种用于在Windows启动时传递信息的结构。它
    WPBT(WindowsPlatformBinaryTable)的起源可以追溯到Windows操作系统对ACPI(AdvancedConfigurationandPowerInterface)规范的扩展需求。ACPI是一个用于管理硬件配置和电源管理的标准,广泛用于操作系统与固件之间的通信。WPBT是这种规范的一部分,专门设计用于Windows环境。......
  • windows核心编程 第三章,跨越进程边界共享内核对象,对象句柄的继承性,改变句柄的标志,命名
    windows核心编程3.3跨越进程边界共享内核对象3.3.1对象句柄的继承性3.3.2改变句柄的标志3.3.3命名对象3.3.4终端服务器的名字空间3.3.5复制对象句柄文章目录windows核心编程3.3跨越进程边界共享内核对象3.3.1对象句柄的继承性3.3.2改变句柄的标志3.3.3命名......
  • windows系统配置nginx环境运行pbootcms访问首页直接404的问题
    安装pbootcms后访问后台/admin.php可以,但是直接访问首页就404。运行环境运行环境采用的是:windows+nginx+php的环境详细经过客户说伪静态规则一直无法生效,看了一下,代码放到服务器除了后台/admin.php可以访问到,其他页面都是404错误,一直各种尝试导入伪静态,但是所有页面依然是404。......
  • Windows出现出现身份验证错误。要求的函数不受支持 远程计算机: 10.17.1.2 这可能是由
    Windows出现出现身份验证错误。要求的函数不受支持远程计算机:10.17.1.2这可能是由于CredsSP加密数据库修正。若要了解详细信息,请访问https://go.microsoft.com/fwlink/?linkid=866660解决方案解决方法第一步点开控制面板选择系统与安全第二步选择“允许远程访问......