Displaying 10 results from an estimated 10 matches for "vvvlogdtpre".
Did you mean:
vvvlogdtpr
2012 Oct 12
1
Problem rsyncing 450GB file to my NAS: 'connection unexpectedly closed'
...te that rsync
should reuse the current copy and not trying to create a copy on the
/tmp parition of the NAS.
Any hints what might be the problem?
Thanks
- Ben
myhost:~# rsync -avvv /srv/storage rsync at naspy::Backups -P
opening tcp connection to naspy port 873
sending daemon args: --server -vvvlogDtpre.iLsf --partial . Backups/
sending incremental file list
[sender] make_file(storage,*,0)
send_file_list done
[sender]
make_file(storage/7N-ZDGtCZq01gFJQEd8eqPuiGbumCWtPoje-4KMVfzIFs1,*,2)
[sender]
make_file(storage/PmjyreYXD0Istwvp-8D6PWA5zeZP1DdbboxuS3xGZphQe1,*,2)
[sender] make_file(storage/JKsb...
2003 May 28
0
OSX zero file length problem
i have searched through the list archives and google, and can't find
anything similar.
client is running OSX 10.2.6
server is openbsd 3.2 and/or linux 2.4.x
rsync on both sides is version 2.5.5.
when i try to rsync a directory, all files get overwritten on the
server side with 0 file length. here is an example (server is .5):
[beldridg@rover]$ rsync -a -vvv -e ssh tool-etc/
2004 Jul 16
0
[Bug 1529] New: 32bit rollover problem rsyncing files greater than 4GB in size
https://bugzilla.samba.org/show_bug.cgi?id=1529
Summary: 32bit rollover problem rsyncing files greater than 4GB
in size
Product: rsync
Version: 2.6.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2005 May 09
2
Rsync: select: Bad file number
Hello list!
I want to try to sync files from one SUN box to another. Both running
rsync version 2.5.5 protocol version 26
whenever I try to run the command:
[root@server1:/qdmsfs]# rsync -avvv -e ssh /qdmsfs/test/ server2:/
qdmsfs/test
I receive the messages:
opening connection using ssh server2t rsync --server -vvvlogDtpr . /
qdmsfs/test
sh: select: Bad file number
rsync: connection
2003 Feb 28
1
Newbie Question
Hi,
This is a very simple question I realise, but I hope maybe someone can just
help me out.
I am trying to do a very simple thing, just transfer a file from machine A
to machine B using rsync with ssh.
This is what i'm typing:
bash-2.03# rsync -avvv --rsh="ssh -l tdf"
tdf@machine.niss.ac.uk:/export/home/tdf/demofile.html demofile.html
This is what I get:
opening connection
2009 Jan 10
1
how to connect to rsyncd via forwarded ssh port?
...tosshpatch.bin backup@localhost:/BACKUP
Seems to work. But it did not connect to the share BACKUP but copy
the autosshpatch.bin in a file called BACKUP
rsync -avvv /srv/Service/Installs/autosshpatch.bin backup@localhost:12345/BACKUP
opening connection using: ssh -l backup localhost rsync --server -vvvlogDtpre.iL . 12345/BACKUP
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
Someone could be eavesdropping on you right now...
2004 Jul 14
12
HP-UX 11i and largefiles on rsync 2.6.2
Hello,
I'm running HP-UX 11i on an rp74xx. It's 64-bit.
C compiler is as follows:
B3901BA B.11.11.03 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800)
B3913DB C.03.30.02 HP aC++ Compiler (S800)
/usr/bin/cc:
LINT B.11.11.02 CXREF B.11.11.02
HP92453-01 B.11.11.02 HP C Compiler
$ Sep 8 2000 23:13:51 $
I have successfully compiled rsync 2.6.2 and it
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
2002 Oct 11
4
Problem with checksum failing on large files
I'm having a problem with large files being rsync'd twice because of the
checksum failing. The rsync appears to complete on the first pass, but then
is done a second time (with second try successful). When some debug code was
added to receiver.c, I saw that the checksum for the remote file & the temp
file do not match on the first try, so (as expected) it repeats the rsync &
the
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,