Questions tagged [sync]

File Synchronization refers to reflecting changes from a set of files to the same set of files in another location. Synchronization can also be applied to contacts, music, or other data.

There are two primary methods of synchronization:

  1. One-way sync makes one of the copies the authoritative copy and updates the other copies to match it.
  2. Two-way sync looks at all of the changes in all copies of the files and updates all the copies to contain all of the most recent changes.

Popular questions

Applications

2059 questions
165
votes
17 answers

How do I synchronise two folders in real-time in Windows 7?

I want to synchronise two folders in real time under Windows 7. Basically, I want to monitor a folder and synchronise each change (new files, changed files, deleted files) to another drive. It has to be in real time, so it gets synchronised…
acme
  • 621
144
votes
16 answers

How to synchronize the home folder between multiple computers?

I have three computers at home, and would like to have the /home/ folder tree synchronized between the three. Any files/folders (except those hidden) that are modified/added/removed in one of the three computers is updated in the other two. Is rsync…
lamcro
  • 812
110
votes
10 answers

How can I re-sync the subtitle and the video using VLC media player?

When I play a movie with subtitles (on VLC media player), the text is often displayed too soon or too late. Is there a way to delay the starting point of the subtitles?
Rabskatran
  • 4,809
110
votes
11 answers

How to sync bookmarks between Firefox, Chrome, and Safari on multiple computers?

There are some similar question on bookmark syncing, but most answers point to Delicious or Google bookmarks. However, as Chrome doesn't have the Google toolbar, how would those sync? I use several computers and different browsers on them so I…
Tai Squared
  • 1,361
87
votes
7 answers

How to sync bookmarks across Google Chrome and Mozilla Firefox bookmarks?

How to sync bookmarks across Google Chrome and Mozilla Firefox bookmarks? As I currently understand, Google Chrome puts bookmarks separately from Google Bookmarks, which is accessible in Firefox by using Google Toolbar for Firefox. Right? So, how…
ViliusK
  • 1,780
76
votes
13 answers

Keeping local windows folder in sync with remote ftp folder in real time

I know it has been asked before, but I would like it to happen in real time and transparently (without the need to open a separate FTP client such as FileZilla). For example, if I edit a text file in the local folder and then save it, it should…
bobo
  • 1,869
75
votes
16 answers

How to keep iTunes libraries in sync?

I have a couple of PCs and a Mac that I have my music libraries on them. Occasionally, I add files, edit artworks and ID3 tags on one of them. I want to keep them synchronized on all of my computer. Any organizational change I make (e.g. update…
mmx
  • 3,209
74
votes
9 answers

Force Chrome to sync bookmarks?

I've been using Chrome's built in bookmark sync which seems to work well. Is there a way to force Chrome to do the sync as opposed to waiting for the alloted 'sync time'? Update: Seems to sync when I restart Chrome, so that works. Would be nice to…
Marcus Leon
  • 3,185
61
votes
9 answers

How can I synchronise my Outlook Calendar with Google Calendar (preferably using a free/open source tool)?

How can I synchronise my desktop Outlook calendar with my Google Calendar (Outlook -> Google)? I saw the question Free tool for Synchronizing Google Contacts and Calendar with Outlook, but the solution that was suggested there is no longer…
Kuf
  • 815
44
votes
4 answers

How do I sync multiple g-calendars to the new Windows 8 Calendar?

I'm able to add multiple g-calendars from multiple accounts, but it appears that only the root calendar is synced with Windows 8's Metro Calendar app. Is there a way to sync all gmail calendars?
43
votes
5 answers

How to unlink my Documents folder from my OneDrive account?

I have recently changed the location of my Documents folder (originally located in C:\Users\TermoZour\Documents) to C:\Users\TermoZour\OneDrive\Documents so I could sync the documents folder between 2 PCs. Now I want to remove this "link", but I…
42
votes
9 answers

Windows Alternative to Rsync?

I'm trying to setup a file sync between the file server at my house and the one at my brother's so that we each have offsite backups of important data. Both systems are running Windows (XP on one, 7 on the other). I like the fact that rsync will…
Adam Haile
  • 1,076
40
votes
1 answer

How to know if Google Chrome has finished synchronizing?

I use a dual boot machine, and have setup chrome browser to sync my bookmarks, apps and other data. Now, if I boot open windows, add some bookmarks, install chrome app/extension,etc then how do I know if everything has been synchronized? Disabling…
mtk
  • 1,147
37
votes
12 answers

How can I keep folders synchronized between several machines over my home network?

Like many people I take quite a few photos, and also like quite a few people I don't back up as frequently as I should. What I'd like to be able to do is automatically synchronize my "to be backed up" folder to some of the other machines that live…
Rowland Shaw
  • 4,156
36
votes
10 answers

How to exclude node_modules directory from OneDrive synchronization?

I’m a front-end developer, and I keep my front-end projects in OneDrive. Due to how Node.js organizes dependencies, each project has a node_modules directory with tens of megabytes of tiny files which take forever to sync. What can I do to avoid…
Ivan Akulov
  • 547
  • 2
  • 5
  • 15
1
2 3
99 100