diff options
| author | Daniel Santana <daniel@santana.tech> | 2020-02-03 00:41:06 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-03 04:45:41 +0100 |
| commit | bd6814e2d91bf96456dfd4fa34876cd2298ee733 (patch) | |
| tree | be7d4438b251c49cb6431f56d9a4b233156fb39e /community/e2tools/e2cp.1 | |
| parent | 925208100f2e7eb00c3be48cda1c45491a976dbd (diff) | |
| download | aports-bd6814e2d91bf96456dfd4fa34876cd2298ee733.tar.bz2 aports-bd6814e2d91bf96456dfd4fa34876cd2298ee733.tar.xz | |
testing/e2tools: move to community
Diffstat (limited to 'community/e2tools/e2cp.1')
| -rw-r--r-- | community/e2tools/e2cp.1 | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/community/e2tools/e2cp.1 b/community/e2tools/e2cp.1 new file mode 100644 index 0000000000..1842c9c35a --- /dev/null +++ b/community/e2tools/e2cp.1 @@ -0,0 +1,61 @@ +.TH E2CP 1 "March 2, 2005" +.\" +.SH NAME +e2cp \- copies files from/to an e2fs filesystem +.\" +.SH SYNOPSIS +.B e2cp +.RI [ options ] " files... dest" +.\" +.SH DESCRIPTION +The \fBe2cp\fP command copies files to/from an e2fs filesystem from/to the +machine's filesystem. +.\" +.SH OPTIONS +A single `-' (dash) can be used instead of a file name to indicate standard +input/output. +.TP +.B \-0 +Input lines terminated by a null character. +.TP +.B \-a +Absolute directory names - create directories instead of just copying +into the destination. Only valid for copying into an ext2fs filesystem. +.TP +.B \-d \fIdest_dir\fP +Destination of files to be copied. May be in the ext2fs filesystem or +the host filesystem. +.TP +.B \-G \fIgid\fP +Set the default group to gid. +.TP +.B \-O \fIuid\fP +Set the default file owner to uid. +.TP +.B \-p +Preserve host file attributes (permissions, times, etc.) when copying +files. +.TP +.B \-P \fImode\fP +Set the file permissions (ie 755, 666). +.TP +.B \-s \fIsrc_dir\fP +The source of the files to be copied. +.TP +.B \-v +Be verbose. +.\" +.SH SEE ALSO +.BR e2tools (7), +.BR e2ln (1), +.BR e2ls (1), +.BR e2mkdir (1), +.BR e2mv (1), +.BR e2rm (1), +.BR e2tail (1). +.\" +.SH AUTHOR +The \fBe2tools\fP were written by Keith Sheffield <sheff@pobox.com>. +.PP +This manual page was written by Lucas Wall <lwall@debian.org>, +for the Debian project (but may be used by others). |
