Re: [PHP] Re: [PECL-DEV] php-rsync installation howto

2012-08-08 Thread Lester Caine
Mihamina Rakotomandimby wrote: On 08/08/2012 08:29 AM, tamouse mailing lists wrote: It's not just: phpize ./configure make sudo make install To be honnest, I dont know. If it's really just about that, I'll submit a patch for this. Is "phpize; ./configure; make; sudo make install" the defaul

Re: [PHP] Re: [PECL-DEV] php-rsync installation howto

2012-08-07 Thread Mihamina Rakotomandimby
On 08/08/2012 08:29 AM, tamouse mailing lists wrote: It's not just: phpize ./configure make sudo make install To be honnest, I dont know. If it's really just about that, I'll submit a patch for this. Is "phpize; ./configure; make; sudo make install" the default *manual* INSTALL process for

[PHP] Re: [PECL-DEV] php-rsync installation howto

2012-08-07 Thread Mihamina Rakotomandimby
On 08/06/2012 01:02 PM, Anatoliy Belsky wrote: download and unpack the tarball, then use the instructions from here http://de2.php.net/manual/en/install.pecl.phpize.php Thank you, but you missed it. I would be intrested in installing this: http://pecl.php.net/package/rsync I dont see any manu

[PHP] Re: [PECL-DEV] php-rsync installation howto

2012-08-06 Thread Anatoliy Belsky
Hi, download and unpack the tarball, then use the instructions from here http://de2.php.net/manual/en/install.pecl.phpize.php Regards Anatoliy Am Mo, 6.08.2012, 11:51 schrieb Mihamina Rakotomandimby: > Hi all, > > I would be intrested in installing this: > http://pecl.php.net/package/rsync > >

[PHP] php-rsync installation howto

2012-08-06 Thread Mihamina Rakotomandimby
Hi all, I would be intrested in installing this: http://pecl.php.net/package/rsync I got used with PECL packages with at least 2 ways of installation - with "pear install" or "pecl install" - without those tools (with some "configure; phpize; make install") I have a preference for the latter (f

Re: [PHP] RSYNC - who knows more?

2010-01-18 Thread Jens Geier
Hello Michael, usualy i like to make a backup of some Paths of my Laptop. So i think a rsnapshot should be a good idea. So i will have a look to your second Link you provide. Kind Regards Jens Geier "Michael Kubler" schrieb im Newsbeitrag news:4b542e73.8040...@gmail.com... > What is it you w

Re: [PHP] RSYNC - who knows more?

2010-01-18 Thread Michael Kubler
What is it you want to do? Do you want to create a client for RSYNC, or maybe rsync to AmazonS3 (which is admittedly hard), or maybe use something like rsnapshot to have rsync + snapshot functionality, which is g

Re: [PHP] RSYNC - who knows more?

2010-01-18 Thread Richard
Hi, > yes i see the links to the mailing lists, but i can not access them. Ask away then. Someone may be able to help you. I've used it a little before in the past to synchronise dev and live boxes. -- Richard Heyes HTML5 canvas graphing: RGraph - http://www.rgraph.net (updated 16th January) Lo

Re: [PHP] RSYNC - who knows more?

2010-01-17 Thread Jens Geier
"Richard" schrieb im Newsbeitrag news:af8726441001170426m3261f222i1e0e638c9c45e...@mail.gmail.com... > Hi, > >> as sugestet i tried backup by using RSYNC. >> It is working fine. >> >> But i have some more Questions for this software. >> >> Is here some one that can help me with it? > > You might

Re: [PHP] RSYNC - who knows more?

2010-01-17 Thread Richard
Hi, > as sugestet i tried backup by using RSYNC. > It is working fine. > > But i have some more Questions for this software. > > Is here some one that can help me with it? You might get better results with the documentation: http://samba.anu.edu.au/rsync/documentation.html At a glance there are

[PHP] RSYNC - who knows more?

2010-01-17 Thread Jens Geier
Hello, as sugestet i tried backup by using RSYNC. It is working fine. But i have some more Questions for this software. Is here some one that can help me with it? Kind Regards Jens Geier -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Fw: [PHP] Rsync + ssh

2004-09-08 Thread John Nichel
Syed Ghouse wrote: Please anybody tell me how t use the rsync command with ssh and without prompting for password I must have missed the php part of this question. Here, this is how to use rsync... Ask on the proper list! -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP

Fw: [PHP] Rsync + ssh

2004-09-08 Thread Syed Ghouse
(BHi All (B (Bi m using rsync command to transfer files from server to server. (B (Bi use the below code (B (Brsync --password-file .passfile ssh [EMAIL PROTECTED]:/remote/dir (B/localdir/dir/ (B (Bwhere .passfile has the password... (B (BBut eventhough i have passed the password file

Re: [PHP] Rsync + ssh

2004-09-08 Thread Paul Waring
> Tell me how t use the rsync command with ssh and without prompting for password A little bit of politeness (including the word 'please') would go a long way... Paul -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Rsync + ssh

2004-09-08 Thread Jason Wong
On Wednesday 08 September 2004 17:10, Syed Ghouse wrote: (B (B> i m using rsync command to transfer files from server to server. (B> (B> i use the below code (B> (B> rsync --password-file .passfile ssh [EMAIL PROTECTED]:/remote/dir (B> /localdir/dir/ (B> (B> where .passfile has the passwor

[PHP] Rsync + ssh

2004-09-08 Thread Syed Ghouse
Hi All (B (Bi m using rsync command to transfer files from server to server. (B (Bi use the below code (B (Brsync --password-file .passfile ssh [EMAIL PROTECTED]:/remote/dir /localdir/dir/ (B (Bwhere .passfile has the password... (B (BBut eventhough i have passed the password file it asks

Re: [PHP] Rsync

2004-09-03 Thread raditha dissanayake
Syed Ghouse wrote: >Hi all > >will anybody tell me how to use rsync command to transfer files in php > > probably not because rsync has a man page and you have another page on executing shell commands through php. >Syed > > > -- Raditha Dissanayake. ---

Re: [PHP] Rsync

2004-09-03 Thread Jason Wong
On Friday 03 September 2004 15:15, Syed Ghouse wrote: (B (B> will anybody tell me how to use rsync command to transfer files in php (B (Bmanual > Program Execution Functions (B (B-- (BJason Wong -> Gremlins Associates -> www.gremlins.biz (BOpen Source Software Systems Integrators (B* Web

Re: [PHP] Rsync

2004-09-03 Thread Nick Wilson
* and then Syed Ghouse declared > Hi all > > will anybody tell me how to use rsync command to transfer files in php This looks like what you need: http://www.php.net/manual/en/ref.exec.php -- Nick W -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.

[PHP] Rsync

2004-09-03 Thread Syed Ghouse
Hi all (B (Bwill anybody tell me how to use rsync command to transfer files in php (B (BSyed

[PHP] Rsync

2004-09-03 Thread Syed Ghouse
Hi all (B (Bwill anybody tell me how to use rsync command to transfer files in php (B (BSyed