This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed. Find sources: "File synchronization" – news ·newspapers ·books ·scholar ·JSTOR(February 2019) (Learn how and when to remove this message) |
File synchronization (orsyncing) in computing is the process of ensuring thatcomputer files in two or more locations are updated via certain rules.
Inone-way file synchronization, also calledmirroring, updated files are copied from a source location to one or more target locations, but no files are copied back to the source location. Intwo-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 synchronization is commonly used for home backups on external hard drives or updating for transport onUSB flash drives.BitTorrent Sync,Dropbox,SKYSITE,Nextcloud,OneDrive,Google Drive andiCloud are prominent products. Somebackup 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.[1] 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 inBeyond Compare or the "package" feature inSynchronize 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. TheUnison Manual[2] describes how to do this:
Common features of file synchronization systems include:[citation needed]
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.[citation needed]
When using cloud services, data privacy risks can be mitigated by using a file synchronization solution that featuresend-to-end encryption instead of simple transport (HTTPS) or at-rest encryption.