version 1.1, 2012/02/17 15:09:30
|
version 1.1.1.2, 2021/03/17 00:32:36
|
Line 49 Create test makefile target for some tests
|
Line 49 Create test makefile target for some tests
|
|
|
RELATED PROJECTS ----------------------------------------------------- |
RELATED PROJECTS ----------------------------------------------------- |
rsyncsh |
rsyncsh |
http://rsync.samba.org/rsync-and-debian/ | https://rsync.samba.org/rsync-and-debian/ |
rsyncable gzip patch |
rsyncable gzip patch |
rsyncsplit as alternative to real integration with gzip? |
rsyncsplit as alternative to real integration with gzip? |
reverse rsync over HTTP Range |
reverse rsync over HTTP Range |
Line 66 Use chroot only if supported
|
Line 66 Use chroot only if supported
|
If running as non-root, then don't fail, just give a warning. |
If running as non-root, then don't fail, just give a warning. |
(There was a thread about this a while ago?) |
(There was a thread about this a while ago?) |
|
|
http://lists.samba.org/pipermail/rsync/2001-August/thread.html | https://lists.samba.org/pipermail/rsync/2001-August/thread.html |
http://lists.samba.org/pipermail/rsync/2001-September/thread.html | https://lists.samba.org/pipermail/rsync/2001-September/thread.html |
|
|
-- -- |
-- -- |
|
|
Line 94 Handling IPv6 on old machines
|
Line 94 Handling IPv6 on old machines
|
platforms that have a half-working implementation, so redefining |
platforms that have a half-working implementation, so redefining |
these functions clashes with system headers, and leaving them out |
these functions clashes with system headers, and leaving them out |
breaks. This affects at least OSF/1, RedHat 5, and Cobalt, which |
breaks. This affects at least OSF/1, RedHat 5, and Cobalt, which |
are moderately improtant. | are moderately important. |
|
|
Perhaps the simplest solution would be to have two different files |
Perhaps the simplest solution would be to have two different files |
implementing the same interface, and choose either the new or the |
implementing the same interface, and choose either the new or the |
Line 204 Create more granular verbosity 2003/05/15
|
Line 204 Create more granular verbosity 2003/05/15
|
fine grained selection of statistical reporting and what |
fine grained selection of statistical reporting and what |
actions are logged. |
actions are logged. |
|
|
http://lists.samba.org/archive/rsync/2003-May/006059.html | https://lists.samba.org/archive/rsync/2003-May/006059.html |
|
|
-- -- |
-- -- |
|
|
Line 236 Memory accounting
|
Line 236 Memory accounting
|
|
|
At exit, show how much memory was used for the file list, etc. |
At exit, show how much memory was used for the file list, etc. |
|
|
Also we do a wierd exponential-growth allocation in flist.c. I'm | We also do a weird exponential-growth allocation in flist.c. I'm |
not sure this makes sense with modern mallocs. At any rate it will |
not sure this makes sense with modern mallocs. At any rate it will |
make us allocate a huge amount of memory for large file lists. |
make us allocate a huge amount of memory for large file lists. |
|
|
Line 287 Perhaps flush stdout like syslog
|
Line 287 Perhaps flush stdout like syslog
|
|
|
Perhaps flush stdout after each filename, so that people trying to |
Perhaps flush stdout after each filename, so that people trying to |
monitor progress in a log file can do so more easily. See |
monitor progress in a log file can do so more easily. See |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48108 | https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48108 |
|
|
-- -- |
-- -- |
|
|
Line 495 rsyncsh
|
Line 495 rsyncsh
|
-- -- |
-- -- |
|
|
|
|
http://rsync.samba.org/rsync-and-debian/ | https://rsync.samba.org/rsync-and-debian/ |
|
|
|
|
-- -- |
-- -- |