Questions tagged [synchronization]
489 questions
0
votes
1 answer
Mysql, automate copy data database to temporary database
I have a case like this:
I have 2 database on 1 server, say it db1 and db2
db2 will be a copy of db1
data from db1 copied automatically to db2
data from db2 will not sync with db1 (db2 just a test database)
Any idea's to accomplish this? database…

Dels
- 131
- 1
- 1
- 9
0
votes
3 answers
Is it a good idea to sync backups from win server 2008 with Live Mesh
I've read at http://haacked.com/archive/2011/11/19/specs-for-haacked-com.aspx that Phil Haack uses MS Live Mesh to synch some backups to his home pc.
Aside from the 2GB single file size limit, is it good idea to do it on a busy web server?

nLL
- 155
- 1
- 6
0
votes
1 answer
WordPress MU with multiple Servers; wordpress won't show media-files; Syncing things
yesterday I have seted up a wordpress "clutser".
Two Front/Backend Servers for Nginx and PHP
One Database Server
on all there is installed memcached
I have a internal network, so no authenticate problems
My problem is now, to sync the…

Flo
- 13
- 3
0
votes
2 answers
File synchronization between web servers
Me and a friend has two servers (linux/gentoo) - both has ADSL connections (16Mbit/s download - 512Kb/s upload) and they're located several hundred kilometers away.
Since our upload bandwidth is way too narrow for nowadays requirements, we decided…

Kovags
- 133
- 1
- 5
0
votes
1 answer
Thunderbird contacts sync
i work in a small office company and using thunderbird on all workstations, i've been searching for a solution of an address book that can be synced around the office and on an web-based application that may have the option to sync to other devices…

Debrian
- 154
- 2
- 12
0
votes
2 answers
Why are CentOS RAID-1/mirror partitions syncing multiple times?
I'm setting up a CentOS 5.6 server, using Kickstart. I have four disk drives, sda-sdd. These are the relevant Kickstart lines:
clearpart --linux --drives=sda,sdb,sdc,sdd --initlabel
part raid.11 --size 102400 --asprimary --ondrive=sda
part raid.21…

Rick Koshi
- 917
- 3
- 14
- 22
0
votes
1 answer
Synchronizing local mysql database with remote one with a script or automatically?
Is there a way to sync a MySQL database with a remote one either automatically or with a script? The data is not time sensitive, but I don't want to have to export it out of the local database and then import it into the remote one.
I am one…

patricksweeney
- 109
- 1
- 5
0
votes
2 answers
synchronize files between remote sftp location and local
I am facing a quite familiar problem but have no clear idea on how to handle it.
I'm a backend developer and i write my applications using Zend Studio. My employer requires me to work on a remote location using SFTP and expandrive. Although this…

thecodeassassin
- 113
- 7
0
votes
1 answer
Syncronizing mySQL database using myPHPAdmin
I'm trying to synchronize two mySQL databases - more specifically, copy the contents of one to another.
I have been using the myPHPAdmin Synchronize function but the target database does seems to have rows missing from it.
The data is in english,…

Chris
- 105
- 2
0
votes
3 answers
File synchronization utility
I'm looking for a file synchronization utility. Currently I'm using SyncToy, which works well most of the time. But on large large folders it get awkwardly slow.
There should be a file share (NAS) and multiple computers synchronize with it. Like a…

Michael Stoll
- 115
- 7
0
votes
3 answers
Uploading to multiple FTP sites at once
Im currently building a small CDN topology system, and im looking for the best way to sync the files within certain folder in all the servers.
I need to be able to upload a file to a certain SINGLE FTP, and to get it to duplicate to all the other…

shaharmor
- 337
- 4
- 16
0
votes
1 answer
sync a file over 2 servers and switch between what server is being connected to
I do not know for sure if this is the correct location to post this, but I am looking for software or a script to be able to do what I am wanting... or if anyone has anything better.
In short, there is a file that gets updated on a server. I need…

Patrick
- 401
- 3
- 5
- 15
0
votes
1 answer
Date / time out of sync by days
I have several 2003 servers in my domain that randomly change their date/time by several days, sometimes. They are all getting their time from an AD server acting as the primary DC.
I have looked in the event viewer to find that in the evening the…

Z Holt
- 219
- 1
- 6
- 19
0
votes
1 answer
How to synchronize adds and modifications with another a local folder on Windows Server 2008?
I am looking for a solution to mirror a folder at every change by synchronizing it with another local folder (let's say C:\Data and C:\Mirror) : synchronize new files and modifications but do not synchronize suppressions.
I know this is possible…

Julio Guerra
- 255
- 2
- 3
- 8
0
votes
3 answers
WP7 stopped sync' with Exchange 2003 due to date error
I have a WP7 device and since I first had it, I have instantly been able to sync with 2x different Exchange servers, each running from a completely seperate domain (i.e. different businesses entirely).
Now, only one works, as the other constantly…

Brett Rigby
- 289
- 3
- 12