Displaying 20 results from an estimated 4000 matches similar to: "restrict access for rsync"
2006 May 09
4
Upgrade from 2.3.1 to 2.6.6 fail
Hi all,
I upgrade my rsync from 2.3.1 to 2.6.6 today in the client host, everything
seems not working after the migration.
I didn't touch the rsync server.
Herewith is the log from my rsync server. I looks like something related to
IPV6, anyone has any idea?
Rsync Server : RHEL4 with rsync 2.6.3 deamon running
Rsync Client (merlin) : Solaris 8 with rsync 2.6.6
2006/05/09 16:18:40 [5332]
2005 Jun 30
2
rsync .gz files?
I've run across a situation where I have a directory of .gz files. I do
want to rsync this directory.
I've tried without the --compress (because they are already compressed) but
the files never get rsynced.
Interactively, I get the following error:
:rsync error: some files could not be transferred (code 23) at main.c(1045)
In the /etc/rsyncd.log, for each of the files, I get:
2004 Feb 24
2
ssh and rsyncd.conf
I am able to perform the following line
rsync -rsh="/usr/bin/ssh" filename host:/dir/filename
But I am not able to perform this
rsync -rsh="/usr/bin/ssh" filename host:module_name
where rsyncd.conf contains the following
pid file = /var/run/rsyncd.pid
log file = /var/log/rsyncd.log
read only = false
[module_name]
path = /home/test
comment =
2004 Sep 10
4
question about using rsync with inetd
Hello,
we would like to use rsync (2.6.2 manualy patched and recompiled) in daemon
mode spawned by inetd (Solaris 5.8 Environment).
/etc/services:
rsync 1234/tcp #RSYNC daemon
/etc/inet/inetd.conf:
rsync stream tcp nowait publish /usr/bin/rsync rsyncd --daemon --port 1234 .
Alas, this does not seem to work, there is the following error message in
the log file:
2004 Dec 06
3
rsync: a bit of confusion
Hi,
This is the first time I have setup rsync.conf like,
max connections = 20
syslog facility = local3
read only = true
hosts allow = 192.168.10.10
[qmail-control]
comment = qmail-control
path = /var/qmail/control
read only = yes
list = yes
uid = root
gid = root
Then from 192.168.10.10, I tried,
rsync -avz -e ssh
2008 Feb 08
10
Rsync 2.6.9 does not skip any files based on modification time
Hi
I am trying to rsync some ghost images from a windows client running Windows
XP to my Linux server. The problem is that rsync sends the complete files
again even if nothing changed on the client side. The only way to avoid this
is to use the "-c"-option but this takes nearly as long as uploading the
files would.
The server is running rsync-2.6.9, /etc/rsyncd.conf looks as follows.
2008 Sep 10
2
log format '%P' only logs '/' when use chroot = true
The subject says it all :-)
Apparently in pre-3.0.0 versions '%P' would log the actual path as
specified in the module entry in rsyncd.conf, but now it's apparently
relative to the chroot...
Paul Slootman
2008 Mar 13
7
Suggestions for basic rsync configuration
Hello,
I am very new to rsync and am wanting to have it back up more than 4 remote
linux servers via ftp. I want to write a script that will open up a ftp
connection using "ftp://username:password@ftp.server.com" with a server,
then mount the drive containing the backups, copy the data that is new,
unmount the drive, close the connection and move onto the next server until
every server
2005 Feb 07
1
rsyncd.conf is not created although successful installation of rsync on debian but
Hi All,
I have installed rysnc-2.6.3 on my debian linux (
2.2.20-idepci #1 Sat Apr 20 12:45:19 EST 2002 i686).
While configuration it was
successful and i installed it without any error.
Now, in default installation it should create
rsyncd.conf as detault configuration file.. but it has
not been created anywhere in system.
root@jike:/tmp/temp/rsync-2.6.3# which rsync
/usr/local/bin/rsync
In
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
2008 Apr 07
1
newbie: rsync 2.6.x problems Cygwin client --> RedHat server
On Mon 07 Apr 2008, S.A. Birl wrote:
>
> Server is running rsync 2.6.1 on RH
> Client is running rsync 2.6.3 on Cygwin (Win2003)
>
> When I connect client to server, I get kicked out after SSH
> authentication. I can manually ssh into the server with no problems.
Is the server running an rsync daemon? If so, why the ssh?
Paul Slootman
2005 Aug 25
1
unable to open configuration file rsyncd.conf
Hello,
Rsync is working great for me right now, using version 2.6.5 on two
Solaris 9 V100 servers. Box A is the source and box B is the destination,
and also box B is my rsync server box. Box A is a rsync client. Yesterdar
from Box B I pulled 250 meg just fine from box A with rsync.
Today from the client I want to just copy over to the server what files
have changed today.
So my command
2005 Apr 25
3
rsyncd server daemon not allowing connections
Gang, I've read the manual(s), surfed google, spent about 5 hours on this,
to no avail....
I'm trying to run rsync in server mode and it appears to start normally,
but it refuses all connections (refuses connection when I tried telnetting
in on localhost 873!).
I've turned off all firewalls on this server (do I dare tell you guys
that?...), which is fine: it is on a local network.
I
2016 Jun 28
2
--partial not working?
On Fri 24 Jun 2016, Kevin Korb wrote:
> Again, --partial only means don't delete the incomplete file if rsync is
> aborted. Normally rsync will delete the incomplete file so you don't
> have bogus files laying around.
>
> When you rsync to or from a network mount to rsync that is a local copy.
> To use rsync over the network either your source or your target would
2005 May 30
1
rsync and cron : connection unexpectedly closed
Hello,
I use rsync with the following command
#/usr/bin/rsync -ta rsync.server.domain::dir/* /destination
from the command prompt without any problem but if I use the same rsync
command from cron I get the following error
daemon.warn: May 30 15:18:42 rsyncd[24703]: rsync: connection unexpectedly
closed (0 bytes received so far) [receiver]
daemon.warn: May 30 15:18:42 rsyncd[24703]: rsync
2003 Mar 10
1
BUG: logging on the wrong side with 2.5.6
I have upgraded an rsyncd Server to 2.5.6.
When I upload files using
rsync -rv --stats --progress /bla/content/ webmaster@webserver::bla
I noticed that the client was relative quite while lots of lines listing
directory names are or deleting files show up in the rsyncd log:
2003/03/07 12:21:08 [7445] deleting directory 2002/blas/bla8
2003/03/07 12:21:08 [7445] deleting
2006 Nov 20
1
Can't Start Rsync
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I run |#rsync --daemon and get this in /var/log/messages|
#skywalker rsyncd[5522]: unable to bind any inbound sockets on port 873
#Nov 20 17:30:20 myserver rsyncd[5522]: rsync error: error in socket
IO (code 10) at socket.c(482) [receiver=2.6.8]
I run it on FreeBSD 6.1. Does anyone know what does the problem relate to?
-----BEGIN PGP SIGNATURE-----
2008 Jan 09
2
module name check
Hi All
I tried to find out in the man page about what is the valid character we
can use in module name in rsyncd.conf but failed. Anyone knows?
Anyway, here is a bug.
I defines a module with abc/def as name.
$ rsync lab11-101::
abc/def
this one show the module name, but when i try to use it.
$ rsync vpn lab11-101::abc/def
@ERROR: Unknown module 'abc'
rsync error: error
2008 Apr 11
1
rsync to copy files remoteserver
Hello every one,
for the first i am trying to use rsync to copy files from remote server to
local machine.
i am using the rsync version 3.0.1 protocol version 30 on local machine.
remote server is using rsync version 2.6.3 protocol version 28.
i read on web that to copy files from remote server we need to update
username&password in the file
secrets file = /etc/rsyncd.scrt ,but this
2013 Apr 22
4
[Bug 9823] New: Permission denied as root when no read for other
https://bugzilla.samba.org/show_bug.cgi?id=9823
Summary: Permission denied as root when no read for other
Product: rsync
Version: 3.0.6
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: list.4.gehlen at