The Linux tar command is used to compress and extract files to and from an archive. In this article, we’ll show the basic usage of the tar command. It is very handy when it comes to making full back ups of your files and folders or restoring your transferred website from another host...
--no-ignore-command-error将子进程的非零退出代码认为发生错误-O, --to-stdout 解压文件至标准输出--to-command=COMMAND将解压的文件通过管道传送至另一个程序操作文件属性:--atime-preserve[=METHOD]在输出的文件上保留访问时间,要么通过在读取(默认METHOD=‘replace’)后还原时间,要不就不要在第一次(METHOD=‘...
-O, --to-stdout 将文件提取到标准输出 --to-command = COMMAND管道提取文件到另一个程序 处理文件属性: --atime-preserve [= METHOD]保留转储文件的访问时间 通过阅读后恢复时间 (METHOD ='replace';默认)或不设置 首先是时间(METHOD ='system') --delay-directory-restore延迟设置修改时间和 提取目录的权限...
--ignore-command-error 忽略子进程的退出代码 --no-ignore-command-error 将子进程的非零退出代码认为发生错误 -O, --to-stdout 解压文件至标准输出 --to-command=COMMAND 将解压的文件通过管道传送至另一个程序 操作文件属性: --atime-preserve[=METHOD] 在输出的文件上保留访问时间,要么通过在读取(默认 METHO...
--rsh-command=<执行指令> 设置要在远端主机上执行的指令,以取代rsh指令。 --same-owner 尝试以相同的文件拥有者还原文件。 --suffix=<备份字尾字符串> 移除文件前先行备份。 --totals 备份文件建立后,列出文件大小。 --use-compress-program=<执行指令> 通过指定的指令处理备份文件。
Compress an Entire Directory or a Single File Use the following command to compress an entire directory or a single file on Linux. It'll also compress every other directory inside a directory you specify — in other words, it works recursively. ...
1、tar这五个是独立的命令,压缩解压都要用到其中一个,可以和别的命令连用但只能用其中一个。-c: 建立压缩档案-x:解压-t:查看内容-r:向压缩归档文件末尾...
--rsh-command=<执行指令> 设置要在远端主机上执行的指令,以取代rsh指令。 --same-owner 尝试以相同的文件拥有者还原问家你。 --suffix=<备份字尾字符串> 移除文件前先行备份。 --totals 备份文件建立后,列出文件大小。 --use-compress-program=<执行指令> 通过指定的指令处理备份文件。
empty hierarchies prior to extracting directory --remove-files remove files after adding them to the archive --restrict disable use of some potentially harmful options --rmt-command = COMMAND use given rmt COMMAND instead of rmt --rsh-command = COMMAND use remote COMMAND instead of rsh -s , ...
使用compress命令处理备份文件 -z, --gzip, --gunzip, --ungzip 使用gzip命令处理备份文件 -j, --I, --bzip 使用bzip2命令处理备份文件 -z和-j都是在备份文件打包后才进行压缩的操作的,并且,该操作会影响其他的参数,后面会再提到 -C directory, --directory=directory ...