[SCM] The rsync repository. - branch b3.0.x updated
Rsync CVS commit messages <[email protected]> Wed, 23 Feb 2011 01:49:03 +0100 (CET)
| Newsgroups | gmane.network.rsync.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch, b3.0.x has been updated
via 2a1d251 Get rid of obsolete tempfs warning.
from 8750f64 Preparing for release of 3.0.8pre1
;a=shortlog;h=b3.0.x
- Log -----------------------------------------------------------------
commit 2a1d2517501910e5e09d36ef1c0d4fbe34fa72a6
Author: Wayne Davison <[email protected]>
Date: Tue Feb 22 15:37:13 2011 -0800
Get rid of obsolete tempfs warning.
-----------------------------------------------------------------------
Summary of changes:
rsync.yo | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
Changeset truncated at 500 lines:
diff --git a/rsync.yo b/rsync.yo
index bb5fba4..5f88586 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -1102,10 +1102,6 @@ dit(bf(-S, --sparse)) Try to handle sparse files efficiently so they take
up less space on the destination. Conflicts with bf(--inplace) because it's
not possible to overwrite data in a sparse fashion.
-NOTE: Don't use this option when the destination is a Solaris "tmpfs"
-filesystem. It seems to have problems seeking over null regions,
-and ends up corrupting the files.
-
dit(bf(-n, --dry-run)) This makes rsync perform a trial run that doesn't
make any changes (and produces mostly the same output as a real run). It
is most commonly used in combination with the bf(-v, --verbose) and/or
--
The rsync repository.