Discover Packages
github.com/containers/storage
drivers
copy
package
Version:
v1.53.0
Opens a new window with list of versions in this module.
Published: Mar 4, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 16
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Jump to ...
Documentation
Index
Constants
Variables
Functions
CopyRegular(srcPath, dstPath, fileinfo, copyWithFileRange, copyWithFileClone)
CopyRegularToFile(srcPath, dstFile, fileinfo, copyWithFileRange, copyWithFileClone)
DirCopy(srcDir, dstDir, copyMode, copyXattrs)
Types
Source Files
Documentation
Documentation
¶
Rendered for
linux/amd64
windows/amd64
darwin/amd64
js/wasm
CopyRegular copies the content of a file to another
CopyRegularToFile copies the content of a file to another
DirCopy copies or hardlinks the contents of one directory to another,
properly handling xattrs, and soft links
Copying xattrs can be opted out of by passing false for copyXattrs.
Mode indicates whether to use hardlink or copy content
Source Files
¶
Click to show internal directories.
Click to hide internal directories.