summaryrefslogtreecommitdiffstats
path: root/bin/cp/cp.1
diff options
context:
space:
mode:
authormckay <mckay@FreeBSD.org>2001-02-04 02:02:38 +0000
committermckay <mckay@FreeBSD.org>2001-02-04 02:02:38 +0000
commit8b80a447a311a25610bdfc7bf5b063c90e6b471e (patch)
treead7716b3583a061012c72759bd2ea9c27434acce /bin/cp/cp.1
parentbe2876f24f2c685bf1d2fc62bb16195a46d3a0ad (diff)
downloadFreeBSD-src-8b80a447a311a25610bdfc7bf5b063c90e6b471e.zip
FreeBSD-src-8b80a447a311a25610bdfc7bf5b063c90e6b471e.tar.gz
In the hope of saving others from hours of tedious recovery work,
document that cp still isn't very useful for recursive copies even with the -R flag. This is because hard links are broken by cp.
Diffstat (limited to 'bin/cp/cp.1')
-rw-r--r--bin/cp/cp.110
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index 5fa5116..852a53b 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -102,6 +102,16 @@ indirected through, and for
to create special files rather than copying them as normal files.
Created directories have the same mode as the corresponding source
directory, unmodified by the process' umask.
+.Pp
+Note that
+.Nm
+copies hard linked files as separate files.
+If you need to preserve hard links, consider using
+.Xr tar 1 ,
+.Xr cpio 1 ,
+or
+.Xr pax 1
+instead.
.It Fl f
For each existing destination pathname, remove it and
create a new file, without prompting for confirmation
OpenPOWER on IntegriCloud