- added an internal io_error flag. Whenever an io error occurs (such
authorAndrew Tridgell <tridge@samba.org>
Thu, 26 Mar 1998 04:18:47 +0000 (04:18 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 26 Mar 1998 04:18:47 +0000 (04:18 +0000)
commit6ba9279fb2c52280cedaaca94783caf44ae9d324
tree48bb70e0e199c381567a1f3b80364d841838b3a0
parent5fb543d5879ec3ad8f3e68a92b1766ece1b8326a
- added an internal io_error flag. Whenever an io error occurs (such
as not being able to open a directory) this flag is set and propogated
to the other end. When this flag is set the --delete code is
disabled. This prevents the problem that io or permission errors could
cause files to be incorrectly deleted on the destination.

- added a --timeout option. This allows you to set an IO timeout in
seconds. If no io occurs in that time then rsync exits with a timeout
error.

- changed some FERROR fds to FINFO
exclude.c
flist.c
io.c
main.c
match.c
rsync.c
rsync.h