Down the following packages from
http://www.sunfreeware.com/indexsparc10.html
rsync-3.0.7-sol10-sparc-local.gz
Dependencies
popt-1.14-sol10-sparc-local.gz
libiconv-1.13.1-sol10-sparc-local.gz
libgcc-3.4.6-sol10-sparc-local.gz
libintl-3.4.0-sol10-sparc-local.gz
Install the packages using
Pkgadd -d
To check the packages installed
pkginfo -l SMCliconv
pkginfo -l SMCrsync
To remove packages
pkgrm SMCrsync
once the packages are installed
Create a rsyncd.conf and rsync.passwd file in /etc
Start the rsync daemon
http://www.sunfreeware.com/indexsparc10.html
rsync-3.0.7-sol10-sparc-local.gz
Dependencies
popt-1.14-sol10-sparc-local.gz
libiconv-1.13.1-sol10-sparc-local.gz
libgcc-3.4.6-sol10-sparc-local.gz
libintl-3.4.0-sol10-sparc-local.gz
Install the packages using
Pkgadd -d
To check the packages installed
pkginfo -l SMCliconv
pkginfo -l SMCrsync
To remove packages
pkgrm SMCrsync
once the packages are installed
Create a rsyncd.conf and rsync.passwd file in /etc
01 | #rsyncd.conf |
02 |
03 | gid = users |
04 | read only = true |
05 | use chroot = true |
06 | transfer logging = true |
07 | log format = %h %o %f %l %b |
08 | log file = /var/log/rsyncd.log |
09 | hosts allow = 10.2.0.0/24 |
10 | auth users = root,suroot |
11 | motd file = /etc/rsyncd.motd |
12 | secrets file = /etc/rsyncd.secrets |
13 |
14 | [control] |
15 | path = /opt/sysman/control |
16 | comment = sysman control |
17 | read only = false |
18 | uid = 0 |
19 | gid = 0 |
20 |
21 | |
| #rsync.passwd |
| sync |
| # rsync --daemon | | | | | |
No comments:
Post a Comment