Questions tagged [synchronization]
489 questions
0
votes
2 answers
How to replicate files between two separate apache machines in bidirectional
How to replicate /var/www/html/ between two separate machines which has separate hard disk storage running Apache web servers. I was planning to setup load balancing between these two Apache servers and configured Nginx as front end for those two…

Cj Walter
- 33
- 2
- 7
0
votes
1 answer
I added a mail account to Outlook using imap and now want to sync the agenda to iphone, is this possible?
Currently I have the mail account added to both Outlook and iphone using the same imap/smtp settings.
When I add and verify the account on iPhone in "Settings -> Mail, contacts, calendars" the only sync options it allows me to select…

Kevke
- 67
- 2
- 6
0
votes
1 answer
Synchronize files to webserver by lsyncd
I have two webapp, old one is WS1 and the new version is WS2. Now I want to synchronize pictures/attachments from WS1 to WS2 to keep both running. I found some tools like lsyncd / unison / GlusterFS. lsyncd is pretty handy but I found some issues…

He Zhang
- 1
- 3
0
votes
1 answer
Restrict unison to work only on certain folder (on the remote server)
Considering the scenario where Server1 wants to keep folder /x synchronized between itself and Server2. So apparently one have to add a new (SSH) user to Server2 allowing for this.
So we result in a command similar to:
$ unison -batch /x…

Wizche
- 101
- 1
0
votes
1 answer
how to sync files in linux - command prompt?
I see the following files in my directory -
-rw-rw-r-- 1 sjos sjos 401 Oct 12 15:29 Makefile
-rw-rw-r-- 1 sjos sjos 401 Oct 12 15:29 Makefile~
-rw-rw-r-- 1 sjos sjos 336 Oct 12 15:12 testIfaceIndex.c
-rw-rw-r-- 1 sjos sjos 336 Oct 12 15:12…

dexterous
- 215
- 3
- 7
- 13
0
votes
1 answer
AAD Connect "Soft match issue"
I upgraded to AAD Connect from sync recently before I performed a virtualization of our server infrastructure at the school I work at. I'd like to be able to move the role from my physical black box that used to do windows deployment to a few…

nerdythor
- 1
- 4
0
votes
1 answer
Best direction to synchronize two file servers (with robocopy)
I'am speaking of 'direction' in this questions but maybe it isn't the best word. Please correct me if I'm wrong after the full question.
We have 2 file servers, one of them is the active one, and the other is the passive (or backup).
We mainly sync…

Carlos Garcia
- 318
- 3
- 12
0
votes
6 answers
Does anyone have experience with Windows SyncToy?
SyncToy
Does it work? Is it worth using? Any gotchas I should be aware of? Is it "enterprise grade"?
I just stumbled across it today. If it works as advertised, this would solve quite a few issues for me. Mostly, I need something like this to…

Electrons_Ahoy
- 1,821
- 3
- 15
- 16
0
votes
1 answer
Large file synchronisation
I have a big directory that takes about 600GB with tens of thousands files. I need to synchronize it with my Qnap NAS. I tries BitTorrent Sync, but speed is very slow and it will take about a month for such transfer. Speed is about 10KB per second.…

Nikita Zernov
- 58
- 8
0
votes
3 answers
Synchronize over FTP
i have to synchronize a folder in a customer computer (Windows Xp) with a server (Windows 2003). The customer has a dynamic IP, so i think do it over ftp. Moreover, the customer computer is down during the night and the amount of data to transfer is…

Adrian Perez
- 169
- 2
- 9
0
votes
1 answer
Best way to keep servers in sync without any broken/missing files between syncs
I'm assuming this is the right place to ask this sort of question, but please don't shoot me if I should have gone to a different Stack Exchange.
Anyhoo, what would you say the best way to keep servers in sync is? Obviously, using something like…

MyNameWouldGoHere
- 45
- 1
- 11
0
votes
2 answers
Powershell .lnk deployment/syncing - lnk description attribute
I have been working on a powershell sync script that will be used to control what users have on their desktop (mainly lnk/shortcut files). I have it currently setup to do basic comparisons to add/remove/update the files that are stored locally. The…

Doltknuckle
- 1,254
- 7
- 25
- 32
0
votes
2 answers
Syncing with deleted IMAP account
Due to server data loss, I will have to recreate IMAP e-mail accounts for a client. He still have copies of old e-mails locally in Outlook.
My question is: when Outlook syncs again with the new, empty, IMAP account, will the old e-mails be deleted…

Jaime G. Wong
- 3
- 1
0
votes
1 answer
Best way to copy file server 2008 r2 contents to a new 2012 r2 server
I am making a DR site over the cloud and want to upload all my file server contents in the fast and most suitable way. There are many options like;
XCopy
Robocopy
DFS Replication
Third party tools like BeyondCompare
I want to know whats the best…

Pythonoid
- 25
- 1
- 1
- 5
0
votes
1 answer
Synchronize codes and applications between windows server
There are 10+ windows 2008 server(s) in front of which we use the F5 as the loader.
Now we meet some problems during the deploying of the application, these application are served by IIS.
Each server may contains more than one application(s), and…

hguser
- 103
- 2