summaryrefslogtreecommitdiff
path: root/doc/omni-utils.texi
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-05-11 08:18:18 +0000
committerJim Meyering <jim@meyering.net>2001-05-11 08:18:18 +0000
commitf49ad025e685161fa7c8bab12b18ead23919aa73 (patch)
tree45554d58d2a80538c49020d723c8b4f57f10f667 /doc/omni-utils.texi
parente57fb62f7fd9bed96e49741c0404f2724d529689 (diff)
downloadcoreutils-f49ad025e685161fa7c8bab12b18ead23919aa73.tar.xz
(shred invocation): Warn about backups. From Nelson Beebe.
Diffstat (limited to 'doc/omni-utils.texi')
-rw-r--r--doc/omni-utils.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/omni-utils.texi b/doc/omni-utils.texi
index 7a9f32536..5ce276a3b 100644
--- a/doc/omni-utils.texi
+++ b/doc/omni-utils.texi
@@ -6125,6 +6125,12 @@ not truncate or remove the output file. This default is more suitable
for devices, which typically cannot be truncated and should not be
removed.
+Don't forget about the risk of backups.
+In large multiuser environments, there may be long-term file system
+backups that retain copies of files that are later shredded. While
+it may be impossible to recover a shredded file from disk, it may be
+relatively trivial to do so from backup media.
+
@example
shred [@var{option}]@dots{} @var{file}[@dots{}]
@end example