Questions tagged [synchronization]

489 questions
1
vote
0 answers

Unison: skip any delete of files or folders

While synchronising directories using Unison I want to skip any delete of files or folders (both ways). I wonder how I can do it?
user333261
1
vote
1 answer

Our master/slave servers are unable to sync after SSL certificates were installed and then removed, what is this down to?

We have two servers with Rackspace running IIS 8, a master and slave. Previously the master would sync with the slave through the method described here: https://community.rackspace.com/products/f/25/t/641 The above was installed by a very nice man…
1
vote
1 answer

Cluster mode Netapp - Snapmirror change unix groups

I'm trying to setup snapmirror between two cluster mode netapp filers. However, one is in the US, the other is in China. We have two different unix groups setup here, as a security measure. i.e. we have group users.usa in the USA, and users.china…
Ben Coughlan
  • 163
  • 5
1
vote
1 answer

Is it possible to change an MIT Kerberos password programmatically?

First of all, I'm not an infrastructure guy, I'm a developer, so please excuse me if I'm leaving important information out. I just need to determine if the following is possible, and if so, how to proceed. When a user changes their Active Directory…
silverCORE
  • 111
  • 1
  • 1
  • 4
1
vote
1 answer

Can someone explain how Remote Differential Compression works?

I know that RDC is how the Distributed File System Replication (DFSR) keeps data on all shared devices in an active directory synced together. I only understood that RDC splits data into chunks, then it hashes each one of those chunks into what's…
User104163
  • 107
  • 1
  • 1
  • 4
1
vote
3 answers

Perl: How to sync files with ftp server

I'm looking for a way to sync a local folder with a remote folder that is only accessible with FTP. Is this possible in Perl or is it possible by calling a System-command in Perl ? I'm in a Windows 2008 environment so no Linux applications possible
xyleen
1
vote
0 answers

Delayed synchronization between two AWS ElasticSearch Service instances

I need to synchronize the indexes of two AWS ElasticSearch Service instances once a day. It's really important that the synchronization is NOT real time. The first index (let's call it ES-A) is used internally by our team while the second index…
1
vote
4 answers

How to determine what new products and classifications have been added by WSUS

The WSUS Management Console reports, that 2 new products and 0 new classifications have been added in the past 30 days. How to determine which products (and classifications) exactly have been added?
Toro
  • 766
  • 4
  • 22
  • 31
1
vote
2 answers

Master-Master-Master file sync

Now, I know there are plenty of solutions around, and plenty of answers to this sort of question, however I'm yet to find something that I can use properly use. So my server setup is basically three clusters, each cluster containing four servers.…
1
vote
1 answer

Built in remote contacts system on Outlook w/o Exchange?

I want to know if there is any native way (no third party plugins required) to get the contacts book on Outlook fetch some contacts from a remote location. Scenario is: Several Windows PCs running Outlook 2013 with one POP3 email account per PC,…
1
vote
1 answer

Windows SharePoint Desktop Sync

I can remove the files and it will sync properly then upload them again but if I go to do another initial sync I'll have this same issue. Is this just an issue with how the files are being named? They some how are accessible and usable just fine but…
Jason
  • 3,931
  • 19
  • 66
  • 107
1
vote
1 answer

NTP and iptables for time syncing within and across datacenter locations

I have several linux (Debian) servers across two data centers located on the east and west coast of the US. I picked one server from each location to be a NTP server. The NTP server syncs time with the 0-3.us.pool.ntp.org servers. That seems to be…
1
vote
0 answers

Microsoft Windows Terminal Server synchronizes my local desktop

I'm connecting to several Windows Terminal Servers(2008 R2 Enterprise - 2012 R2 Standard). Everything worked fine until some weeks ago it took me more than one hour to connect(usually ~2-5 mins). The reason why it took so long was because it…
1
vote
1 answer

Migration local Outlook accounts to Exchange accounts without synchronization

The scenario is as follows: Two sites. One is a branch office and the other one is the central. The central site has a Microsoft Exchange 2010 server, that is not doing much at the moment. The branch office has several users using Outlook…
sakatan
  • 11
  • 1
1
vote
2 answers

How to sync folders between two Windows Servers in Amazon EC2

I have two servers running Windows Server 2012 in Amazon Cloud. One is hosted in EC2 (A) and another - in VPC (B). I have a folder in the same location on both servers. And I need to sync files from B to A. Files are not big (<100 kb) and it's…