search for: hsys

Displaying 3 results from an estimated 3 matches for "hsys".

Did you mean: fsys
2002 May 31
2
http://rsync.samba.org/cvs.html gives 404 Not Found
Hello, http://rsync.samba.org/cvs.html gives 404 Not Found. I do not know if it is ok or not ;) Thanks, --alexm
2002 May 27
1
bug: copying unreadable file from remote host returns errorlevel 0
[ Please keep me in Cc: as I am not subscribed to this list ] Hello, we have noticed the following bug in rsync (including latest CVS snapshot): if I am copying from the remote host file that is unreadable by my account, the error is reported properly, but the errorlevel returned is 0. $ rsync distanza:/etc/shadow . send_files failed to open /etc/shadow: Permission denied rsync error:
2002 Aug 01
0
[bug] copying remote files to forbidden directory
Hello, [ please Cc: me, I'm not subscribed here. ] we were bitten by another rsync bug of the same nature as was discussed in http://lists.samba.org/pipermail/rsync/2002-May/007399.html alexm@rack8:~$ rsync -az -e ssh rack6.domain.ru:/etc/passwd /var/tmp/forbiden-dir/ mkstemp .passwd.oPlFQm failed: Permission denied alexm@rack8:~$ echo $? 0 So our scripts wreak havoc. However, patch