There are references to people using cpio and dd for backups.
有人就使用cpio和dd来执行备份 。
The actual archive is created by redirecting the output of cpio into a new file.
通过将cpio的输出重定向到一个新的文件,可以创建实际的存档。
Cpio is another packaging utility along the lines of tar. It is much less common.
cpio是又一个与tar差不多的打包实用工具,但使用得不太普遍。
As in these newer Linux distributions, the initrd image is also compressed with cpio.
在这些最新的Linux发行版中,initrd映像也是用cpio压缩的。
Beginning with Fedora Core 3, the default initrd image is a compressed cpio archive file.
从Fedora Core3开始,默认的initrd映像变成了一个经过压缩的cpio归档文件。
For example, to create a cpio archive containing specific directories, you might use Listing 11.
例如,要创建一个包含特定目录的cpio存档,您可以使用清单11中的命令。
Before you look at that trick, you'll use the same basic method with another archiving tool, cpio.
在研究这种诀窍之前,先来使用另一种存档工具cpio,这也是一种基本的处理方法。
The latter half is the cpio command to copy them into archive. By dissecting this, you get two options.
后半部分是用于将它们复制到存档中的cpio命令。
Note that cpio will not overwrite files on the destination if they have the same, or newer, modification time.
请注意,如果目标中的文件具有相同的、或更新的修改时间,那么cpio不会覆盖这些文件。
The method in Listing 16 has the benefit that it works with all versions of tar, cpio, or any other archive tool.
清单16中方法的优点是,它可以使用各种版本的tar、cpio或任何其他的存档工具。
Some of the most straightforward methods for storing the information can be a tar, cpio, or other archive file type.
使用tar、cpio或其他的存档文件类型,可能是最直接的信息存储方式。
Using the date methods, particularly with tar or cpio, means you can keep a longer-term record with little impact on storage.
使用基于日期的方法,特别是在使用tar或cpio时,您可以长期保存相关记录,而不会对存储空间造成很大的影响。
The cpio file format (now supported as a Fedora Core initrd image format) has a long history and operates on a wide range of UNIXes.
cpio文件格式(现在可以用作Fedora Core的一种initrd映像格式)具有很长的历史,可以在很多UNIX系统上使用。
The cpio tool is similar to the tar tool, but rather than accepting a file or directory specification, you must supply it with a list of files.
cpio工具类似于tar工具,但是除了接受指定的文件或目录之外,您必须为它提供一个文件列表。
One of the simplest ways to copy files over a network is to use tar or cpio to create an archive file, which you can then transfer over a network.
通过网络复制文件的最简单的方法之一是使用tar或cpio创建存档文件,然后可以通过网络传输这个存档文件。
If you are using tar or cpio, then you can achieve a time-based synchronization by explicitly specifying the files that you want to include in the archive.
如果您使用tar或cpio,那么通过显式地指定存档中需要包含的文件,您可以实现基于时间的同步。
You can copy directly over a network by piping the output from a typical tar or cpio command through a remote shell, such as remote shell (RSH) or secure shell (SSH).
将典型的tar或cpio命令的输出通过管道传递到远程Shell中,如远程Shell (rsh)或安全Shell (ssh),您可以直接通过网络进行复制。
Instead of mounting the file as a compressed image using the loop device, you can use a cpio archive. To inspect the contents of a cpio archive, use the following commands.
我们不用再使用loop设备来将initrd作为压缩映像进行挂载,而是可以将其作为cpio归档文件来使用。
Instead of mounting the file as a compressed image using the loop device, you can use a cpio archive. To inspect the contents of a cpio archive, use the following commands.
我们不用再使用loop设备来将initrd作为压缩映像进行挂载,而是可以将其作为cpio归档文件来使用。
应用推荐