Displaying 20 results from an estimated 100000 matches similar to: "no files are transferred?"
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
2014 Nov 26
0
rsync not transferring files [SOLVED]
Something is not right as I have added files to the server that has
never shown up on my backup machine - so everything is NOT being update
by any means. I finally removed rsync - version
rsync-3.0.6-12.el6.x86_64 and installed the same version that is on my
server which is rsync-3.1.1-1.el6.rfx.x86_64
Now everything is working as expected. Perhaps there is something
between the two different
2004 Nov 11
0
[Bug 2024] New: --delete erase files on receiving side that EXIST on sending side
https://bugzilla.samba.org/show_bug.cgi?id=2024
Summary: --delete erase files on receiving side that EXIST on
sending side
Product: rsync
Version: 2.6.2
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2014 Nov 24
1
rsync not transferring files
I really want to thank you for taking time to help me with this.
I have changed the rsyncd.conf as per you suggestion below.
I have several different systems that sync to the server and today they
were showing this
Number of files: 25832
Number of files transferred: 78
Total file size: 49441191919 bytes
Total transferred file size: 37421120 bytes
Literal data: 36955331 bytes
Matched data:
2008 Nov 18
2
Rsync, what are the max transfer limitations ?
What is the maximum transfer rate allowed for rsync? I mean the limitations?
I can't get more than 50Mbit speed in my gigabit lan, with rsync
server or with ssh. ftp transfers reach >400Mbit , so it is not a lan
or nic problem.
Maybe it has something to do with my cpu limitations? or the
limitations for rsync is the 50Mb/s?
Here is my rsyncd.conf if it helps
> # by gourgi
> max
2001 Nov 20
3
modules madness / ssh regardless of daemon
I just installed rsync on two machines, I think I'm a complete moron,
and I need a clue bat.
The remote machine's /etc/rsyncd.conf (just for testing):
use chroot = no
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock
[auth]
path = /var/www/auth
comment = apache authentication files.
read only = yes
Then for a test, I fired up
2001 Sep 18
1
rsync 246 P24, Sol2.8 - transfer interrupted (code 1)?
Hi
I'm a new rsync user. I have two systems, A and B both with rsync
installed. I've setup rsync in daemon mode on system B and want to rsync
a directory /projects/sw/lib/ from system A to system B. My rsyncd.conf
file on system B looks like this:
[swlibrary]
path = /projects/sw
comment = Master Libraries
If I execute on system A:
rsync systemB::
I can see the
2003 Aug 07
0
FW: questions about "connection refused"
Dear all:
In fact, even I add the user in the command, the rsync`s error is
still appearing:
>./bin/rsync -avz tong@192.168.1.30:/BGI/UCSC-mirror/bin/rsync-2.5.4/man
./backup-3000/
rshd: 0826-813 Permission is denied.
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at io.c(151)
another try:
>./bin/rsync -avz
2003 Mar 22
0
Where did the files go?
Hi All,
I am a newb to Rsync and I have a question. I am trying to back up our
main server to a remote server. I have rsyncd.conf on the remote
computer. I ran this command from the remote computer and it looked
great the whole 2 seconds it took to run....it said it completed but
now....I cant find any of the files on the remote server.
Here is my rsyncd.conf
#Global Options
#
motd file =
2002 Aug 03
1
Rsync from windows to unix
Hi,
I'm trying to use rsync from Windows to Unix.
I've followed the directions on :
http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html
I can see ssh running on the windows machine, because
I tested it using telnet localhost 22 and I can see
the result "SSH-2.0-OpenSSH_3.4p1".
But when I try
"$ rsync -avz -e ssh user@windowsserver::/rsync/* ."
from the Linux
2003 Aug 07
1
questions about "connection refused"
Dear all:
I installed the rsync 2.5.4 in my two machine (192.168.1.30 and
192.168.1.120, both are AIX OS) to backup data each other. The
software`s installation is ok, and I can copy local files. But when I
try to backup data between two machines, there reports some errors:
>./bin/rsync -avz 192.168.1.30::web ./backup-3000/
rsync: failed to connect to 192.168.1.30: Connection refused
2010 Feb 17
2
rsync'ing a directory with nothing but symlinks
Hi all. This looks like a common question. I want to backup a dir, in
which i put some symlinks, so it looks like
machinegun:/tmp/daily_backup # ls -la
total 8
drwxr-xr-x 2 root root 4096 2010-02-17 17:41 .
drwxrwxrwt 19 root root 4096 2010-02-17 17:30 ..
lrwxrwxrwx 1 root root 16 2010-02-17 17:41 cgi-bin -> /srv/www/cgi-bin
lrwxrwxrwx 1 root root 4 2010-02-17 17:17 etc -> /etc
2003 Oct 24
1
Bad transfer
I'm using a server (named foo) there uses qmail MTA.
I.e, I've in /home directory :
drwx------ user1 bar 4096 Oct 6 00:00 user1
and, under this folder, some files with 700 rights.
When I'll request from another machine with a rsync client machine, just I
receive the folders of user1, but empty...
My rsyncd.conf in //foo/etc :
[foo_home]
comment = rsync on //foo
2015 Jul 27
8
[Bug 11414] New: rsync: chgrp "/.filename.5afK5X" (in dirdir) failed: Operation not permitted (1)
https://bugzilla.samba.org/show_bug.cgi?id=11414
Bug ID: 11414
Summary: rsync: chgrp "/.filename.5afK5X" (in dirdir) failed:
Operation not permitted (1)
Product: rsync
Version: 3.1.1
Hardware: x64
OS: Linux
Status: NEW
Severity: normal
Priority: P5
2005 Jul 10
1
destination directory problems
I am having a problem getting my files backed up to
the location I want
to from a WinXP client going to a Debian rsync server.
The following is sending asm/ to /home/robert/backup
folder.
rsync -avz /cygdrive/d/asm
robert@192.168.1.102:backup/
My understanding of the rsync man page is that this is
supposed to send
asm/ to what the path that is defined in rsyncd.conf,
mine is defined
as /backup.
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
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
2002 Jun 27
0
rsync digest, Vol 1 #778 - 11 msgs
I haven't gotten it to work successfully, I'm still struggling with the
same setgroups error that you are. However, I can tell you what I have
tried. So far I have rsync configured to run in --daemon mode using the
command: sudo rsync --daemon I can prompt it for a list of modules, but
when I go to copy a module, I get the error @ERROR: setgroups failed.
I can copy locally, from one HD to
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:
2003 Feb 24
2
Rsync between HPUX11.11 and Redhat7.3
Hi,
If anyone has an Idea on how to solve the following problem
it would be greatly appreciated :).
The scenario is as follows:
Im running an rsync server on Redhat7.3. The rsync server
configuration file looks as follows:
#### rsyncd.conf
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsyncd.lock
max connections = 5
use chroot = true
list = true