Questions tagged [synchronization]

489 questions
1
vote
1 answer

Rsync only include files with specific string in name

I want to use rsync to backup databases from my webserver. I created a cronjob on the webserver that creates a mysqldump of the database and names it with the current date in the beginning every night. Files older than 30 days will be deleted. Now I…
jona
  • 113
  • 5
1
vote
1 answer

What are the best methods to share files among 2 different VM

What are the best methods to automate the exchange files between 2 servers VM on the same LAN on the cloud? A VM is windows server and B VM is CentOS Linux OS, the direction path is Windows Server Dir > CentOS Linux Dir, data size is around 5MB one…
1
vote
1 answer

What is the best way to keep files in sync between an EC2 instance and a local Win Machine?

Premise: I'm a complete newb. So any gentle hints are much appreciated :) So, I spun up an EC2 instance and dumped my scraper I had built in Python. I've set up cronjobs to run my scraper at scheduled intervals. At each run, my scraper saves a set…
LucaVJ
  • 13
  • 3
1
vote
0 answers

PPS Integration with chrony

I am trying to get chrony to ingest a PPS signal to compare against just an NTP server. The PPS signal is recognized when I do ppswatch and ppstest, but when I do chronyc sources, the LastRX field occasionally goes up to 20+ while the NTP server…
bchang32
  • 11
  • 1
1
vote
2 answers

Selective syncronisation of two directories in UNIX (Solaris)

I'm wondering if anyone knows of a nice way to partially duplicate (hard link) files between two directory structures? My current fall back is a script invoked by cron. As background: I ask since I have two groups who both need to access a body of…
Tom Duckering
  • 235
  • 1
  • 13
0
votes
2 answers

Automated way to update folder on Windows XP clients from a folder on Windows 2003 server

All of our workstations have a folder on their local drive that contains some common files used by our company. Periodically we need to push out changes to some of these files. Currently we are using System Center Configuration Manager (SCCM) to run…
0
votes
1 answer

Sync Windows Server shares with OneDrive

Recently one of my costumers bought office 365 and now we have a slew of space online we would like to fill, so we would like to sync some main folders from WS2012 to it so it's always accessible and up to day. What's the best way? I've tried…
0
votes
2 answers

file/folder synchronization Windows/Fileshares

What is the best way to synchronize files/folders - NAS to Windows File Services and Windows File Services to NAS over 200mbps WAN connecton ( time to sync 5 minutes)
0
votes
1 answer

How to configure password synchronization between two Active Directory Domains with Microsoft Identity Manager PCNS?

I have two domains with a two-ways trust relationship (selective authentication). Microsoft Identity Manager is installed, configured and "Password Change Notification Service" is configured and properly delivers password changes with RPC requests…
0
votes
0 answers

Issue with DC on different sites not replicating

I have a topology with 2 sites (SiteA and SiteB). Sites are connected thru a VPN (OpenVPN network to network), every traffic is playing well (Ping, SMB, RDP, SSH, Web etc.) All DCs are running Windows 2012 R2. On SiteA, I have 2 DCs running…
0
votes
1 answer

Azure Connect "soft match" issues

Before I get into the details: my problem is clearly different than the one described in this question. I'm running a single Azure Connect instance, so the problem clearly isn't due to multiple sync. In fact, our system is using Azure Connect from…
0
votes
2 answers

Windows roaming profiles on Snow Leopard Server

We've got an Xserve with Snow Leopard Server running our domain, with mostly Mac clients configured with "roaming" Home Sync directories. There are several Windows workstations that also use roaming profiles that sync to the Mac server, but they…
0
votes
1 answer

Ambari sync with LDAP using StartTLS

I'm facing an issue to sync Ambari with a LDAP server using StartTLS and a self-signed certificate. Ambari server and ldap server are both running on the same machine. I've followed the steps written in the doc but I'm not sure if I'm in the LDAPS…
0
votes
1 answer

Azure AD Connect: Should new users be added first to Azure AD or to AD DS on-prem?

Let's assume there is an up-to-date environment that uses Azure AD Connect to sync user accounts between AD DS on-prem and Azure AD in the cloud. When adding new users - should they be added to Azure AD first (and then synced back to on-prem by…
0
votes
1 answer

Lsyncd exclude files or folders not working

I am using lsyncd for live syncing between master and slave and I want to exclude files like .htaccess and git files to slave server. I have configured like…
Anand Shrestha
  • 41
  • 5
  • 12