Displaying 20 results from an estimated 1300 matches similar to: "2 errors when running rsync"
2010 Mar 18
2
Rsync behaviour on harddisc crash
I was just pondering:
Lets look at Server A with one extra harddisc hdb, where hdb1 is mounted at /mnt/folder.
/mnt/folder is the folder which should be mirrored on Server B.
So Server B rsyncs
rsynch -a -delete server::folder /folder
from Server A and gets all the new files and deletes all the files, which doesn't exist on Server A's /mnt/folder anymore.
What would happen,
2017 Sep 21
1
Public mirror synchronization failing
Hello,
Our CentOS public mirror synchronization is failing since yesterday,
with the log files showing the following "Permission denied" messages.
It seems that my server is not able to access some of the files; any
leads on to how to resolve it?
rsync: send_files failed to open
"/7.4.1708/atomic/x86_64/repo/tmp/tmp.3PYmPD" (in centos): Permission
denied (13)
rsync:
2003 Jan 23
2
send_files failed to open filename ...
Hi everybody,
I'm mirroring some websites with rsync (daemon on the source), and I
noticed in the destination host some error messages 'send_files failed
to open filenames',
Actually, the concerned files are deleted on the source host, but I
would like to ask :
* why does rsync say these (in which phase) ?
* is these messages harmful or not ?
Here below my rsync command and some
2010 Oct 30
1
osx remote backup wrong permissions
Hi All,
I'm trying a remote backup for the first time. It is between two laptops, I installed rsync 3.0.7 on both compiled
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
patch -p1 <patches/crtimes-64bit.diff
patch -p1 <patches/crtimes-hfs+.dif
f
patch -p1 <patches/hfs_compression.diff
./configure
make
this all works perfectly for local backups, clones
2018 Dec 30
2
--partial does not "unhide" the files
Hi,
I used --partial to transfer files from my local computer (rsync 3.1.2,
Debian) to a remote computer (rsync 3.1.1 WD MyPassport Storage device)
The files get transferred, but after successful transfer, the files
are not renamed from .<tmpfile> to <file>.
Where to go next?
Here is the verbose output after transferring an empty file
heiko at blade:~/Pictures$ rsync
2002 May 16
4
rsynch related question
Hello,
I had a question on rsynch'ing, please do help me on this,
I have scenario where,I need to synch the two softwares, where both
the software are across the network, on different cells( AFS cells).
For ex: first1 - /afs/tr/software , second1 - /afs/ddc/software
Both the softwares are same & fist1 cell will be constantly
updating and I need to synch this
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:
2013 Jul 31
1
pre 1 OSX errors
Hi Wayne,
Trying out 3.1 pre 1 on OSX 10.8.4
I like the new extended stats and the ir-chunk file numbers in log. Also getting a lot of errors and most copies not completing to local disk. rsync just stalls.
Standard osx build:
patch -p1 <patches/fileflags.diff
patch -p1 <patches/crtimes.diff
patch -p1 <patches/hfs-compression.diff
./configure
make
rsync --fileflags --force-change
2001 Nov 08
4
win2k + >2GB files problem
hi!
I have a problem with rsync (current CVS version), running on a win2k
machine (rsync compiled using Cygwin).
c:\rsync>rsync --version
rsync version 2.4.6dev protocol version 24
Copyright (C) 1996-2001 by Andrew Tridgell, Paul Mackerras and others
Capabilities: 64-bit files, socketpairs, hard links, symlinks
It can DOWNload >2gb files from my linux box (with rsync reporting
negative
2007 Nov 15
1
Problem with rsync recent file logic ?
Hello,
I have 2 servers I'm synchronizing using rsync, I have a situation where I :
1. rsync from rnd-dev2 to rnd-dev1
2. change the rsynched file on rnd-dev1
3. rsync from rnd-dev2 to rnd-dev1 again
4. File gets overridden on rnd-dev1 over though it has newer change
time then file on rnd-dev2.
here is the bug(?) reproduction:
[root@rnd-dev1 test_rsync]# rsync --version
rsync version
2005 Nov 09
1
Problem with rsync on WinXP going to HP-UX or Linux
Hi,
I can't get rsync from a PC to an HP-UX or Linux box to work,
and am hoping for a pointer or two.
I checked the FAQ and googled ... with no luck, so I hope this isn't
a patently obvious newbie problem :)
I just got interested in trying to use rsync to backup my WinXP PC to
a Linux or HP-UX computer. I got the cygwin package from Robert
Scholten's site at
2018 Dec 31
2
--partial does not "unhide" the files
Kevin Korb via rsync <rsync at lists.samba.org> (So 30 Dez 2018 23:56:44 CET):
> I think --partial might be a red herring here. It only applies to what
> happens when rsync is aborted in the middle of a file. What happens
> without -P?
Same happens w/o --partial. I append 2 logs:
- a from localhost to remote server, exposing the missing "rename"
- b from localhost to
2003 Sep 30
2
problem with batch mode:
Hi!
I try to use batch mode to send only the difference between two packed CDs
by email over a slow line.
I create the diff with:
rsync -avvv --write-batch=rs CD-ROM-V6.6.32.zip CD-ROM-V6.6.31.zip
where
alfred:/Auslieferung/CD # l -n
-rw-r--r-- 1 0 0 453248121 Sep 2 16:22 CD-ROM-V6.6.31.zip
-rw-r--r-- 1 0 0 407416499 Sep 29 13:39 CD-ROM-V6.6.32.zip
resulting
2010 Oct 29
1
What won't rsync sync this file?
For some reason, Rsync did not copy two specific file. Then I tried to specifically tell it to synchronize one of them and I get this result. *I* don't see any reason why to chose not to copy this file, but maybe on of you out there would see the obvious reason I am missing.
dprweb> /usr/local/bin/rsync -vvv --stats -Pzrtpl --delete --password-file=/export/home/webuser/.appprod
2002 May 27
1
bug: copying unreadable file from remote host returns errorlevel 0
[ Please keep me in Cc: as I am not subscribed to this list ]
Hello,
we have noticed the following bug in rsync (including latest CVS
snapshot):
if I am copying from the remote host file that is unreadable by my
account, the error is reported properly, but the errorlevel returned
is 0.
$ rsync distanza:/etc/shadow .
send_files failed to open /etc/shadow: Permission denied
rsync error:
2008 Jul 02
1
Non-clean Rsync 3.0.3 exit on OSX
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've compiled rsync 3.0.3 on OSX 10.4 PPC via the plain jane
./configure; make method (no patches). The resulting binary has then
been moved to /usr/local/bin/rsync3 and copied to a OSX 10.5.4 Intel
client machine as rsync3.
I then run the following command:
rsync3 -vvv -e ssh -avAX --progress --delete
-
2017 Jul 12
1
Rsync Error: Centos Mirror
Hi,
I have recently been receiving the following errors when using rsync to
update my centos local repositories;
rsync: send_files failed to open "/7/atomic/x86_64/repo/tmp/tmp.HBjcIF"
(in centos): Permission denied (13)
rsync: send_files failed to open "/7/atomic/x86_64/repo/tmp/tmp.SWIH0I"
(in centos): Permission denied (13)
I have checked and the user that runs the
2004 Sep 29
0
Rsynch question
Can a linux box running rsynch as either a client or server
backup a remote windows mssql database without having to run
mssql on the linux box via wine?
--
My "Foundation" verse:
Isa 54:17 No weapon that is formed against thee shall prosper;
and every tongue that shall rise against thee in judgment thou
shalt condemn. This is the heritage of the servants of the LORD,
and their
2012 Oct 12
1
Problem rsyncing 450GB file to my NAS: 'connection unexpectedly closed'
Hi list!
I'm trying to use rsync to do a regular remote backup of a 450GB sized
container file located on my squeeze server onto a colocated QNap NAS
device.
Both use rsync 3.0.7. While this setup works for most files, it fails on
this large file (see log below).
I'm already trying to help rsync using "-P" to indicate that rsync
should reuse the current copy and not trying
2005 Jul 07
1
rsync 2.6.4 - directory always updated
Hi,
I'm trying to figure out why when I do an rsync (Solaris, version
2.6.4 on both sides) from a site on the West Coast of the US to a site
on the East coast, I keep getting directories updated when I use the
command like this:
# rsync -ar -v -v -i -O --force --delete --exclude=.snapshot --stats \
src:/sysic/lib/freedomlib_V100/ /sysic/lib/freedomlib_V100/
And I get output like this,