]> sjero.net Git - wget/blobdiff - doc/wget.texi
[svn] Implemented new -K / --backup-converted / backup_converted = on option.
[wget] / doc / wget.texi
index 26f624ae77997372594afa2ec2707a0847287b93..10dbf122d791bee99f3cfcd1a60c9690d38c2a01 100644 (file)
@@ -832,6 +832,11 @@ Note that only at the end of the download can Wget know which links have
 been downloaded.  Because of that, much of the work done by @samp{-k}
 will be performed at the end of the downloads.
 
+@cindex backing up converted files
+@item -K
+@itemx --backup-converted
+When converting a file, back up the original version with a @samp{.orig} suffix.
+
 @item -m
 @itemx --mirror
 Turn on options suitable for mirroring.  This option turns on recursion
@@ -1511,6 +1516,10 @@ Enable/disable continuation of the retrieval, the same as @samp{-c}
 Enable/disable going to background, the same as @samp{-b} (which enables 
 it).
 
+@item backup_converted = on/off
+Enable/disable saving pre-converted files with the suffix @samp{.orig}
+-- the same as @samp{-K} (which enables it).
+
 @c @item backups = @var{number}
 @c #### Document me!
 @item base = @var{string}