summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-07 18:13:07 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-08-07 18:13:07 +0000
commit68ec88a079a4447203f4008dbc90adbe82fa0c72 (patch)
tree4cdc6010e01b3e31d7409a19bf9609540e9b57cb
parent87cf997d50d6d6601f808aec50e8cdc9e2d862f5 (diff)
downloadrdiff-backup-68ec88a079a4447203f4008dbc90adbe82fa0c72.tar.gz
Removed reference to --windows-time-format
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@380 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
-rw-r--r--rdiff-backup/FAQ-body.html22
1 files changed, 7 insertions, 15 deletions
diff --git a/rdiff-backup/FAQ-body.html b/rdiff-backup/FAQ-body.html
index 6e73f85..a6c59a9 100644
--- a/rdiff-backup/FAQ-body.html
+++ b/rdiff-backup/FAQ-body.html
@@ -115,21 +115,13 @@ some header files in the Makefile:
</pre>
-Then, whenever you use rdiff-backup to back up from a unix system to
-Windows, use the <strong>--windows-mode</strong> switch. This
-compensates for some windows file systems' inability to store hard
-links, symlinks, device files, sockets, fifos, case sensitive
-filenames, and filenames with colons (":") in them. (Note: device
-files, symlinks, fifos, and sockets will simply be skipped, and hard
-link information will not be recorded.)
-
-<p>If you are backing up one windows system to another, full
---windows-mode is not necessary, but you'll still need
-<strong>--windows-time-format</strong>, which stops rdiff-backup from
-trying to make increment files with colons in them. Whichever
---windows* option you use, remember to use the same one when restoring
-or listing that backup directory.
-</li>
+Then, whenever you use rdiff-backup to back up or restore from a unix
+system to Windows, use the <strong>--windows-mode</strong> switch.
+This compensates for some windows file systems' inability to store
+hard links, symlinks, device files, sockets, fifos, case sensitive
+filenames, and filenames with colons (":") in them. No information
+will be lost however, because rdiff-backup stores metadata in a
+separate file.
<P>
<a name="OSX">