Questions tagged [synchronization]

489 questions
0
votes
1 answer

Syncing Digital Ocean VPSs behing NGINX Load Balancer

This is a higher level, i.e. I just need avenues to explore here, question. I'm trying to set up an NGINX load balancer, behind which sit two different NGINX VPSs. Neither of the backends is a failover, I'm just doing round robining as a way to…
HectorOfTroy407
  • 135
  • 1
  • 5
0
votes
1 answer

Does SQL Azure Data Sync conflicts get logged?

I have successfully synced my SQL Azure DB with my on-premise DB. The log shows the following: Sync completed successfully in 1884.76 seconds. Upload: 405323 changes applied Download: 0 changes applied For more information, provide…
Adam Szabo
  • 121
  • 1
  • 7
0
votes
1 answer

How to synchronize 2 linux server include database !

I have one server Centos(called A) is running Apache and mysql server Now I have another one (called B) ,I set up Apache and mysql server in the same way with A. How can I synchronize the web folder and the database of server A -> server B in real…
billyduc
  • 1,617
  • 8
  • 24
  • 26
0
votes
1 answer

Microsoft windows 2012 clustering

I have 2 hardware servers with Microsoft windows server 2012 R2 standard. One of them is our production server and running on it our application. I was thinking to configure the second in a cluster to have a fail-over, but I need each server to work…
0
votes
3 answers

Is is possible to live sync two network drives?

I have one NAS in India (active) and while other in US(passive). I want to sync the US NAS with that of India in real time (with permissible latency) I tried using RAID1 for this purpose, but I don't know how to use RAID on two network drives. Is it…
Ut xD
  • 238
  • 1
  • 5
  • 13
0
votes
2 answers

how to do synchronization with multiple servers?

we have 3 web servers with load balancer.for example 192.168.1.1,192.168.1.2,192.168.1.3.now if i upload a file or directory in 192.168.1.1,it should be reflected in other webservers. samewise if i upload a file or a directory in 192.168.1.2 or…
0
votes
1 answer

unison: -force only on conflict

According to Unison Manual, using -force : Including the preference -force root causes Unison to resolve all differences (even non-conflicting changes) in favor of root. However, I want to force it only in conflicting changes, how can I…
lepe
  • 469
  • 2
  • 6
  • 25
0
votes
2 answers

Apache not serving static content concurrently

When tried to open multiple pages from Codeigniter based custom CMS on different tabs, the first tab loads, while the subsequent tabs wait for the first tab to complete, then sequence follows randomly, which is in synchronous. How do I bring in…
nuthan
  • 131
  • 1
  • 1
  • 7
0
votes
2 answers

Webhost similar to Dropbox with PHP Support?

I have a website that uses PHP. I need to host it online on a webserver that is similar to dropbox. I'm trying to look for features that include: PHP Support Version Control Sync Client (windows) Public Folder (for online access) I have tried…
mk117
  • 111
  • 2
0
votes
1 answer

Synchronizing Files between Ubuntu and Windows Server

I have a Ubuntu Server 12.4 LTS with Samba Share and I would like to synchronize my all Folders in the shared folder to the Windows Server (Win2k8R2). So Far I have used Lucky Back up, Freesync and Unison but all failed with a error msg and not…
0
votes
2 answers

How do I set up FSyncMS on NGinx?

I'm trying to set up FSyncMS (a minimal php weave/sync1.1 server in php) on a server. I've gotten as far as setting up the back-end but I'm running into the problem that I can't find a way to properly have nginx (my front-end web server) pass the…
0
votes
2 answers

How to synchronize different debian server

I'm developing a project that consists in a tomcat installation with a web app with many classes and libraries and a php side with many many folder and files. I've got two server debian wheeze and every time i need to do a change, i necessary need…
Jayyrus
  • 119
  • 1
  • 6
0
votes
1 answer

How to ensure Netgear GS724TP is not blocking Dropbox Lan Sync - port 17500

We're a small company using Drop Box for business but have noticed that Lan Sync refuses to work on our network (it works fine at home). After trouble shooting the issues on the Dropbox forums, it's been suggested that something on our network is…
CMSCSS
  • 113
  • 1
  • 5
0
votes
2 answers

How can I sync servers configurations

I'm looking for a way for 1 server lcoated in Switzerland (acting as a web/db server) to share/sync files like deny.hosts and iptables rules to my other server (dns/mail) located in North America in a secure way. Is that possible? I hope that doing…
Jeremy Dicaire
  • 165
  • 1
  • 5
  • 15
0
votes
4 answers

Automatically merge log files, keeping all lines

I have a program assigning serial numbers on a client PC (Windows XP). It writes a log to a server file share (Windows Server 2003), and also locally in case of network error. (This means that the vast majority of lines are in both files.) Every…
Justin Love
  • 554
  • 3
  • 9
  • 18