Rsync
Installing Rsync in debian
- apt-get install rsync
Reading Package Lists... Done Building Dependency Tree... Done The following NEW packages will be installed:
rsync (2.6.4-6)
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 203kB of archives. After unpacking 373kB of additional disk space will be used. Get:1 http://mirror.ox.ac.uk » stable/main rsync 2.6.4-6 [203kB] Fetched 203kB in 0s (340kB/s) Selecting previously deselected package rsync. (Reading database ... 34227 files and directories currently installed.) Unpacking rsync (from .../rsync_2.6.4-6_i386.deb) ... Setting up rsync (2.6.4-6) ... rsync daemon not enabled in /etc/default/rsync
After installing rsync you need to enable rsync in this file /etc/default/rsync,edit this file and you need to change the line following line
RSYNC_ENABLE=false
to
RSYNC_ENABLE=true
and now you need to restart the rsync daemon using the following command
- /etc/init.d/rsync restart
[Click to add or edit comments])
Please prepend comments below including a date