Questions tagged [synchronization]

489 questions
3
votes
2 answers

Azure Active Directory Sync Health - "Latest data is not available"

Anyone uing AD Connect Sync Health in a non-Express setup yet? I have a the Sync Health agent installed, and connected to AAD, but am getting an error - in the Sync Error applet it shows "Latest data is not available". AD Connect itself seems fine,…
3
votes
5 answers

What is the most efficient way to push out/publish large sets files over a network?

Here's my scenario: We have a need to push out a set of files (a 'workspace') from a source server to multiple destination servers. The files are kept under version control (SVN) so the first step is to export the latest version of the repository to…
AR.
  • 165
  • 1
  • 2
  • 6
3
votes
3 answers

How can I sync files between my workstation and EC2 without having to log my EC2 in manually every time?

I want to do something that seems dead simple, but none of the options I've found are quite right (e.g. Dropbox). The question is: what cloud sync service can I use to sync a folder on my workstation with the filesystem in an EC2 instance? Note…
3
votes
1 answer

Two folders synchronization (1 way sync), one in intranet the other one in extranet

I have one server in intranet (joined to domain, accessible via domain account) and the other one in extranet (not joined to domain, accessible via hopping station using a local account). Shared folders on intranet servers are accessible for domain…
ray
  • 143
  • 9
3
votes
4 answers

Outlook + Exchange : Sync Issues Folder - How to manage it?

When using Microsoft Outlook with Exchange (not the online only mode) a Sync Issues folder that appears in the local PST folder. From the link above I know why it exists - but often that information is not needed (sync issues caused by the fact you…
Robert MacLean
  • 2,186
  • 6
  • 28
  • 45
3
votes
0 answers

Synchronizing web application users with corporate directory/database

We're building a web app positioned towards corporations; and have a need to maintain an up to date repository of user data for all corporate users of our web application. We're well aware of how to achieve federated authentication - however we have…
Peder
  • 31
  • 1
3
votes
0 answers

How to synchronize downloaded emails from clients back to the IMAP server

I have an iRedMail server running (postfix + dovecot as an IMAP server) on a Debian Xen guest machine. By a mistake the iscsi disk, where users emails are stored, was deleted. There is another copy of this disk from December 30th 2014. There is a…
conqueror
  • 71
  • 1
  • 6
3
votes
1 answer

Alfresco Group Sync with Active Directory. Looking for a real groupID

I have an Alfresco Community 4.2.e running and synchronized with Active Directory with functional level 2008. I import users and groups from Active Directory. From ldap-ad-authentication.properties: # The attribute on LDAP group objects to map to…
jrbuleo
  • 31
  • 4
3
votes
2 answers

Using Puppet to sync two directories

I have a bunch of servers that have two directories on them that need to be in sync. For instance, on the same server I might have /var/path/to/dir1 and /var/path/to/dir2 which could have files and folders underneath of each. I'd like to sync…
Jeff Coe
  • 187
  • 2
  • 6
3
votes
3 answers

Twin debian servers

I have two debian servers, the first is the operating one (main), the latter is for security purposes. I want to have the 2nd server like a twin of the first, rsyncing it continually in order to switch to it in case of any fault of the first. I'm…
Paolo Benvenuto
  • 241
  • 5
  • 13
3
votes
1 answer

Authentication Problems with Lync Online Using DirSync/AD credentials

I am in the process of vetting Microsoft Lync Online for use within our organization. I have purchased 2 licenses for testing so far. We will only be using Lync Online Plan 2 and nothing else so we are using the Lync Basic client. I installed,…
qroberts
  • 285
  • 1
  • 4
  • 23
3
votes
2 answers

DNS failing on domain controllers after rebooting domain controllers

I have this exact issue Event ID 4013: “The DNS server is waiting for Active Directory Domain Services (AD DS) to signal..." Two DC's and two DNS servers except my problems are a little more involved. So if I reboot my domain I cannot logon to my…
3
votes
5 answers

File synchronization for Ubuntu Server

I'm planning on setting up two Ubuntu Servers as backup solutions where people can store images and documents. What I have in mind is that if a user saves/updates a file on a specific directory(Samba shared directory perhaps?) on one Ubuntu server,…
user11001
  • 63
  • 5
3
votes
1 answer

Linux bidirectional file sync over a WAN with immediate/incremental syncing

Does anyone know of a solution that lets you sync files bidirectionally over a WAN, but also syncs immediately/incrementally? Basically Unison is perfect for the file syncing, but it doesn't sync incrementally - it will wait for a file to finish…
AndyC
  • 233
  • 4
  • 14
3
votes
1 answer

Improve RSYNC scan speed / Alternate approach?

I'm using rsync to transfer application log files from one server to another. It works fine with the exception that scanning the directories takes forever. I have around 160,000 log files and a few thousand directories so I can understand why…
Jason
  • 381
  • 1
  • 7
  • 20