similar to: Rsync Directories

Displaying 20 results from an estimated 70000 matches similar to: "Rsync Directories"

2007 Nov 12
2
rsync as daemon doesnt use secrets file but sshd
Hi all! I have a problem configuring rsync as daemon: This is my rsync.conf: log file = /var/log/rsync.log list = yes uid = nobody gid = nobody secrets file = /etc/rsyncd.secrets [section] comment = Great stuff from remote.acme.com path = /home/repos auth users = marco hosts allow = * hosts deny = * This is my /etc/rsyncd.secrets marco:marco This is the secrets file permission: [root@server
2008 Feb 16
3
rsync: connection unexpectedly closed (0 bytes received so far) [receiver]
Hi all: I am trying to transfer a file from a machine A to a machine B. I ran a rsync deamon on machine B at a given port. Because there is a firewall between these two machines, I opened the port on the firewall. Is this enough to get rsync work through firewall? When I tried the transfer, I got the following error messages. my command: rsync -a --copy-links localfile rsync:://me@<my
2010 Aug 07
6
ext4?
Listee's... I have a 5.5 box and I have formatted a partition as ext4 however I can't mount it, the mount command is telling me its an unknown file system type. fsck tells me the partition is a clean ext4 partition but I can't mount it. Some reasearch has lead me to believe the problem is that ext4 isn't enabled in the kernel by default in 5.5 (this was originally a 5.2 box that
2012 Sep 14
1
rsync in daemon mode, no lock file generated
We are running rsync in daemon mode (::) (two colons), and in /etc.rsyncd.conf there is a lock file specified: log file = /var/adm/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock But I do not see the lock file....... -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 02
6
Lost root access
So on a virtual server the root password was no longer working (as in I couldn't ssh in anymore). Only I and one other know it and neither of us have changed it. No other account had the correct privileges to correct this so I'm wondering, if I had mounted that vdi as a secondary device on another VM, browsed the file system and delete /etc/shadow would this have wiped all users passwords
2002 Mar 12
2
Need help getting rsync working...
I have so far been unable to get rsync to work properly in a test setup. Does anyone have any ideas? Both PCs are running RedHat 7.2. The Server: IP Address 192.168.0.202 Server Name: RH72TB hosts.allow ALL: 192.168.0.201 rsyncd.conf: [testmodule] path = /tmp The Client: IP Address 192.168.0.201 hosts file: 192.168.0.202 RH72TB I have run "rsync --daemon" on the server.
2011 Feb 21
2
Basic Bash Script Question
I'm stuck trying to work this one out and my Google skills are apparently lacking today. This is a test bash script; #!/bin/bash do something | tee a.log if [ $? -ne 0]; then echo broken fi The problem with this script is $? contains the exit value of the tee command, but I want to check the exit value of whatever command I put in place of 'do something'. How can I achieve this
2004 May 02
1
ssh+rsync to Windows
After doing a lot of reading and search this lists' archieve I'm stuck! I'm trying to run a seemingly simply rsync from my RH9 box to an XP desktop. I have rsync 2.5.7 on the RH9 and rsync 2.6.0 on XP with Cygwin. ssh is working using key authentication. Anonymous rsync to XP works from RH9. I'm trying to get the rsync to run over ssh. Here's what I've tried.
2002 Aug 27
5
rsync: push_dir TESTDIR: No such file or directory
Hi all. I'm getting the following error when using rsync: nice -n 20 rsync -e "ssh -p30000" --recursive --verbose --verbose --checksum --times --modify-window 2 --port=31000 --dry-run /cygdrive/f/bkp/Doc/Builds/Buildsheets/ MYUSERNAME@MY.SERV.ER.IP:TESTDIR opening connection using ssh -p30000 -l MYUSERNAME MY.SERV.ER.IP rsync --server -vvntrc --modify-window=2 . TESTDIR
2001 Nov 20
2
rsync server over SSH [includes code patches]
Hi Folks -- I've recently had the need to add a piece of functionality to rsync that allows one to run 'rsync --daemon' (rsync in "rsync server" mode) over SSH. My main goal was to be able to use some of the features from rsyncd.conf(5) (notably modules) while still using SSH for authentication and network transport. Background: I wanted to have the capability of setting
2002 Jul 20
0
[PATCH] (Resubmission) Enable push to remote rsynced server using rsync:// URL
Hello, Recently I noticed a disparity in the use of HOST::MODULE and rsync://HOST/MODULE syntax by rsync. HOST::MODULE can be used to both pull from and push to a remote rsyncd server, but rsync://HOST/MODULE can only be used to pull from a remote rsyncd server. The attached patch resolves this issue by also allowing a rsync:// URL to be used to push files to a remote rsyncd server. Testing:
2006 Apr 19
1
Logging rsync transfers
Hello I run rsync on a server and I backup our office PCs to it using cwRsync on Windows PCs. The command I use to backup these PCs is: rsync -vbalz --stats --backup-dir=/yesterday_backups/ --exclude-from="exclude_list.txt" --files-from="include_list.txt" --rsh="ssh" . username@mydomain.com:/path/to/folder On the server, I have the rsync service started at
2011 Apr 06
2
File-system Corruption
Hi List, I suppose this isn't strictly CentOS but I'm talking about some 5.5 servers so I thought someone else here may have had the same issues; We power on servers at night via IPMI and shut them down the same way for automation. The problem I'm facing is that the servers are shutdown in about 2 seconds. IPMI provides remote access to the power features as we know so I don't
2011 Feb 03
3
User Details
I have some questions on how I can perform the following actions from the terminal in CentOS 5.5 final. My Google searches aren't helping and I keep seeing references to the command 'useradd' but this isn't present on my box; -How to add a new user? $ useradd -bash: useradd: command not found (This is the same for my normal user and when logged in as root) -How to set/change an
2006 Jul 19
1
Cwrsync ... mkdir permission denied
Hi, I have a little problem with Cwrsync. I don't know if one of you has already use it but I don't understand why rsync can't create directories. The next error is dislpayed : "rsync: recv_generator: mkdir "/*****" <in *****> failed: Permission denied <13>" I use a remote rsync server launched with rsync --daemon. I created a module pointing to the
2005 Sep 13
2
rsync asking for user authentication even with no "auth users"
Hi all, My rsync server was working fine and dandy with only the "hosts allow" method of authentication until my hosting company switched servers. Now after changing my config to reflect the new IP and running rsync mydomain:myrepository/ from the server, rsync asks for authentication for my remote username. Even with this simple config: log file = /var/log/rsyncd.log pid file =
2010 Jul 12
4
occasional glitching when playing
Hello list I'm running Icecast 2.3.2. Every few seconds, streams are interrupted by a noticeable glitching or popping sound. It sounds like it's being caused by a buffering or latency problem but I'm not sure how to fix it. If the listener re-connects to the stream it stops the glitching for a few minutes, but eventually it returns. Glitching is also appearing in the dumpfiles
2010 Apr 14
1
General Server Hardware Question
Hey List, How do people measure how many listeners they can have on a single NIC card? A 1Gig Ethernet NIC card maybe able in terms of bandwidth to serve 31,250 listeners at 32Kbps (not including overheads etc, just a flat calculation) but there is no way the NIC card its self could handle 31k concurrent connections to 31k different IPs on 31K ports? (Obviously the OS comes into play here a bit
2005 May 19
2
Mysterious (bogus?) rsync(d) errors -- (code 23) at main.c(1045)
Folks, (1) Please pardon me if this is something stupid, but I've googled like mad and not figured it out (the other reports of this error don't seem to apply to me) (2) I would be thrilled to hire an rsync expert to troubleshoot this for me, so offer if you are one. The setup: I have 2 identical RHAS3u4 servers, running linux 2.6.10. On a nightly basis, we are rsyncing all of the
2004 May 18
1
error in rsync protocol data stream
I am doing this to rsync a file: rsync -avz /usr/local/websphere/appserver/hosts/default_host/jsp/servers/includes/file1 .txt backup.domain.com:jspfsp >> /var/log/rsync_backup.log I get these error: @ERROR: chroot failed rsync: connection unexpectedly closed (34 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(165) I am rsyncing several folders