FSync is an easy to use tool to sync files between multiple machines efficiently. It is especially useful for syncing large files which only have small differences between them. It syncs two files by first calculating in what parts the files are different and in what parts they are same. Then it sends only the parts where the files differ over the network to sync the files. So the data transferred over the network
FSync is an easy to use tool to sync files between multiple machines efficiently. It is especially useful for syncing large files which only have small differences between them. It syncs two files by first calculating in what parts the files are different and in what parts they are same. Then it sends only the parts where the files differ over the network to sync the files. So the data transferred over the network
is proportional to differences in the files rather than the size of the file.
is proportional to differences in the files rather than the size of the file.
So if you have a set of files that you want to be replicated between multiple machines and want any change made to these files to be reflected on all the other machines then FSync is a very handy tool for that.
So if you have a set of files that you want to be replicated between multiple machines and want any change made to these files to be reflected on all the other machines then FSync is a very handy tool for that.
You can either sync up (upload local files to the server and other machines) or sync down download files from the server to the local machine. Other than these manual sync functions you can also turn on the auto sync feature which will sync up the files to the server and other machines after every N seconds (application will ask the value of N when turning on auto sync).
You can either sync up (upload local files to the server and other machines) or sync down (download files from the server to the local machine). Other than these manual sync functions you can also turn on the auto sync feature which will sync up the files to the server and other machines after every N seconds (application will ask the value of N when turning on auto sync).