Questions tagged [synchronization]
489 questions
3
votes
2 answers
Setup of NTP on Hyper-V servers
I am having problems with NTP setup on our Hyper-V host and clients. I am not using Domain Controller (almost all advise is given for DC's which I am not using).
On all servers I have used the windows clock to setup the ntp client name (Right click,…

galmok
- 221
- 1
- 2
- 7
3
votes
3 answers
Unified Authentication between Windows AD and Linux LDAP Server
Does anyone know of a solution that would allow me to do user account synchronization between Windows Active Directory and an LDAP Server hosted on a Linux Server? I'm currently looking at FreeIPA (www.freeIPA.org) and 389DS…
user150502
3
votes
3 answers
What can I really do with percona toolkit's pt-table-sync?
I have been looking for a tool to synchronize tables from 2 different databases and found pt-table-sync. I read the documentation and got confused: they mostly use examples referring to a replicated environment, but I thought the whole point of…

Max
- 3,523
- 16
- 53
- 71
3
votes
1 answer
rsync server side limit bandwidth/connection
In a VOIP application, I have upto 3000 clients rsync audio files from there linux server in a daily, server is placed at a data center (10Mbps in/out bound), the server works as a VOIP sip server running FreeSWITCH (low ping latency should be…

c2h2
- 768
- 2
- 9
- 20
3
votes
1 answer
Get WebDav uploading progress and status (Linux, davfs2)
I am using WebDAV on Linux box with davfs2 1.4.6. When I copy a file to a mounted WebDAV service, it is goes rather fast, just like a regular local drive operation. And it actually is, because the file is first copied to ~/.davf2/cache directory.…

Hnatt
- 291
- 3
- 9
3
votes
1 answer
Rsync: General file/folder synchronization
I have a file server, which is in-charge of pulling a folder tree from multiple workstations on a daily basis. My current method for this is by using rsync, (which works pretty well provided directory names and/or files remain the same) however,…

Rey Leonard Amorato
- 143
- 7
3
votes
1 answer
Syncing files from multiple sources to a master copy based on modification time
I use rsync to bring files from multiple servers to a "master copy". Sometimes the same file has different content in different sources. What I want is to keep the last modified one. I wish rsync had something like --time-only (analogous to…

ibz
- 345
- 4
- 8
3
votes
2 answers
Roaming Profiles Between Two Sites
We currently have two buildings at different ends of the country, one contains the fileserver with our roaming profiles and a domain controller, in the other building we just have a domain controller to handle local logons.
Whilst replicating the DC…

Draineh
- 153
- 2
- 11
3
votes
2 answers
How does one make sure or even guarantee server time are sync correctly between dozens of servers across multiple datacenter on different location?
Currently our web applications contain a logic to check if the data sent to the web server is expired or not by comparing the timestamp of the data with the date/time of the server.
Everything goes will, until some dude from data center accidentally…

forestclown
- 945
- 4
- 15
- 25
3
votes
3 answers
How to synchronize local directory with another local directory on another partition or disk
I would like to synchronize my local directory content with another local directory on another partition or disk (or e.g. a pendrive).
I can synchronize my local directory content with a remote one (through FTP) with WinSCP, even with keeping remote…

Sk8erPeter
- 199
- 1
- 2
- 15
3
votes
1 answer
File synchronization over servers (debian) by uploading a file with PHP
I have 3 web servers for my PHP application. In front of web servers, there are load balancers. My application has a upload image form. I need to have any uploaded image via my form, simultaneously be in all 3 web servers. I try to think about…

uguraslan
- 55
- 2
3
votes
2 answers
How can I test apt-get updates on a test box before deploying to production?
I would like to schedule updates on my ubuntu servers, but would like to test the updates first on a test server. I'd like to run all updates on the test box at the beginning of a development cycle, giving QA time to test our code changes + ubuntu…

Nick P.
- 90
- 7
3
votes
2 answers
Unable to sunchronize local and remote directories ("set times: Operation not permitted")
I'm running into FTP errors using software like NetBeans or WinSCP: whenever I attempt to perform a synchronization or update of files from local --> server I get errors on the client saying "set times: Operation not permitted".
This is clearly an…

Tom Auger
- 341
- 2
- 5
- 14
3
votes
3 answers
TracError: Repository not found
I'm getting that error when trying to execute trac-admin /path/to/trac
repository resync /path/to/svnroot/repo1
Both paths exist. I'm trying to use Trac 0.12 with several svn
repositories. I could resync the first one without problems, but…

Jorge Arévalo
- 197
- 1
- 11
3
votes
1 answer
How to delete files older than 30 days with robocopy?
I have two folders synchronised with robocopy (src and mirror) and I try to not removing files in the mirror before 30 days. I tried with /MINAGE option to say "consider every files older than 30 days" so that it only deletes 30-day old files in the…

Julio Guerra
- 255
- 2
- 3
- 8