search for: oplfqm

Displaying 1 result from an estimated 1 matches for "oplfqm".

Did you mean: opfzm
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 suggested by Dave Dykstra, http://lists.samba.org/pipermail/rsync/2002-February/006371.html helps: alexm@rack8:~$ rsync -az -e ssh rack6.domain.ru:/etc/passwd /var/tmp/forbidden-dir/ mkstemp .passwd.2...