Hi, I have been experimenting with the various rsync options and so far have had no luck, so I thought I would ask the experts out there. We have remote devices out in the field and communicate with them via GPRS. I am writing an app that will push new audio files out to remote devices using rsync. The app also periodically uses rsync to grab log files. So here is my scenario: The Remote Device is running an rsync daemon. My application has the audio files it needs to send, kept in the following location: /opt/rapid/data/audio/destinations/ /stop_names/ In there, there is a bunch of *.mp3 files that I will need to send. The remote device is running Windows CE, and on that device the audio files are stored in the following location: /IPSM/audio/internal/ Now I have a module on the remote device that points to this location, however all of the things I've tried when executing my rsync command causes a '/stop_names/' or '/destinations/' directory to be created under 'internal'. Essentially I need a way to take arbitary files from my 'stop_names' and other directories and then push them to specific locations on the rsync daemon, i.e., not mirroring. But I want to use modules so that not ssh key exchange is required. Any help would be appreciated. Regards, Matthew M. Boulter Systems Engineer Technisyst Pty Ltd
My apologies for annoying the list, my issue was that I was recursing when I shouldn't have been. All is good in the land of nod! Regards, Matthew Boulter mboulter@technisyst.com.au> -----Original Message----- > From: rsync-bounces+mboulter=technisyst.com.au@lists.samba.org > [mailto:rsync-bounces+mboulter=technisyst.com.au@lists.samba.org] On > Behalf Of Matthew Boulter > Sent: Friday, 2 March 2007 9:52 AM > To: rsync@lists.samba.org > Subject: Rsyncing to arbitary locations using modules > > Hi, > > I have been experimenting with the various rsync options and so farhave> had no luck, so I thought I would ask the experts out there. > We have remote devices out in the field and communicate with them via > GPRS. > I am writing an app that will push new audio files out to remotedevices> using rsync. The app also periodically uses rsync to grab log files. > > So here is my scenario: > > The Remote Device is running an rsync daemon. > My application has the audio files it needs to send, kept in the > following > location: > > /opt/rapid/data/audio/destinations/ > /stop_names/ > > In there, there is a bunch of *.mp3 files that I will need to send. > The remote device is running Windows CE, and on that device the audio > files > are stored in the following location: > > /IPSM/audio/internal/ > > Now I have a module on the remote device that points to this location, > however all of the things I've tried when executing my rsync command > causes a '/stop_names/' or '/destinations/' directory to be created > under 'internal'. > > Essentially I need a way to take arbitary files from my 'stop_names'and> other directories and then push them to specific locations on thersync> daemon, i.e., not mirroring. But I want to use modules so that not ssh > key exchange is required. > > Any help would be appreciated. > > Regards, > Matthew M. Boulter > Systems Engineer > Technisyst Pty Ltd > > -- > To unsubscribe or change options: > lists.samba.org/mailman/listinfo/rsync > Before posting, read:catb.org/~esr/faqs/smart-questions.html
Possibly Parallel Threads
- Put an arbitary hash into ActiveRecord
- Prototype $$() on arbitary DOM element ?
- [1063] trunk/wxruby2/swig/classes/EvtHandler.i: Add a public ''connect'' method for handling arbitary user-defined events
- Can an object obj-arbitrary respond to a method with arbitary name?
- ggplot2::qplot() -- arbitary transformations of coordinate system?