diff options
author | J.W. Schultz <jw@samba.org> | 2003-04-01 03:44:50 +0000 |
---|---|---|
committer | J.W. Schultz <jw@samba.org> | 2003-04-01 03:44:50 +0000 |
commit | e72b18a9bd9f89847e49e87c1159c74d7bf0fbf3 (patch) | |
tree | 79cdf731057ee6cbce9817bb30e94ff7c99aa53c /TODO | |
parent | bc63ae3f13e01874e375bb5cc606775889ed5afa (diff) | |
download | rsync-e72b18a9bd9f89847e49e87c1159c74d7bf0fbf3.tar.gz rsync-e72b18a9bd9f89847e49e87c1159c74d7bf0fbf3.tar.bz2 rsync-e72b18a9bd9f89847e49e87c1159c74d7bf0fbf3.zip |
Remove tempname length problem and files-from from TODO.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -125,16 +125,6 @@ Do not rely on having a group called "nobody" On Debian it's "nogroup" -Temporary file names can exceed max name length - - Rsync creates temporary file names that are 10 characters longer - than the length of the file being transferred. This creates - problems for operating systems have fairly short maximum lengths - (e.g., 32 characters for Stratus VOS). Even on operating systems - with long max lengths it can still be a problem as it is perfectly - reasonable to be using files with long names. - - DAEMON -------------------------------------------------------------- server-imposed bandwidth limits @@ -169,13 +159,6 @@ use chroot http://lists.samba.org/pipermail/rsync/2001-September/thread.html ---files-from - - Avoids traversal. Better option than a pile of --include statements - for people who want to generate the file list using a find(1) - command or a script. - - supplementary groups Perhaps allow supplementary groups to be specified in rsyncd.conf; |