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

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: > i m using rsync command to transfer files from server to server. > > i use the below code > > rsync --password-file .passfile ssh [EMAIL PROTECTED]:/remote/dir > /localdir/dir/ > > where .passfile has the passwor

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: > will anybody tell me how to use rsync command to transfer files in php manual > Program Execution Functions -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Source Software Systems Integrators * 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.