File synchronization: Difference between revisions

Content deleted Content added
BG19bot (talk | contribs)
m WP:CHECKWIKI error fix for #64. Do general fixes if a problem exists. - using AWB (10687)
m See also section somehow alphabetial
 
(48 intermediate revisions by 44 users not shown)
Line 1:
{{Short description|Process of ensuring that computer files in two or more locations are updated via certain rules}}{{More citations needed|date=February 2019}}
{{Refimprove|date=July 2009}}
'''File synchronization''' (or '''syncing''') in computing is the process of ensuring that [[computer file]]s in two or more locations are updated via certain rules.
 
In ''one-way file synchronization'', also called [[Web mirror|mirroring]], updated files are copied from a 'source' ___location to one or more 'target' locations, but no files are copied back to the source ___location. In ''two-way file synchronization'', updated files are copied in both directions, usually with the purpose of keeping the two locations identical to each other. In this article, the term synchronization refers exclusively to ''two-way file synchronization''.
 
[[File system|File]] synchronization is commonly used for home backups on external hard drives or updating for transport on [[USB flash drives]]. Bittorrent[[BitTorrent Sync]], [[Dropbox (service)|Dropbox]], and[[Skysite|SKYSITE]], [[basefolderNextcloud]], <ref>https://basefolder.wordpress.com/2014/11/07/secure-data-storage-basefolder/</ref>[[OneDrive]], [[Google Drive]] and [[iCloud]] are prominent products. Some [[backup software]] also support real-time file sync. The automatic process prevents copying already identical files and thus can be faster and save much time versus a manual copy, and is less error prone.<ref>{{cite paperweb |author=A. Tridgell |authorlinkauthor-link=Andrew Tridgell |title=Efficient algorithms for sorting and synchronization |url=httphttps://samba.org/~tridge/phd_thesis.pdf |date=February 1999 |version=PhD thesis |publisher=The Australian National University}}</ref> However this suffers from the limit that the synchronized files must physically fit in the portable storage device. Synchronization software that only keeps a list of files and the changed files eliminates this problem (e.g. the "snapshot" feature in [[Beyond Compare]] or the "package" feature in [[Synchronize It|Synchronize It!]]!). It is especially useful for mobile workers, or others that work on multiple computers.
 
It is possible to synchronize multiple locations by synchronizing them one pair at a time. The [[Unison (software)|Unison]] Manual<ref>{{cite web |url = http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-manual.html#usingmultiple |title = Unison File Synchronizer. User Manual and Reference Guide. |last = Pierce |first = Benjamin | authorlinkauthor-link=Benjamin C. Pierce |date = 2009 |accessdateaccess-date= 27 January 2014 }}</ref> describes how to do this:
: If you need to do this, the most reliable way to set things up is to organize the machines into a “star"star topology," with one machine designated as the “hub”"hub" and the rest as “spokes"spokes," and with each spoke machine synchronizing only with the hub. The big advantage of the star topology is that it eliminates the possibility of confusing “spurious"spurious conflicts”conflicts" arising from the fact that a separate archive is maintained by [[Unison (software)|Unison]] for every pair of hosts that it synchronizes.
 
==Common features==
Line 18:
* The ability to preview any changes before they are made.
* The ability to view differences in individual files.
* Backup between operating systems and transfer between network computers.<ref>{{cite web|title=Why Should You Backup Your Mac to a Windows (OS based) Computer?|url=http://www.backupitnow.com/why-should-you-back-up-your-mac-to-a-windows-os-based-computer/|publisher=Wei-Soft|accessdateaccess-date=23 November 2014|archive-date=2 December 2014|archive-url=https://web.archive.org/web/20141202010312/http://www.backupitnow.com/why-should-you-back-up-your-mac-to-a-windows-os-based-computer/|url-status=dead}}</ref>
* Ability to edit or use files on multiple computers or operating systems.
 
== Comparison to shared file access ==
{{excerpt|Shared resource|Comparison to file synchronization}}
== Possible security concerns ==
Consumer-grade file synchronization solutions are popular, however for business use, they create a concern of allowing corporate information to sprawl to unmanaged devices and cloud services which are uncontrolled by the organization.<ref>de Boer, Mario. Enterprise File Synchronization and Sharing: Thinking Through the Security Issues. 25{{Citation needed|date=October 2013. p.3</ref>2018}}
 
When using cloud services, data privacy risks can be mitigated by using a file synchronization solution that features [[end-to-end encryption]] instead of simple transport ([[HTTPS]]) or at-rest encryption.
==See also==
 
==See also==
* [[Backup software]]
* [[Comparison of file synchronization software]]
* [[Comparison of online backup services]]
* [[Data synchronization]]
* [[Data comparison]]
* [[Data synchronization]]
* [[Web mirror|Mirror (computing)]]
* [[Backup software]]
* [[List of backup software]]
* [[Remote backup service]]
* [[Shared file access]]
* [[List of backup software]]
 
== References ==
{{reflist}}
{{Computer files}}
 
{{DEFAULTSORT:File synchronization}}
[[Category:Data synchronization|* ]]
[[Category:Storage software]]
[[Category:Utility software types]]