Rsync - synchronizes files and directories from one location to another
From NAS-Central Buffalo - The Linkstation Wiki
(→Background) |
|||
| Line 10: | Line 10: | ||
rsyncd, the rsync protocol [[w:Daemon (computer software)|daemon]], uses the default [[w:Transmission Control Protocol|TCP]] [[w:TCP and UDP port|port]] of 873. rsync can also be used to synchronize local directories, or via a remote [[w:shell (computing)|shell]] such as [[w:RSH|RSH]] or [[w:SSH|SSH]]. In the latter case, the rsync client executable must be installed on the near as well as the far host (the computer running the remote shell daemon). There also exists a utility called rdiff<ref>[http://rdiff-backup.nongnu.org/ rdiff-backup homepage] </ref>, which can be used for incremental backups. | rsyncd, the rsync protocol [[w:Daemon (computer software)|daemon]], uses the default [[w:Transmission Control Protocol|TCP]] [[w:TCP and UDP port|port]] of 873. rsync can also be used to synchronize local directories, or via a remote [[w:shell (computing)|shell]] such as [[w:RSH|RSH]] or [[w:SSH|SSH]]. In the latter case, the rsync client executable must be installed on the near as well as the far host (the computer running the remote shell daemon). There also exists a utility called rdiff<ref>[http://rdiff-backup.nongnu.org/ rdiff-backup homepage] </ref>, which can be used for incremental backups. | ||
| - | The Mac OS X filesystem has a special version, rsyncX<ref> [http://archive.macosxlabs.org/rsyncx/rsyncx.html RsyncX] - Frontend for rsync under [[w:Mac OS X|Mac OS X]] </ref>, which allow transferring resource forks. To run rsync on Microsoft Windows, the Cygwin package is necessary<ref> [http://www.gaztronics.net/rsync.php Rsync for Windows - using Cygwin]</ref> to provide the expected system interfaces. A package combination is available that include rsync, cygwin, and an installer, making it easier and more familiar to Windows users<ref>[http://www.nasbackup.com/index.php/Main_Page NasBackup rsync Windows GUI]</ref>. | + | The Mac OS X filesystem has a special version, rsyncX<ref> [http://archive.macosxlabs.org/rsyncx/rsyncx.html RsyncX] - Frontend for rsync under [[w:Mac OS X|Mac OS X]] </ref><ref>Fixing rsync on MacOS X 10.4 (Tiger) - http://www.onthenet.com.au/~q/rsync/</ref>, which allow transferring resource forks. To run rsync on Microsoft Windows, the Cygwin package is necessary<ref> [http://www.gaztronics.net/rsync.php Rsync for Windows - using Cygwin]</ref> to provide the expected system interfaces. A package combination is available that include rsync, cygwin, and an installer, making it easier and more familiar to Windows users<ref>[http://www.nasbackup.com/index.php/Main_Page NasBackup rsync Windows GUI]</ref>. |
| + | |||
| + | There are several well written tutorials on using rsync<ref>[http://everythinglinux.org/rsync/ Tutorial: Using rsync]</ref><ref>[http://www.howtoforge.com/mirroring_with_rsync Tutorial: Mirroring with rsync]</ref><ref>[http://www.linux.com/article.pl?sid=04/09/15/1931240 Tutorial: Backing up files with rsync]</ref><ref>Tutorials (with screenshots) for setup of [http://www.exavault.com/rsync_setup_windows.shtml Rsync on Windows], [http://www.exavault.com/rsync_setup_unix_linux_bsd.shtml Rsync on Linux/Unix/BSD] and [http://www.exavault.com/rsync_setup_mac_osx.shtml Rsync on Mac OS X]</ref> | ||
| - | |||
=Installation= | =Installation= | ||
Revision as of 07:30, 20 September 2006
![]() |
Contents |
Background
rsync[1] is a free software computer program for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. An important feature of rsync not found in most similar programs/protocols is that the mirroring takes place with only one transmission in each direction.[2] [3]
rsync can copy or display directory contents and copy files, optionally using compression and recursion.
rsyncd, the rsync protocol daemon, uses the default TCP port of 873. rsync can also be used to synchronize local directories, or via a remote shell such as RSH or SSH. In the latter case, the rsync client executable must be installed on the near as well as the far host (the computer running the remote shell daemon). There also exists a utility called rdiff[4], which can be used for incremental backups.
The Mac OS X filesystem has a special version, rsyncX[5][6], which allow transferring resource forks. To run rsync on Microsoft Windows, the Cygwin package is necessary[7] to provide the expected system interfaces. A package combination is available that include rsync, cygwin, and an installer, making it easier and more familiar to Windows users[8].
There are several well written tutorials on using rsync[9][10][11][12]
Installation
Compile from source
On any distribution FreeLink or OpenLink
- Make sure you have installed the Precompiled C development environment, running on the LS first.
- Get the source, make and install.
wget http://samba.anu.edu.au/ftp/rsync/rsync-2.6.8.tar.gz gunzip rsync-2.6.8.tar.gz tar -xf rsync-2.6.8.tar cd rsync-2.6.8 ./configure make su root make install
Raw Binaries
PowerPC
From the Yahoo! Linkstation General Group [13]
wget http://ls.jcedata.net/rsync chmod a+x rsync cp rsync /usr/bin
FreeLink
Use apt-get to install rsync
apt-get install rsync
OpenLink (Ipkg)
PowerPC
- Install Ipkg on the Linkstation (for end-users) and enable the NSLU2 Feed: Ipkg Package List: PowerPC
- Install rsync
ipkg install rsync
MIPSel
Alexander Skwar has created a fairly extensive selection of Ipkg packages for the MIPSel (LS2) LinkStation, Install Ipkg and enable his feed:
- Ipkg on the Linkstation (for end-users)
- Experimental "unstable" ipk Packages for the MIPSEL Linkstation
- Install rsync
ipkg install rsync
References
- ↑ Wikipedia: rsync
- ↑ rsync homepage
- ↑ rsync algorithm
- ↑ rdiff-backup homepage
- ↑ RsyncX - Frontend for rsync under Mac OS X
- ↑ Fixing rsync on MacOS X 10.4 (Tiger) - http://www.onthenet.com.au/~q/rsync/
- ↑ Rsync for Windows - using Cygwin
- ↑ NasBackup rsync Windows GUI
- ↑ Tutorial: Using rsync
- ↑ Tutorial: Mirroring with rsync
- ↑ Tutorial: Backing up files with rsync
- ↑ Tutorials (with screenshots) for setup of Rsync on Windows, Rsync on Linux/Unix/BSD and Rsync on Mac OS X
- ↑ From the Yahoo! Linkstation General Group: rsync binaries anyone / SSH without password as root INTO LinkStation
| This article is currently a stub. You can help this Wiki by expanding it . This template will categorize articles that include it into Category:Stubs. |


