Questions tagged [synchronization]
489 questions
1
vote
1 answer
One-Way ActiveDirectory to Open LDAP push sync
I know that syncing AD and OpenLDAP is a common problem but after a few hours of googling and reading posts like this and that I am still unsure if there is a good (in a sense of convinient and safe) way to have an external service accept the same…

Gooo
- 13
- 4
1
vote
1 answer
KVM guest clock sync with host
I'm running KVM w/ centos 6.x.
My guest vm clocks are booting with a 1-2 second lag from their host. My clocksource for the host is ntp. My clocksource for the guest is "kvm-clock", but I need to run ntpd on the guest as well.
It takes roughly 3…

timeout
- 11
- 2
1
vote
1 answer
synchronous the databases at real time
I have two databases, one in the domain and managed by phpMyAdmin, and the other is located on the local server. I want make the local one as master and the other reside in the domain as slave. With phpMyAdmin, can I synchronous the databases at…

slaki
- 11
- 3
1
vote
1 answer
How do I ignore errors with Unison?
I'm trying to synchronize two directories using Unison, however if it encounters a file with an error, then it skips the entire directory! I don't believe it should skip the whole directory, and instead should just skip that file. I'm OK with that.…

Chloe
- 1,164
- 4
- 19
- 35
1
vote
1 answer
Two DirSync in a forest
I'm wondering if it is possible to have two directory synchronization tools (so, two servers) to synchronize the same AD (in my case, master of the forest), just in case of one fails or crashes ?
If the two ADFS servers situation works also with DS…

Nate B.
- 199
- 1
- 2
- 11
1
vote
0 answers
Synchronising local XML files with Remote FTP and Vice Versa
I have developed a website in php/codeigniter that takes data from sage xml files. I have SAGE xml files on my remote sever that I am using on my website for data extraction.I am reading and writing customer data into these files.And to keep my BOTH…

Bilal Khalid
- 11
- 1
1
vote
1 answer
Get local copies of IMAP email into a new IMAP account
Due to some major balls up, I have lost IMAP accounts during a domain transfer. Users still have 'cached' copies in their mail clients (Outlook 2007/2010/express). I know that if I recreate the mailboxes on the new server, they'll lose the emails…

Faldinio
- 11
- 1
1
vote
1 answer
How do I setup unison to sync a folder one way
I have a 1tb NAS that has a 1tb usb external hard attached
I have prepared the file system on the usb disk and mounted it
I want to 100% sync my data from my nas to the usb disk - but I want it to be incremental and only have the NAS as the 'master'…

Rob
- 215
- 4
- 10
1
vote
1 answer
MySQL Database synchronizing with local and remote with c#
I've posted this here as its more of a mysql questions than c#, I have written some software that runs a local instance of mysql when it first starts, now once mysql is up I would like to synchronize the data between the remote database table and…

Neo
- 187
- 3
- 10
1
vote
2 answers
Basic redundancy for EC2 (wordpress + mysql)
I've got a website that I would like to add redundancy to. It's not a massive website, and will probably only receive a handful of database updates and/or files per day, however it's very important that the website is up at all times.
Since the…

Alec Sanger
- 149
- 1
- 9
1
vote
4 answers
Keep Uploaded Files in Sync Across Multiple Servers - LAMP
I have a website right now that is currently utilizing 2 servers, a application server and a database server, however the load on the application server is increasing so we are going to add a second application server.
The problem I have is that the…

Dfranc3373
- 113
- 1
- 4
1
vote
2 answers
How to reliably synchronise file servers between London and Shanghai?
We have two offices, one in London and one in Shanghai, each needing to be able to access the same set of files. This means we need a solid, speedy means of synchronising a set of folders between servers at either office. They're likely to be…

Andy S
- 11
- 1
1
vote
1 answer
Synchronize files over FTP where files from the FTP always wins in case of conflict
Setup:
One file server with folders for each project.
One employee working from home that needs the files to be on a local NAS since the connection isn't good enough to work via VPN. So, a few project folders will be copied to the NAS.
The problem…

JLe
- 163
- 1
- 5
1
vote
1 answer
Combining multiple Rsync synchronizations
I'm trying to combine multiple rsync commands into one command. Currently I use the following command:
/usr/bin/rsync --exclude-from=/directory/exclude.txt --delete --rsync-path "/usr/bin/sudo /usr/bin/rsync" -e 'ssh' -rtogpu /directory…

Bart
- 111
- 3
1
vote
2 answers
How should I back up multiple in-use MS Access databases?
Disclaimer: I'm a software engineer, not an IT professional, sorry if some of my suggestions are silly or otherwise ridiculous.
A windows application, which will remaining running at all times, is connected to, and constantly interacting with,…

epalm
- 143
- 2
- 5