Questions tagged [synchronization]
489 questions
2
votes
1 answer
NTP time sync issues Windows Server 2016
So, I'm running into some issues trying to configure NTP sync on my DC. This is a Virtual Machine running on Hyper-V. I disabled time sync for this VM.
I forwarded 123/udp both on the windows firewall and my sonicwall firewall.
As you can see in…

Mrpopo666
- 31
- 1
- 6
2
votes
1 answer
If two scheduled tasks are missed, in which order will they run next?
Let's assume we have two scheduled tasks, both with the option Run task as soon as possible after a scheduled start is missed toggled on.
These tasks are conflicting. In this case, one of them turns off service.exe, and one of them an hour later…

nostalgk
- 165
- 5
2
votes
1 answer
Sync failed on IMAP dovecot
I created a new dovecot installation, and my client (Outlook 2013) is having trouble syncing (frequent errors). On the server side I see the errors below.
Dec 01 17:14:36 imap-login: Info: Login: user=, method=PLAIN,…

TSG
- 1,674
- 7
- 32
- 51
2
votes
6 answers
MySQL replication out of sync
I have a master-master replication system.
However, due to an auto-increment issue, I got an error in replication...and it stopped replicating.
Someone told me to do:
stop slave; SET GLOBAL SQL_SLAVE_SKIP_COUNTER = 1; start slave;
It didn't work.…

Alex
- 8,471
- 26
- 75
- 99
2
votes
2 answers
Data Backup redundancy/backups
I am looking at setting up a backup solution... well including in my backup solution actually... an external harddrive on my main file server. I then use something like Microsoft SyncToy to 'sync' data onto the external hard drive.
I currently have…

TravisPUK
- 163
- 2
- 6
2
votes
1 answer
real time sync for file sharing servers
I run a file sharing site, which is quickly growing in popularity.
Right now my web app is on AWS elastic beanstalk so of course scales up beautifully, however my files are currently all served from a single dedicated box. The box is starting to max…

Ryan
- 21
- 2
2
votes
6 answers
Standalone tool to synchronize two folders in windows?
I keep data on a USB drive, but I also keep a copy of all of that data on a hard disk. I like using the hard disk because it's faster and gives me a backup. What standalone tools would work to keep the files on the disk and USB drive in sync? I'd…

Jim
- 1,555
- 7
- 25
- 30
2
votes
0 answers
keep writing to file after network filesystem disconnects
I'm trying to transfer a huge growing logfile in a way that will survive network partitions between the client and server. If the network connection is lost, I cannot afford to retransmit the entire file because of gross network utilization…

EthanP
- 121
- 3
2
votes
1 answer
Reconnect WinSCP after a connection failed while keeping remote directory up to date
I want to keep a local directory synced remotely through FTP. If my internet connection is ready, I can easily use WinSCP.com to connect to the FTP and keep files up-to-date using the command:
"c:\Program Files (x86)\WinSCP\WinSCP.com"…

marcelo.guedes
- 125
- 1
- 5
2
votes
0 answers
Why is ReFS not appropriate for Work Folders
I'm looking to setup a NAS for a small team. Two main requirements are using it as an archive and a folder syncing. Because I want to make sure that the archive is not prone to bit rot, I've came to the conclusion that I need something that uses…

piotrek
- 127
- 1
- 3
2
votes
1 answer
Msdeploy, can sync but not delete
I'm trying to setup automatic deployment using msbuild.
I succeeded having a msdeploy sync call to successfully publish a zip package created with msbuild.
However when I try to perform a msdeploy delete call prior to the sync operation it fails…

Koresh
- 131
- 6
2
votes
1 answer
IMAP Account Migration/Synchronisation
I was wondering if anyone knew of any easy way to synchronise and then migrate an IMAP account between two hosting accounts? I have SSH access but within jailshell (cpanel/WHM access also), but no root access to the server. Host may be willing to…

Asciant
- 123
- 4
2
votes
2 answers
Trac and ssh password synchronization
I have a standalone server (Ubuntu 9.04) set up for a project that uses Trac (Apache, mod_python) and subversion. I create local user accounts so project members that are given commit access to the repository use ssh...
sudo adduser --ingroup…

Joel Bender
- 175
- 1
- 7
2
votes
1 answer
Configuring two AD LDS instances to synchronize with one another
I'm trying to find information on synchronizing multiple AD LDS instances with each other, but all the information I'm finding via Google is about synchronizing AD LDS to AD DS.
I would appreciate it if anyone could point me toward some articles on…

BVernon
- 403
- 1
- 7
- 19
2
votes
1 answer
Problems setting NTP sever with w32tm for a DC that is a Hyper-V guest
I have tried to sett my DC to get its time from several NTP severs.
I follow this answer (W32Time sync problems for Hyper-V Guests (W32Time Event IDs 38, 24, 29, 35)) to do it.
First I disable Time Synchronization in the Hyper-V Integration…
R.Tonheim