]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(shred invocation): Warn about backups. From Nelson Beebe.
authorJim Meyering <jim@meyering.net>
Fri, 11 May 2001 08:18:18 +0000 (08:18 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 May 2001 08:18:18 +0000 (08:18 +0000)
doc/omni-utils.texi

index 7a9f32536a25128d6953ee3f64d023d874d007bb..5ce276a3b5f8f08723bf69270f111da637a41d82 100644 (file)
@@ -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