Global Information Lookup Global Information

Rsync information


rsync
Original author(s)Andrew Tridgell, Paul Mackerras[1]
Developer(s)Wayne Davison[2]
Initial releaseJune 19, 1996; 27 years ago (1996-06-19)[1]
Stable release
3.3.0[3] Edit this on Wikidata / 6 April 2024; 30 days ago (6 April 2024)
Repository
  • github.com/RsyncProject/rsync Edit this at Wikidata
Written inC
PlatformCross-platform
TypeData transfer, differential backup
License2007: GPL-3.0-or-later[a][4][5][6]
2007: GPL-3.0-only[b]
2007: GPL-2.0-only[c]
1996: GPL-2.0-or-later[d][7]
Websitersync.samba.org Edit this on Wikidata

rsync is a utility for transferring and synchronizing files between a computer and a storage drive and across networked computers by comparing the modification times and sizes of files.[8] It is commonly found on Unix-like operating systems and is under the GPL-3.0-or-later license.[4][5][9][10][11][12]

rsync is written in C as a single threaded application.[13] The rsync algorithm is a type of delta encoding, and is used for minimizing network usage. Zstandard, LZ4, or Zlib may be used for additional data compression,[8] and SSH or stunnel can be used for security.

rsync is typically used for synchronizing files and directories between two different systems. For example, if the command rsync local-file user@remote-host:remote-file is run, rsync will use SSH to connect as user to remote-host.[14] Once connected, it will invoke the remote host's rsync and then the two programs will determine what parts of the local file need to be transferred so that the remote file matches the local one. One application of rsync is the synchronization of software repositories on mirror sites used by package management systems.[15][16]

rsync can also operate in a daemon mode (rsyncd), serving and receiving files in the native rsync protocol (using the "rsync://" syntax).

  1. ^ a b Tridgell, Andrew (19 June 1996). "First release of rsync – rcp replacement". Newsgroup: comp.os.linux.announce. Usenet: cola-liw-835153950-21793-0@liw.clinet.fi. Archived from the original on 8 November 2011. Retrieved 19 July 2007.
  2. ^ Cite error: The named reference rsync-website was invoked but never defined (see the help page).
  3. ^ "NEWS for rsync 3.3.0 (6 Apr 2024)". 6 April 2024. Retrieved 7 April 2024.
  4. ^ a b "NEWS".
  5. ^ a b "tweaking the license text a bit more".
  6. ^ "rsync's license".
  7. ^ "rsync's license".
  8. ^ a b "rsync(1) – Linux man page". linux.die.net. Archived from the original on 1 January 2017. Retrieved 2 February 2017.
  9. ^ Sayood, Khalid (18 December 2002). Lossless compression handbook. Elsevier. ISBN 9780080510491. Retrieved 18 August 2014.
  10. ^ Web content caching and distribution: proceedings of the 8th International Workshop. Springer Science & Business Media. 2004. p. 316. ISBN 9781402022579. Retrieved 18 August 2014 – via Internet Archive. rsync widely used.
  11. ^ Rasch, David; Burns, Randal; In-Place Rsync: File Synchronization for Mobile and Wireless Devices Archived 13 April 2016 at the Wayback Machine, Department of Computer Science, Johns Hopkins University
  12. ^ Dempsey, Bert J.; Weiss, Debra (30 April 1999). "Towards an Efficient, Scalable Replication Mechanism for the I2-DSI Project". Technical Report TR-1999-01. CiteSeerX 10.1.1.95.5042.
  13. ^ "Bash - Speed up rsync with Simultaneous/Concurrent File Transfers? - Stack Overflow". Archived from the original on 6 August 2019. Retrieved 18 December 2019.
  14. ^ "Using Rsync and SSH". Troy.jdmz.net. Retrieved 18 August 2014.
  15. ^ "Using and running mirrors". GNU Project. Archived from the original on 16 April 2020. Retrieved 15 April 2020.
  16. ^ "How to create public mirrors for CentOS". CentOS wiki. Archived from the original on 1 April 2020. Retrieved 15 April 2020.


Cite error: There are <ref group=lower-alpha> tags or {{efn}} templates on this page, but the references will not show without a {{reflist|group=lower-alpha}} template or {{notelist}} template (see the help page).

and 27 Related for: Rsync information

Request time (Page generated in 0.5449 seconds.)

Rsync

Last Update:

rsync is a utility for transferring and synchronizing files between a computer and a storage drive and across networked computers by comparing the modification...

Word Count : 2590

CwRsync

Last Update:

cwRsync is an implementation of rsync for Windows. Rsync uses a file transfer technology specified by the rsync algorithm, transferring only changed chunks...

Word Count : 471

Rclone

Last Update:

relationship to rsync as:- (rclone) exists to give you rsync to things that aren't rsync. If you want to rsync to things that are rsync, use rsync. Free and...

Word Count : 4181

Grsync

Last Update:

Grsync is a graphical user interface for rsync. rsync is a differential backup and file synchronization tool widely used in Unix-like operating systems...

Word Count : 192

Andrew Tridgell

Last Update:

author of and a contributor to the Samba file server, and co-inventor of the rsync algorithm. He has analysed complex proprietary protocols and algorithms...

Word Count : 807

Secure copy protocol

Last Update:

readily fixed; they recommend the use of more modern protocols like SFTP and rsync for file transfer. As of OpenSSH version 9.0, scp client therefore uses...

Word Count : 995

Warrant canary

Last Update:

commercial use of a warrant canary was by the US cloud storage provider rsync.net, which began publishing its canary in 2006. In addition to a digital...

Word Count : 1850

Sparse file

Last Update:

is to use rsync with its own --sparse option instead of cp. Unfortunately --sparse cannot be combined with --inplace. Newer Versions of rsync do support...

Word Count : 1211

Delta encoding

Last Update:

parts of the file have changed since its previous version. For example, rsync uses a rolling checksum algorithm based on Mark Adler's adler-32 checksum...

Word Count : 1693

CiteSeerX

Last Update:

databases and metadata with other researchers, currently by Amazon S3 and by rsync. Its new modular open source architecture and software (available previously...

Word Count : 1572

Xdelta

Last Update:

maintains the program. The algorithm of xdelta1 was based on the algorithm of rsync, developed by Andrew Tridgell, though it uses a smaller block size. xdelta3...

Word Count : 174

Seedbox

Last Update:

at high speeds to a user's personal computer via the HTTP, FTP, SFTP, or rsync protocols. This allows for anonymity and, usually, removes the need to worry...

Word Count : 513

OpenBSD

Last Update:

releases and development snapshots can be downloaded by FTP, HTTP, and rsync. Prepackaged CD-ROM sets through version 6.0 can be ordered online for a...

Word Count : 7294

WebDAV

Last Update:

as a single command similar to a regular cp (copy) command in the shell. Rsync, a protocol and a command similar to scp, that can also skip rewriting identical...

Word Count : 1770

Comparison of file synchronization software

Last Update:

"vivid"". ubuntu. Retrieved 2015-09-16. "How does rsync resolve conflicts?". Retrieved 2022-08-26. Rsync doesn't try to resolve conflicts. "haiwen/seafile"...

Word Count : 806

Tz database

Last Update:

of the Olson/Zoneinfo/tz database" by Jon Udell Home page FTP rsync, at rsync://rsync.iana.org/tz/ zic(8) – Linux Administration and Privileged Commands...

Word Count : 3828

BackupPC

Last Update:

License. BackupPC supports NFS, SSH, SMB and rsync. It can back up Unix-like systems with native ssh and tar or rsync support, such as Linux, BSD, and OS X,...

Word Count : 743

Robocopy

Last Update:

output. List of file copying software Command line List of DOS commands rsync GUI SyncToy Ultracopier "April 23, 2024—KB5036980 (OS Builds 22621.3527...

Word Count : 2051

List of TCP and UDP port numbers

Last Update:

861 Yes OWAMP control (RFC 4656) 862 Yes TWAMP control (RFC 5357) 873 Yes rsync file synchronization protocol 888 Unofficial cddbp, CD DataBase (CDDB) protocol...

Word Count : 12679

Zlib

Last Update:

write the DEFLATE-compressed parts of stream formats, such as Matroska. The rsync remote file synchronizer, which uses zlib to implement optional protocol...

Word Count : 1172

Frontend and backend

Last Update:

Mercurial, or Subversion File transfer tools and protocols such as FTP or rsync Markup and web languages such as HTML, CSS, JavaScript, and ancillary libraries...

Word Count : 934

HTTP compression

Last Update:

compile-time option peerdist – Microsoft Peer Content Caching and Retrieval rsync – delta encoding in HTTP, implemented by a pair of rproxy proxies. xpress...

Word Count : 1808

TrueNAS

Last Update:

VMware. Supported networking protocols include: SMB, AFP, NFS, iSCSI, SSH, rsync and FTP/TFTP. Advanced TrueNAS features include full-disk encryption and...

Word Count : 1419

Redo Rescue

Last Update:

gnome-disk-utility gparted grsync hdparm lshw-gtk partclone partimage photorec rsync scp smartctl ssh testdisk List of data recovery software Disk cloning List...

Word Count : 199

Mirror site

Last Update:

mirror are available over IPv4 and IPv6 and accessible over HTTP, HTTPS and Rsync "Debian worldwide mirror sites". A secondary mirror site may have restrictions...

Word Count : 1352

Metalink

Last Update:

SHA-1, and SHA-256, however. Besides FTP and HTTP mirror locations and rsync, it also supports listing the P2P methods BitTorrent, ed2k, magnet link...

Word Count : 1390

Secure Shell

Last Update:

login to a remote server (for example, using OpenSSH) In combination with rsync to back up, copy and mirror files efficiently and securely For forwarding...

Word Count : 4271

PDF Search Engine © AllGlobal.net