New topic: 

rsync example?

<http://forums.realsoftware.com/viewtopic.php?t=46688>

         Page 1 of 1
   [ 3 posts ]                 Previous topic | Next topic          Author  
Message        lenpartico          Post subject: rsync example?Posted: Thu Jan 
24, 2013 9:41 pm                         
Joined: Fri Sep 30, 2005 10:49 pm
Posts: 485                Hello,

I would like to use rsync to synchronize files on two computers on a network.

http://developer.apple.com/library/mac/ ... ync.1.html

Any example code would be appreciated.

Thanks.

Lennox   
                             Top                ktekinay          Post subject: 
Re: rsync example?Posted: Thu Jan 24, 2013 10:33 pm                             
    
Joined: Mon Feb 05, 2007 5:21 pm
Posts: 392
Location: New York, NY                Look at the language reference for the 
Shell class. For example:
dim sh as new Shell
sh.Execute "rsync [OPTIONS] " + f1.ShellPath + " " + f2.ShellPath
      
_________________
Kem Tekinay
MacTechnologies Consulting
http://www.mactechnologies.com/

Need to develop, test, and refine regular expressions? Try RegExRX.
  
                             Top                lenpartico          Post 
subject: Re: rsync example?Posted: Thu Jan 24, 2013 10:41 pm                    
     
Joined: Fri Sep 30, 2005 10:49 pm
Posts: 485                Thanks kem,
I will try that too,
Lennox   
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 3 posts ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

rbforumnotifier@monkeybreadsoftware.de

Reply via email to