Questions tagged [synchronization]

489 questions
0
votes
1 answer

Which process/script/application if squeezing my files every 5 minutes?

I have a process executing every 5 minutes (precisely) which overwrites the content of a folder. It obviously synchronizes whith another (identified) folder, which means it completely replaces the content of the folder with content of the other…
Alexis Dufrenoy
  • 235
  • 1
  • 3
  • 11
0
votes
3 answers

How to properly migrate user's email profile from local e-mail server to m365

My task was to migrate our HR manager's email account from our local e-mail server and keep all her folders, sub folders mails contacts etc. as they were. I have managed to redirect the mailflow to her new email address but when I was trying to…
0
votes
0 answers

Sync a local file with server to be served

I have a little website which serves a pdf file using nginx. I change the file once a week and I need it to sync with the file that's on the server. My approach was using scp (ssh), however, I can only upload the file into admin's home directory,…
0
votes
0 answers

Sync a directory between two shared hosting servers using rsync

I have two shared hosting servers and I need to sync a directory with subfiles/directories using rsync via SSH automatically. Mean: If server1 had changed server2 updates the changes. If server2 had changed server1 updates the changes. I can use…
0
votes
1 answer

Keep thread synchronized across multiple devices (ejabberd/conversations)

I want to use two different client devices with the same jabber ID, and I want the message thread to appear the same to both of them, even if one of the clients is offline for a period of time. Both clients run Conversations and the server is…
0
votes
0 answers

Delay in NFS Client file Updation in NFS Server

We have an NFS server and our custom board which is our NFS Client. We are generating a log file as part of our custom application. This log file is getting generated in the root file system of the board(NFS client) immediately after the application…
Aparna
  • 1
0
votes
1 answer

Execute following steps after rsync is finished

First I thought that rsync isn't syncing everything described here Limitations of rsync? Not syncing everything Now after a day I found out that it was actually still working/ running and now all the files are there. The problem is: My zip is…
jona
  • 113
  • 5
0
votes
1 answer

ADSync to Office365 doesn't update Exchange properties

Introduction For one of my clients, the following problem occured. We have a distribution group setup in Active Directory that contains all members and is automatically added when we create a new user. The distribution group is synced to Office365…
LPChip
  • 333
  • 2
  • 13
0
votes
1 answer

wget -m delete local files that are not existing anymore on the server

I use wget -m to mirror my webspace to my nas. So far it's working great, but I noticed that when a file on the server got deleted, it will be still there locally. Is there any way to delete the local files that aren't existing anymore on the…
jona
  • 113
  • 5
0
votes
0 answers

Backup a Windows with an equivalent of rsync on Linux

I have a computer with a dual boot, a Linux and a Windows. My Linux is backuped with RSYNC on a NAS and it works fine. And from my linux I want to do the same thing with my Windows partition. So i mount my partition and do a RSYNC betwen my…
idontknow
  • 1
  • 1
0
votes
1 answer

GPO's; Edge sync with automatic login using Domain\username instead of username@domain.com

I am trying to set up Edge sync for domain joined users. They authenticate on our terminal server using the Domain\Username format. The sign in works in edge, but the synchronisation refuses. Whenever i use the username@domain.com format it will…
DW24da
  • 31
  • 3
0
votes
1 answer

SAML sync users

Currently we are using SAML SSO, the client starts the Azure Enterprise App, provides us with tenantId, appId, certificate, and its users can log in to us through their Microsoft account. Can we use the same or similar integration in in the…
0
votes
1 answer

On-Prem AD to Azure AD Sync with existing users in both

I have an on-prem active directory domain called xyzcorp.com. I also have an Azure AD domain called xyzcorp.com. The two are not synchronized at the moment. What I want to be able to do is enable directory synchronization between on-prem and Azure…
0
votes
1 answer

DRBD Single Primary Ignore File Types

Is it possible to have an exclusion list for file types (maybe even specific files) so that they wont try to sync with the secondary nodes? I have looked at the DRBD configuration file and cannot find anything about it. If not is there another…
PopSpe
  • 3
  • 1
0
votes
0 answers

Syncing web servers over WAN without port forwarding

We have multiple locations (2 now, soon to be 3) with ProxMox servers that have containers (ubuntu server) on them set up as the following (but will have more web servers): Location…
MicWit
  • 111
  • 2