Hello. I have a weird problem. I have apage where a user can see the
different files & directories between 2 servers using RSYNC.

However files deleted on the source server are not listed in the output of
exec() (I am using the --delete parameter with the RSYNC command). All of
the rest of the output is OK.

If I try the command direclty from the command line I will have the list of
files that need to be deleted (under Solaris 2.7).

And the funny thing is that rsync is working fine, i.e. it will sync and
delete the source and the target server but it will never output the list of
files to be deleted in the exec output...

Is there some kind of filetering on the word delete in the PHP exec command
output???

Any idea?

Cheers,

Christian

[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to