Linux / UNIX Tech Support Forum
This is a discussion on Slackware Rsync configuration file - rsyncd.conf within the Slackware forums, part of the Linux Distribution category; helo everybody i m using slackware in my company. i have tast to backup the windows system through rsync. when ...
|
|||||||
| Slackware Discussion about Slackware Linux (the oldest distribution) related problems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
helo everybody
i m using slackware in my company. i have tast to backup the windows system through rsync. when i search the rsyncd.conf file in slackware linux box i m not geting the resyncd.conf. where m i getting the file or how to configure the file. plz help me on this topic. |
| Sponsored Links | ||
|
|
|
||||
|
You need to create rsyncd.conf file, as it is not supplied by slaceware. A sample config file - /etc/rsyncd.conf:
Code:
uid=0
gid=0
[server1]
auth users = vivek
path = /
read only = false
secrets file = /etc/rsyncd.sec
Code:
vivek:viveksPassword Code:
/usr/bin/rsync --daemon --config=/etc/rsyncd.conf Code:
rsync -e ssh -Ravzu --password-file=/etc/secret --stats --delete /var/www vivek@server2::server1 2>&1 > /var/log/rsync.log
__________________
Vivek Gite Linux Evangelist Last edited by nixcraft; 23-05-2009 at 11:54 PM. |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ATI raedon graphics card and slackware | Linux_New | Slackware | 2 | 30-10-2008 11:46 PM |
| getting errors from named.conf in rhel5 | ashu.wifi | CentOS / RHEL / Fedora | 2 | 17-09-2008 02:02 PM |
| rsync pls help | linuxmanjusha | Web servers | 1 | 23-10-2007 11:12 AM |
| Verify X.org configuration file | Yasar | Getting started tutorials | 1 | 06-09-2007 02:43 PM |
| How to add MIB's in snmpd.conf file | manish_2479 | Networking, Firewalls and Security | 0 | 10-07-2007 01:26 AM |