search for: cavz

Displaying 9 results from an estimated 9 matches for "cavz".

Did you mean: cave
2008 Sep 30
1
Transfer between windows and linux going wrong
Hi, I am running rsync 2.6.9-2etch2 protocol version 29 in a Debian machine. There is a Windows machine that I want to get the files from debian. For that I'm using rsync for windows version 3.0.4 protocol version 30 "C:\Program Files\cwRsync\bin\rsync.exe" -Cavz root@10.1.100.45:/root/ rsync: Failed to exec ssh: No such file or directory (2) rsync error: error in IPC code (code 14) at pipe.c(84) [receiver=3.0.4] rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: error in rsync protocol data stream (code 12) at io.c(632)...
2018 Dec 30
1
--dry-run won't say where the files are going to go
Try as we may (--dry-run), it still won't tell us where it intends to put the files, $ rsync --dry-run --remove-source-files --relative --verbose --itemize-changes -Cavz Maildir/new /tmp/ sending incremental file list delta-transmission disabled for local transfer or --whole-file cd+++++++++ Maildir/ cd+++++++++ Maildir/new/ >f+++++++++ Maildir/new/1546157908.1392_1.jidanni7 total: matches=0 hash_hits=0 false_alarms=0 data=0 sent 155 bytes received 94 bytes...
2002 Oct 24
1
rsync error: partial transfer (code 23) at main.c(578)
Hi, I am using a freebsd 4.5-stable system. I am using the latest "rsync version 2.5.5 protocol version 26". I tried to rsync my home directory to another machine: rsync -Cavz /homes/yxw/ baggie.mit.edu:/disk1/ &> rsync.out& However, I ran into the error: www/wf-02.jpg www/wf-03.jpg www/www.c www/www.tar www/xiaowei.doc www/xiaowei_dadmom.jpg www/yxw-contact.txt wrote 891953092 bytes read 898788 bytes 280903.53 bytes/sec total size is 1926061321 speedup i...
2003 Aug 20
1
including file from excluded directory
I'm trying to explicitly include a file that exists under a directory that I otherwise want excluded. Here are my command and include list: rsync -e ssh -Cavz --delete --update \ --include-from=$HOME/.rsync.laptop . $DEST: where $DEST contains the remote machine name and this is being run from the top of my home directory. My include list is: + /.addressbook + /.ICAClient + /.calendar + /.mailcap + /.mime.types + /.mozilla/bmetcalf/boo...
2008 Apr 12
1
Incorrect Total File Size
Greetings, I am rsync'ing a file approximately 30-50MB in size. The source file changes several times a day. rsync is launched on the destination host every 1-2 minutes using the following command: /usr/bin/rsync --stats --verbose --bwlimit=16 --delete -Cavz ${hostname}::grids ${localdir} Since the file only changes several times a day, most of the rsync commands do nothing. Most of the time when the source file changes, rsync pulls the source file over just fine. Occasionally rsync will "think" it needs to update the destination file when...
2008 May 28
0
bad error message? .. main.c code 23 .. caused by sgid on dir
...uot;: Permission denied (13) for several dirs that have the sgid bit set There seems to be a retry pass, because all the messages are repeated. And then there is (perhaps a summary) line > rsync error: some files could not be transferred (code 23) at main.c(977) [sender=2.6.9] I used a "-Cavz" option string, so it's understandable that it would try. The destination user is non-root and the group-owner is not in the destination system anyway (nor is its gid), so it's understandable there would be failures. Perhaps I will try replacing the "-a" with "-rlptoD&q...
2003 Mar 03
1
csum-length documentation
...ust the -differences between two sets of files across the network link, using +differences between two sets of files across the network connection, using an efficient checksum-search algorithm described in the technical report that accompanies this package\&. .PP @@ -279,7 +279,7 @@ rsync -Cavz \&. arvidsjaur:backup .RE .PP -each night over a PPP link to a duplicate directory on my machine +each night over a PPP connection to a duplicate directory on my machine "arvidsjaur"\&. .PP To synchronize my samba source trees I use the following Makefile @@ -298,7 +298,7...
2003 Jan 30
2
[trivial patch] link overloaded
...just the -differences between two sets of files across the network link, using +differences between two sets of files across the network connection, using an efficient checksum-search algorithm described in the technical report that accompanies this package. @@ -251,7 +251,7 @@ quote(rsync -Cavz . arvidsjaur:backup) -each night over a PPP link to a duplicate directory on my machine +each night over a PPP connection to a duplicate directory on my machine "arvidsjaur". To synchronize my samba source trees I use the following Makefile @@ -266,7 +266,7 @@ sync: get put)...
2001 Sep 30
0
Exclude sets generated with -C
Hi guys, I recently stumbled across what I think is an rsync bug. The problem was I was trying to rsync from one CVS checkout, to another, and was using rsync -Cavz to do the job. In this CVS module, there happens to be two sub-directories with the names of "core" and "tags" respectively, which were ignored, since these names matched the default CVS ignore list. When rsync builds the file lists with the -C option, it should include any CV...