Questions tagged [synchronization]
489 questions
0
votes
1 answer
MySQL replication re-sync
I'd like to set up a zero-maintenance hands-off MySQL replication regimen for backup purposes.
It's been my experience, though, that these things inevitably eventually get out of sync. Perhaps it's due to developer abuse, unscheduled accidents, or…

tylerl
- 15,055
- 7
- 51
- 72
0
votes
2 answers
Is there a server distro with the capability of syncing live data to multiple machines?
Scenario: I have a main server that is used for pagebuilding/storing master data, and is accessed by a few clients on site. This company also has multiple branches with their own server that that connect to locally, but need to work with all the…

Adam Hart
- 93
- 1
- 2
- 6
0
votes
1 answer
Sync IIS Between Two Computers
I have Network Load Balancing setup to split the load between two IIS running Win2k3 boxes. Keeping the files in sync is trivial (we use rsync), but the IIS meta data is a pain. The current method we're using to get the metadata (the virtual…

Barrett Jacobsen
- 45
- 2
0
votes
0 answers
realtime sync files between ec2 instances
Possible Duplicate:
M-M or M-S replication of EBS volume across multiple EC2 instances
realtime sync of files between instances
In my implementation, I have a java app that reads/writes files into local storage. Since the same java app will be…

kabeer
- 1
- 1
- 1
0
votes
2 answers
Load Balancing + Folder sync
i've 2 servers.
Server A : contains
mysql
apache
nginx
Server B : contains
apache
memcached
rsync cron ( each 3 mins ) that pulls the /var/www/ content and update its own
I'm using:
nginx of Server A to load balance the http requests. (And…

Andrea Baccega
- 169
- 5
0
votes
1 answer
How can I sync /var/foo/ on one Linux machine with the same folder on another machine?
Initially Ubuntu One looked perfect but it only seems to be able to sync folders in my home directory. I want a way to sync any folder of my choosing on one system with any folder on another system.

Nigel Alderton
- 992
- 3
- 9
- 19
0
votes
2 answers
Sync a FTP folder locally
I have several images uploaded worth 1GB on the remote server that I want to download locally, but not continuously.
I tried using rsync reading its (excellent) man page but found repeated protocol issues and gave up. (There is some problem with…

lprsd
- 103
- 1
- 8
0
votes
1 answer
Sync web directories over multiple servers on Ubuntu
Lets say I have 3 servers, One is a development server, prototype code goes here. When it's done I've been using scp to push that file to the live server but now I'm looking into multiple live server setups and Amazon load balancer.
How do I go…

Jamie Taylor
- 372
- 1
- 6
- 15
0
votes
2 answers
Setting up rsync over the internet. How should I define it?
I need to sync two Linux servers in remote locations. To do so, I've decided to use rsync.
I've set the rsync to run on the target as a daemon, and the actual syncing command is ran from the source. I wanted to ask if this is the right setup for…

Kuf
- 449
- 2
- 8
- 25
0
votes
2 answers
How do I sync a subset of tables between two databases on the differnet mysql database server?
I have the main MySQL database which has the following columns in one of the car table:
+---------------+-----------------+------+
|carId |name |model |
+---------------+-----------------+------+
|1 |ford …

user121080
- 53
- 2
- 4
0
votes
2 answers
How to implement data synchronization/multiplication across multiple servers?
We have a website that runs on multiple web servers. Those servers need to be in synchronization - program files and user uploaded data should be present on both servers. For now this is implemented having post commit hook to synchronize code files.…

morphles
- 103
- 2
0
votes
1 answer
How to synchronize local MySQL (full access) to remote one (PHP only)
Our scenario is a local Linux MySQL server on which we can do whatever we want including installing stuff and setting up cronjobs, and a remote one which we can access only via PHP. The remote one is the usual LAMP hosting service so we can upload…

Luke404
- 5,826
- 4
- 47
- 58
0
votes
1 answer
Sync folder from Windows server to Ubuntu server through FTP
I need to automatically transfer files from windows server over to an Ubuntu server through FTP.
I control the ubuntu server and have no other access to the windows server but through FTP.
I need a command line ftp-sync program in ubuntu to check…

birgir
- 1
- 2
0
votes
1 answer
synchronization between two (or more) file servers : block open files to avoid conflicts
"Short version": When a user opens a file on a local share, other users can open only in read-only, until it is closed.
I want this to be true for the remote copy of the file: read-only when the local file is opened.
"Details": I have two (to begin)…

Klingel
- 1
- 1
0
votes
4 answers
How to sync 2 linux servers
I've got the problem that I don't know a lot about server administration and right now we've got 2 Servers behind a load balancer and I need to sync the htdocs folders from apache.
I think the biggest Problem is, i don't have root access the the…

Frederick Behrends
- 117
- 2
- 8