LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   urgent help needed (https://www.linuxquestions.org/questions/linux-newbie-8/urgent-help-needed-742904/)

krisrae675 07-26-2009 09:52 AM

urgent help needed
 
Hi using rsync within our bluetooth software to control and update a network. We have 14 client servers all building data and sending bluetooth messages and all connected to an enterprise master server on an internal network.
The client servers each have there own IP and need to send obex data reports to the enterprise which also has its own IP. The enterprise then sends data back to the clients like content updates and configuration settings.
Our software currently has the following configuration:

OBEX UPDATE (page)
Data Source rsync://192.168.1.60/ccobex-data/
Sync Options -f :_.rsync-filter --delete-after

RSYNC- FILTER
- /download/**/.lock*
- /download/**/.log*
+ /download
+ /download/**
+ /selfile
+ /selfile/**
+ .rsync-filter
: .rsync-filter
- *

RSYNC CONFIG
uid =nobody
gid =nobody
use chroot =yes
read only =yes
max verbosity =1
timeout =600
transfer logging =yes

[ccobex-data]
path = /var/opt/ccobex
comment = ccobex data files
filter = . /var/opt/ccobex/ .rsync-filter

The data in the ccobex folder contains
selfile,download,obexfilel.log,obexscan.log
At present only the download and selfile is changed but the obexfile.log and obexscan.log does not change.
Can anyone offer any advice as we have been on this an eternity trying to solve

acid_kewpie 07-26-2009 10:17 AM

Please don't demand attention by using words like urgent.
Please use informative and useful thread titles.

krisrae675 07-26-2009 11:08 AM

Quote:

Originally Posted by acid_kewpie (Post 3620775)
Please don't demand attention by using words like urgent.
Please use informative and useful thread titles.

Sorry about that where it said title ideas it suggests that word urgent help so it should not really suggest words like that but i do agree upon reflection.

acid_kewpie 07-26-2009 11:27 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.

onebuck 07-26-2009 11:43 AM

Hi,
Quote:

Originally Posted by krisrae675 (Post 3620814)
Sorry about that where it said title ideas it suggests that word urgent help so it should not really suggest words like that but i do agree upon reflection.

The reference is not to use.

Quote:

Bad: "Help Me!!" or "URGENT"
Good: "Why is my mouse pointer wrong?"
Best: "Mouse pointer distorted on XFree86 4.3 with Geforce FX 5200"


All times are GMT -5. The time now is 12:31 PM.