Re: [PHP] calling rsync from php script

2008-05-13 Thread Daniel Brown
On Tue, May 13, 2008 at 4:32 AM, Jean-Christophe Roux <[EMAIL PROTECTED]> wrote: > Hello, > > I have a bash script update.sh that contains: > rsync -- delete -avz -e ssh ${files} [EMAIL PROTECTED]:/red > when I use that script ./update.sh as root, it works like a charm as I set > up the private

[PHP] calling rsync from php script

2008-05-13 Thread Jean-Christophe Roux
Hello, I have a bash script update.sh that contains: rsync -- delete -avz -e ssh ${files} [EMAIL PROTECTED]:/red when I use that script ./update.sh as root, it works like a charm as I set up the private/public key properly. When run from a php script through the apache webserver The rsync line i