similar to: Setting up an rsync server

Displaying 20 results from an estimated 8000 matches similar to: "Setting up an rsync server"

2002 Apr 26
1
rsync 2.5.5 - Utilizing "exclude from" in rsync.conf
I am attempting to utilize the exclude from option in my rsync configuration file (rather than maintain lists on users machines) but it does not appear to be working. One example, I placed *.mp3 in the file to keep them from syncing mp3 files to the server and jamming up space. But rsync just seems to ignore this and syncs the files anyway without any errors to the syslog. All of my
2003 Jul 05
2
@ERROR access denied
Hi All: I am new to rsync so be gentle with me. I have been able to get rsync working enough to be able to list modules but not transfer files. When I try to transfer a file from the client to the server I use the command: rsync -avz fapmenu fisdev::bak The client displays the following messages: @ERROR: access denied to bak from pgiprd.forsoft.com (192.168.2.19) rsync:
2005 Jan 06
1
How to use rsync
Hi, I am having one machine which i want to configure as a rsync server. Onthe machine I had kept the following file /etc/rsyncd.conf motd file = /etc/rsyncd.motd log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [rsync-test] path = /home/xidcit/test comment = XIDC Rsync Server uid = nobody gid = nobody read
2007 Sep 18
2
rsync daemon troubleshooting
Hi all: I tried to start a rsync daemon under my user name (not an administrator) on debian linux box(linux kernel 2.4.27), and failed. The command I used is > rsync -v -v --daemon --config=rsyncd.conf This command returns without any error although the daemon does not get started. The rsyncd.conf I used is as follows. Do I miss anything in the configuration file? Any help is appreciated.
2001 Oct 14
1
ssh->rsync->newbie
warning: rsync/sysadmin newbie question... I want to sync the web directory from my production server to my backup server (through ssh). rsync is working fine, except that it doesn't seem to authenticate my rsync user which is not a system user. If I run the command manually, sshd asks for the far end user's password. If I use that user's password, the files are rsynced to a
2002 Mar 21
2
Start Rsync Error
Hi, I have installed rsync-2.4.6 version on Linux Redhat 6.2 (Kernel-2.2.14-5.0), after installed I tried to test the rsh and run "rsh remotehost /bin/true > out .dat". But it failed the error message was "Permission denied". I checked the permission all was okay, I forgot the rsh/csh methods and replaced by RSYNC_PROXY. Finally, it failed again. I would like to know that
2011 Mar 28
2
After successfull passwordless ssh login, unable to do rsync
Hello everybody. I got a strange problem, which I hope to solve with your help. I'm doing "remote backups" using rsync in an ssh tunnel. In the last setup I realized, something is driving me crazy and I can't find *what* the problem is. I managed to successfully login via ssh in a "passwordless" way (by means of RSA-keys). After this step is done and I'm logged
2002 Jul 29
1
problems preserving permissions -
Hi All, I recently installed Rsync to perform backup features - this includes backing up a /home dir and keeping ownerships/permissions intact is obviously very important.... However when I perform. (current working path is /home) rsync -azv --progress --stats * andrew@192.168.0.2::tmp/home and on the server side of things... I have it setup like so - motd file = /etc/rsyncd.motd
2001 Nov 13
1
mirrorring mailserver
Hi to all, Im just a RSYNC newbie, i've tried to set this up and evaluate. Im trying to create a mirror of my mail server but what i observed during my test of this rsync the ownership are being changed(501) when it was downloaded to my mirror.I have the following test config with my server: mail server: rsyncd.conf(192.168.1.36): motd file = /etc/rsyncd.motd log file = /var/log/rsyncd.log
2003 Mar 02
1
rsync2.5.6 can't find system config file
I had rsync2.5.5 running fine ona RedHat Linux 8 system. I downloaded the rsync2.5.6 code and it compiled with no problems. However, operations which worked before are now failing. Here is my rsyncd.conf file uid = nobody gid = nobody # use chroot = no max connections = 4 syslog facility = local5 pid file = /var/run/rsyncd.pid motd file = /etc/rsyncd.motd [ftp] path = /var/ftp/pub
2005 Jul 14
4
@ERROR: access denied
I'm trying to set up an rsync daemon on my OS X machine to sync my remote subversion repositories. My config file /etc/rsyncd.conf looks like this: motd file = /etc/motd max connections = 25 syslog facility = local3 [repositories] comment = Subversion Repositories path = /usr/local/repositories read only = no list = yes hosts allow = 127.0.0.1 auth users = username secrets file
2003 Jan 27
1
Owner and group
Hi all, When i use rsync with on the server : motd file = /etc/rsyncd.motd log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [filieres] path = /home2 comment = Repertoire de sauvegarde des filieres read only = no hosts allow = 172.18.1.246 # vador only dont compress = *.gz *.jpg *.zip *.rpm *.tgz note : the
2004 Dec 21
1
ssh rsync problem
Hi all, I recently acquired a laptop which brings the grand total of computers at three. 1 laptop, 1 server, 1 desktop. Now the problem I want to solve is the following: Because I work on both my laptop and desktop I would like to sync data in my prj/ directory to my server. So when I logon I sync my data from to server to the computer I currently working on and when I logoff I sync the data
2002 Jul 27
1
Configuring Rsync daemon with ssh (non-root)
Hello, I am a first time user of Rsync. I am having problems configuring an Rsync server on a Solaris server on which I have *no* root previliges. I have searched the archives and the web,but none of the articles/documents have proved helpful beyond an extent. Since I cannot be root, I have installed rsync v2.5.2 from sources in $HOME/rsync. The rsync binary is in $HOME/rsync/bin My
2003 Dec 02
2
rsync 2.5.6 with ssh to a remote server
Hi, I would like to use the new interface style: rsync --rsh="ssh -l username -i key" <src> username@host::module, however I get "reset by peer" errors. Can someone give some suggestions, please? Do I need to provide a symlink to the /etc/rysncd.conf file from within the user's dir? Note, I have the groups set to same as user and the group exists. Where does
2002 Jun 27
1
rsync 2.5.5 and Mac OS X
Greetings, Has anyone successfully compiled rsync 2.5.5 under Mac OS X (not Server), and actually have it work fully? I'm in a position where I'm trying to setup an automated nightly remote backup between and Cobalt Raq4 (running a variant of Redhat Linux) and a Mac running OS X 10.1.5 with the latest development tools installed. As has been pointed out previously on the list, one has
2006 Sep 04
1
Rsync + SSH on a different port + restricted access
Hello, I'm trying to setup Rsync over SSH with openSSH running port 2222 with a remote RSA public key authentification and a restricted shell to avoid the user to browse my server via SSH, only be able to run rsync server. 1) i've built a regular rsync server over TCP/873 Worked fine, check my conf : motd file = /etc/rsyncd.motd log file = /var/log/rsyncd.log pid
2014 Nov 22
1
rsync not transferring files
Hi there, I am running rsync-3.0.6-12.el6.x86_64 on a centos 6.6 box. Am trying to get files from a remote server (centos 6.5) to my local machine. It appears to connect fine, but does not transfer any file. this is what I am seeing [youcantoo at testbox home]# rsync -avvvzh -P --stats --delete servername::backupdir/ /home/findmoore opening tcp connection to servername port 873 sending daemon
2004 Jan 28
1
rsync error using ssh : @ERROR: access denied to server.domain.com from unknown (0.0.0.0) {Scanned By MailScanner}
I use rsync to mirror several servers. I run RH7.3 My rsyncd.conf file is: motd file = /etc/rsync.d/rsync.motd log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock hosts allow = 10.1.2.200 10.1.2.201 hosts deny = 0.0.0.0/0.0.0.0 use chroot = yes max connections = 3 #syslog facility = [website] path = /var/www/website comment = Connex Live WWW
2006 May 24
3
rsync shows poor throughput vs. scp
hi all- been reading through the archives but I still can't seem to find a solution to my problem. I am using rsync to keep mirror copies of content which is being served (via http) on both the sender and receiver. The files on average are 20-50mb each, (mostly already in a compressed format... mp3, etc) and both sender and receiver pushes around 30mbps on average. the sender is a