From: Jim Meyering Date: Fri, 11 May 2001 11:23:24 +0000 (+0000) Subject: (usage): Warn about backups and mirrors. X-Git-Tag: CPPI-1_9~173 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a46bcc4636dd71c3eddb9e303c7b5dbf81928e23;p=thirdparty%2Fcoreutils.git (usage): Warn about backups and mirrors. --- diff --git a/src/shred.c b/src/shred.c index 82fbaca247..8d3b9992e7 100644 --- a/src/shred.c +++ b/src/shred.c @@ -501,6 +501,10 @@ not effective:\n\ version 3 clients\n\ \n\ * compressed filesystems\n\ +\n\ +In addition, file system backups and remote mirrors may contain copies\n\ +of the file that cannot be removed, and that will allow a shredded file\n\ +to be recovered later.\n\ "), DEFAULT_PASSES); puts (_("\nReport bugs to .")); }