Displaying 13 results from an estimated 13 matches for "vvlogdtpre".
Did you mean:
vvlogdtpr
2007 Nov 13
2
--delete causes rsync failure
Hello,
I just narrowed down an rsync command that keeps failing to the --delete flag:
rsync -vv --delete --backup-dir=backup_target --archive /etc myuser@localhost:
It gives the following output:
...
backup_dir is --delete/
building file list ...
done
Invalid file index: 1868985864 (count=0) [receiver]
delta-transmission enabled
rsync error: protocol incompatibility (code 2) at sender.c(189)
2010 Nov 07
1
rsync fails to retrieve file (if local file is incorrect)
...md5sum /flashfs/isd1
cd56731612bd5ee2d5a0f4404024cc49 /flashfs/isd1
# ls -al /flashfs/isd1
-rwxr-xr-x 1 root root 22914048 Nov 7 14:31 /flashfs/isd1
#
# rsync -vva main2_mmlan::isd/isd1 /flashfs/isd1
opening tcp connection to main2_mmlan port 873
sending daemon args: --server --sender -vvlogDtpre.isf . isd/isd1
receiving incremental file list
delta-transmission enabled
isd1 is uptodate
sent 28 bytes received 60 bytes 58.67 bytes/sec
total size is 22914048 speedup is 260386.91
# md5sum /flashfs/isd1
cd56731612bd5ee2d5a0f4404024cc49 /flashfs/isd1
#
# rm /flashfs/isd1
# /mountedisd/bin/rs...
2003 Mar 18
3
problems with rsync in cygwin
Hi,
I'm trying to set up rsync, with the transfers originating from a Win2K box
and going to a Linux box. Both boxes are on my home LAN, so ssh is not
required; I thought I would simply use the rsync protocol. I set up xinetd on
my Linux box to start a rsync server when needed. My first attempts at a test
run failed like so:
$ rsync -a /cygdrive/c/installs/palm rsync://192.168.2.3/palm
2010 Jun 03
1
rsync via restricted ssh command=
...Lsf --timeout=999 . bkp",no-port-forwarding,no-X11-forwarding,no-agent-forwarding ssh-rsa AAetc
I've tried variations of the above but I basically get this error...
% rsync -avv --delay-updates --delete-after /path/to/files/ remote:bkp
opening connection using: ssh remote rsync --server -vvlogDtpre.iLsf --delete-after --delay-updates . bkp
building file list ...
3 files to consider
delta-transmission enabled
./
^CKilled by signal 2.
rsync error: unexplained error (code 255) at rsync.c(543) [sender=3.0.7]
after waiting for a few minutes at the ./ for 2 simple 20 bytes test
files to transfer...
2003 Jan 29
1
Incremental transfers: how to tell?
Hello.
I just started messing around with RSync to
synchronize some RRD files between a couple BSD/Linux
boxes. To test, I'm just trying to sync about 20 of
these files which are about 256KB each. It seems that
the full contents of each file are being transferred
each time; i.e., the incremental transfer feature
isn't working. I'm basing this assumption on output
such as the
2002 Apr 26
1
Possible Bug report
I have a server (A) with a directory structure I want to copy to another
server (/usr/local/bin...)
On the client (B), only /usr exists (/usr/local doesn't).
I used:
/opt/PKGrsync/bin/rsync -a --delete --force
--rsync-path=/opt/PKGrsync/bin/rsync --exclude=save -v -v /usr/local/bin
B:/usr/local/bin
but it failed with:
opening connection using /usr/bin/ssh B /opt/PKGrsync/bin/rsync
2004 Oct 13
0
[Bug 1924] New: unable to rsync between a PC with cygwin and a unix machine using rsh
https://bugzilla.samba.org/show_bug.cgi?id=1924
Summary: unable to rsync between a PC with cygwin and a unix
machine using rsh
Product: rsync
Version: 2.6.3
Platform: x86
OS/Version: Windows 2000
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo:
2011 Jul 25
1
Why doesn't rsync update this file?
...ferred if --checksum is enabled, but isn't normally. Strangely the
mtime of the file appears to be different. I don't know why rsync isn't
copying it.
I'm doing
[root at localsys tmp]# rsync -ravv remote:/root/tmp/ ./
opening connection using: ssh remote rsync --server --sender -
vvlogDtpre.iLsf . /root/tmp/
receiving incremental file list
delta-transmission enabled
coolingfit.pro~ is uptodate
total: matches=0 hash_hits=0 false_alarms=0 data=0
sent 17 bytes received 141 bytes 105.33 bytes/sec
total size is 2963 speedup is 18.75
Here is the file on localsys:
[root at localsys...
2007 Aug 27
3
rsync out of memory at 8 MB although ulimit is 512MB
Hello again,
I encountered something amazing. First I thought there is not
enough memory allowed through ulimit. ulimit is now set to
(almost) 512MB but rsync still gets out fo memory at 8MB.
Can anyone tell me why?
That's my configuration:
rsync version 2.6.2
from AIX 5.3 to SuSE Linux 9 (also has rsync 2.6.2)
ulimit -a (AIX)
ulimit -a AIX (source):
-------------------------
2007 Aug 24
1
Has anyone experience with rsync out of memory
Hello,
we are using rsync on AIX and run into out of memory.
There have been some threads about out of memory and FAX
tells that this is a known problem. So I need to finde
a workaround for this.
Please help me!
We try to sync many (nnnn) Thumbnails of size 2k between
AIX and Linux with
rsync -a --delete --rsh=ssh <source dir> <user>@<server>:<target dir>
I
2010 Apr 16
4
DO NOT REPLY [Bug 7368] New: Support --link-dest when receiving from a old version
https://bugzilla.samba.org/show_bug.cgi?id=7368
Summary: Support --link-dest when receiving from a old version
Product: rsync
Version: 3.0.7
Platform: Other
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy:
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 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,