![]() |
![]()
| ![]() |
![]()
NAMEe2cp - copies files from/to an e2fs filesystem SYNOPSISe2cp [options] files... dest DESCRIPTIONThe e2cp command copies files to/from an e2fs filesystem from/to the machine's filesystem. OPTIONSA single `-' (dash) can be used instead of a file name to indicate standard input/output.
EXAMPLESCopy a file and use the default permission and ownership of the current user:
Do the same thing, but keep permissions & ownership:
Dump a file to standard out:
Get a file from standard input and put it on an unmounted partition:
Copy the files from one directory and put them under another directory on an unmounted partition, keeping the original paths, permissions & ownership:
Copy files from a directory on an unmounted partition to a local directory (Note: this does not recreate the directories in the local filesystem, yet). The list of files are read from standard input:
Copy a file to a file system and make the group and ownership root
SEE ALSOe2tools(7), e2ln(1), e2ls(1), e2mkdir(1), e2mv(1), e2rm(1), e2tail(1). AUTHORThe e2tools were written by Keith Sheffield <sheff@pobox.com>. This manual page was written by Lucas Wall <lwall@debian.org>, for the Debian project (but may be used by others).
|