search for: rsync1

Displaying 10 results from an estimated 10 matches for "rsync1".

Did you mean: rsync
2003 Aug 22
1
rsync daemon and secrets file
...run an rsync daemon with a secrets file specified in a module - the rsync.conf manpage does not spell it out clearly enough. Rsync server is rsync-2.5.6. If this is my /etc/rsyncd.conf file: ------------------------------------ log file = /var/log/rsync uid = root gid = root [test] uid = rsync1 gid = rsync1 path = /rsync_test comment = Rsync Test - Comment [test-secret] comment = Testing Secret Stuff path = /rsync_test_secret secrets file = /etc/rsync.secrets auth users = joe And this is the /etc/rsyncd.secrets file: --------------...
2006 Jul 16
1
Connection refuse to rsync
...sync to share data between two remote sites. We are using rsync after configuration of the rsync.conf file. I created a module in the file with the relevant entries and permissions. The problem is that I get "connection refused ", when I try to run rsync in the following way: root@rsync1-mpg:/root# rsync ptsinf01.pt.intel.com:: rsync: failed to connect to ptsinf01.pt.intel.com: Connection refused rsync error: error in socket IO (code 10) at clientserver.c(93) When I use only ":" I don't have problems: root@rsync1-mpg:/root# rsync ptsinf01.pt.intel.com: root...
2003 Jul 23
1
SIGCHLD SIG_IGN, then wait - warning messages
...client with this command: rsync -avv my.server.com::test/one /tmp/rsync_test I also produced the same error by using the same command from an rsync-2.5.6 protocol version 26 client. Here is my /etc/rsyncd.conf file: ----------------------------- log file = /var/log/rsync [test] uid = rsync1 gid = rsync1 path = /rsync_test comment = Rsync Test - Comment ----------------------------- Quoting one of the bug messages, "These messages are a warning that rsync is not standard...
2007 Nov 14
2
rsync problem
I have a simple script that sends one file to two locations on the same destination server. Here's the code: DEST="remotehost" SRC="/home/boss/application.conf" DST1="/home/user1/application.conf" DST2="/home/user2/application.conf" RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1` RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2` This runs every 5 minutes. What I'm seeing is the first location occasionally gets a *partial* file, but the second location never has a problem. There does not appear to be any obvious correlation to why this w...
2007 Mar 29
1
Feature request
Hello, My rsync version is 2.6.9 protocol version 29 for linux. I recently noticed strange behavior of rsync that is not fatal but is rather annoying. During transfer if a symlink representing a directory exists on receiver, but is not created by rsync, rsync replaces that symlink with a normal directory. This is by default. To prevent this I should specify -K argument on sender. But I
2007 Dec 19
1
multiple rsyncd daemons: init script
Hi all, I want to run 2 rsync daemons on my system. Each has its own configuration file, and they are listening on a specific port. These 2 daemons are running perfectly but getting them started by 2 init scripts is a bit more difficult. The problem is that when stopping rsync you check the pid of rsync, which results in both pids of the daemons. Off course i want the script to be very
2004 Jan 05
0
@ERROR: auth failed on module user1_dir
...g pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock uid = rsync gid = users [user1_dir] path = /home/rsync comment = user1 test bibliotek read only = false auth users = user1 secrets file = /etc/rsyncd.secrets [user2_dir] path = /home/rsync1 comment = user2 test bibliotek read only = false auth users = user2 secrets file = /etc/rsyncd.secrets -------end------------ ---etc/rsyncd.secrets--- user1:u1 user2:u2 -------end------------ to connect from Cygwin do I Use: $ rsync . websafe.jonem.net::user2_di...
2002 Jun 23
2
Rsync ssh script execution fails under cron?
I've spent more than a day trying to write a script to backup my remote server to a local machine using ssh. The script works perfectly when I execute it directly (and I've gotten a number of variations to work okay), but I can't get cron to successfully execute it. There is no result output, so it seems cron is hanging on something, but I don't know what. I'm running it as
2006 Mar 31
3
DO NOT REPLY [Bug 3649] New: buffer overflow in receive_file_entry
...king server timestamp ... But this problems seems solved by changing my timeout settings. Now, while I was experimenting with rsync options, trying to solve this problem this morning I ran into some extreme rsync behaviour that might be interesting to you developers: Gentoo-Users: You've hit rsync1.at.gentoo.org/81.223.20.162 receiving file list ... overflow: flags=0x65 l1=0 l2=1308622849 lastname=media-libs/a52dec ERROR: buffer overflow in receive_file_entry rsync error: error allocating core memory buffers (code 22) at util.c(121) >>> retry ... >>> Starting retry 2 of...
2010 Aug 13
26
DO NOT REPLY [Bug 7618] New: symlinks and --link-dest
https://bugzilla.samba.org/show_bug.cgi?id=7618 Summary: symlinks and --link-dest Product: rsync Version: 3.0.7 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: the_majkl at seznam.cz QAContact: