翻訳と辞書
Words near each other
・ CVS (enzyme)
・ CVS Business Rates
・ CVS Charity Classic
・ CVS Ferrari
・ CVS Health
・ CVS Health Charity Classic
・ CVS Lookbook
・ CVS Pharmacy
・ Cvs.
・ CVS/pharmacy LPGA Challenge
・ CVSL
・ CVSNT
・ CVSR College of Engineering
・ CVSS
・ CvSU-College of Arts and Sciences
CVSup
・ CVT
・ CVT M-200
・ CVT M-300
・ CVT1 Zigolo
・ CVT16
・ CVT2 Veltro
・ CVT4 Strale
・ CVTCS
・ CVU
・ CVUSD
・ CVV
・ CVV 1 Pinguino
・ CVV 2 Asiago
・ CVV 3 Arcore


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

CVSup : ウィキペディア英語版
CVSup

CVSup is a computer program written for Unix/Linux based systems that synchronizes files and directories from one location to another while minimizing data transfer using file-type specific delta encoding when appropriate. CVSup was designed for keeping source code repositories - such as CVS - synchronized, but has been extended to support synchronizing any type of file.
In some manners, CVSup operates similarly to the rsync program, with some notable differences. CVSup attempts to balance data transfer in each direction, rather than most of the data being transferred from the server to the client. It attempts to balance CPU and disk utilization server to the client. It also uses delta algorithms specific to the file being synchronized. For example, files within a CVS repository extend and grow in a particular way. CVSup, when it recognizes a CVS file, will adapt its algorithm to take advantage of this and reduce the amount of data transferred. Many other types of files have specific support, and a generic algorithm is used where no specific support exists. CVSup will only 'pull' data from the remote server.
CVSup can use the ".zlib" compression package to compress all transferred data. CVSup, written in the Modula-3 programming language, was conceived and developed by John Polstra.
== See also ==

* rsync

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「CVSup」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.