summaryrefslogtreecommitdiff
path: root/rdiff-backup/rdiff-backup.1
diff options
context:
space:
mode:
authorbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-04-04 00:52:34 +0000
committerbescoto <bescoto@2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109>2003-04-04 00:52:34 +0000
commitc7d46be1a1a152baff70500448c6263dd2246a59 (patch)
tree0f4f8474f8382c8ac72884484bdcd2c85ad01a18 /rdiff-backup/rdiff-backup.1
parentb00f3df41785465e0cd57241416028d32e1868d2 (diff)
downloadrdiff-backup-c7d46be1a1a152baff70500448c6263dd2246a59.tar.gz
--windows-mode no longer fsync's directories
git-svn-id: http://svn.savannah.nongnu.org/svn/rdiff-backup/trunk@312 2b77aa54-bcbc-44c9-a7ec-4f6cf2b41109
Diffstat (limited to 'rdiff-backup/rdiff-backup.1')
-rw-r--r--rdiff-backup/rdiff-backup.19
1 files changed, 5 insertions, 4 deletions
diff --git a/rdiff-backup/rdiff-backup.1 b/rdiff-backup/rdiff-backup.1
index 7aed792..a24a8ba 100644
--- a/rdiff-backup/rdiff-backup.1
+++ b/rdiff-backup/rdiff-backup.1
@@ -888,10 +888,11 @@ Files whose names are close to the maximum length (e.g. 235 chars if
the maximum is 255) may be skipped because the filenames of related
increment files would be too long.
.PP
-The gzip library in some versions of python have trouble producing
-files over 2GB in length. This bug will prevent rdiff-backup from
-producing large compressed increments (snapshots or diffs). A
-workaround is to disable compression for large uncompressable files.
+The gzip library in versions 2.2 and earlier of python have trouble
+producing files over 2GB in length. This bug will prevent
+rdiff-backup from producing large compressed increments (snapshots or
+diffs). A workaround is to disable compression for large
+uncompressable files.
.SH AUTHOR
Ben Escoto <bescoto@stanford.edu>