search for: avvz

Displaying 17 results from an estimated 17 matches for "avvz".

Did you mean: avz
2006 May 16
2
crontab doesn't start
Hi!I'm working with 2 linux, with 2 IP;I want make a copy of some files inside one directory to the other linux.I called a file scriptx.sh in the first linux and this is the body: #!/bin/bash rsync -avvz --delete --rsh=ssh --stats /home/copia/ root@192.168.xxx.xx:/home/vrrp/dir/copia/ (xxx.xx are numbers...rights..only for security I crypted them) ok, then I create the crontab file with crontab -e and this is it: * * * * * /bin/scriptx.sh (every minute crontab should run...) But it doesn't...
2004 Jul 16
1
Rsync using --daemon - how to specify port on client side for upload.
Hi, I'm not sure what whether I have constitutes a bug, but here goes; I have two scripts; one I use when my website is 'correct' and i need a copy on my mirror, in which case, I start rsync like so; rsync -avvz rsync://www.clintoneast.com:20000/clinton /home/cje/mirror/ opening tcp connection to www.clintoneast.com port 20000 receiving file list ... It works fine. However, i have another script, which I want to have the opposite behaviour; I want it to freshen files on my webserver which I've updat...
2003 Sep 12
1
rsync logfile - daemon does not log enough
...un/rsync.lock [backup] path = ~backup uid = nobody gid = nobody read only =no list = yes auth users = djohn gstan secrets file = /etc/rsync.sec ________________________________________ I am running rsync over ssh with the following command from a remote server: rsync -avvze ssh filename djohn@remoteserver:. The file transfers fine, but I get no output in the log on the server. Can someone point me in the right direction? I've read the documentation and examples, searched Google and the mailing list, and haven't come across the information I'm lookin...
2008 Aug 15
2
out of memory in flist_expand
...xx/admin_docs/2/8/9/9/0/8/0/msg-75682-749.txt is uptodate ERROR: out of memory in flist_expand [generator] rsync error: error allocating core memory buffers (code 22) at util.c(117) [generator=3.0.3] rsync error: received SIGUSR1 (code 19) at main.c(1286) [receiver=3.0.3] Command was: rsync -avvz remotehost:/var/www /backup These things I have tried to fix the problem: After starting rsync, it says 'receiving incremental file list', which I read indicates it won't consume too much memory. I have increased memory by adding an extra swap space of 4GB (I know, overdone..). There...
2002 Jul 26
1
inflate returned -3
Good day, all, I'm trying to transfer a 174M file to a system with 1.2G free. Other files in the tree come over just fine, but this transfer dies partway through: rsync -avvz -e ssh --partial --progress server.with.the.file:/server/directory /local/directory opening connection using ssh server.with.the.file rsync --server --sender -vvlogDtprz --partial . /local/directory receiving file list ... 30 files to consider OneFile is uptodate ... path/to/hosts.tar.bz2 inflat...
2001 Oct 18
1
rsync logging and permission problems
...cal machine is currently running 2.4.6-1 and the remote 2.3.2-1.2. 1) When I run rsync with the vv option, stuff scrolls of my screen faster than I can read it. I was wondering if there is a logging option I could use. I didn't see it in the documentation. I can use something like "rsync -avvz -e ssh localdir/ remotemachine:remotedir/ 2>&1 | less" to look at the output, piping both standard output and standard error to less. However, I'm puzzled why lines like "Mail/190 is uptodate" are sent to standard error. Surely they should be sent to standard output? 2) I...
2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
...tion directory. Source +# directory must be chown'ed as well so that UIDs & GIDs match when +# the source & destination are compared after copying. +if [ "$testuser" = "root" ]; then + chown -R $UID:$GID "$FROM" "$TO" +fi + checkit "$RSYNC -avvz \"$FROM/\" localhost::test-to/" "$FROM" "$TO" Index: testsuite/rsync.fns =================================================================== RCS file: /cvsroot/rsync/testsuite/rsync.fns,v retrieving revision 1.50 diff -u -r1.50 rsync.fns --- testsuite/rsync.fns...
2002 Mar 28
1
rsync-2.5.5rc1: two problems on Apple Darwin (== MacOS X)
....3.1 protocol version 20 ... env POSIXLY_CORRECT=1 TOOLDIR=`pwd` rsync_bin=/usr/bin/rsync srcdir=. ./runtests.sh ... ----- daemon-gzip-download log follows building configuration /local/build/rsync-2.5.5rc1/testtmp.daemon-gzip-download/ test-rsyncd.conf Running: "/usr/local/bin/rsync-2.3.1 -avvz localhost::test-from/ "/local/build/r sync-2.5.5rc1/testtmp.daemon-gzip-download/to/"" failed to connect to localhost - Connection refused ----- daemon-gzip-download log ends FAIL daemon-gzip-download ----- daemon-gzip-upload log follows building configuration /local/build/rsync...
2002 Mar 19
0
BSD/OS and 2.5.2-current
...No such file or direc tory rsync error: error in file IO (code 11) at main.c(285) rsync: connection unexpectedly closed (8 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(151) ----- chown log ends FAIL chown Running: "/usr/home/root/rsync-2.5.4/rsync -avvz localhost::test-from/ "/usr/hom e/root/rsync-2.5.4/testtmp.daemon-gzip-download/to/"" opening tcp connection to localhost port 873 @ERROR: invalid gid nobody rsync: connection unexpectedly closed (39 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io....
2002 Jun 14
2
Losing hope.
Is it normal for rsync 2.5.5 to keep locking up on large HP/UX 11.0 files? I am not talking about a delay here, but locking up and never returning w/error. Anybody have any suggestions? Aharon -- Sr Unix Administrator Tampa, Florida Websites: http://www.tamparacing.com http://www.tampaforums.com http://www.ls6.com http://www.lastgen.com http://www.xmbforum.com
2002 Nov 20
0
fails through socks
rsync versions: all known socks5 hangs while trying to do rsync through it. So does plug-gw from fwtk. There is one peculiarity in rsync protocol. It even occurs not on every rsync module, only while trying to do something like: rsync -avvz cvs.xemacs.org::xemacscvs/XEmacs/xemacs/ ./ In rsync both client and server may send bulk data to each other in the same time on the same connection. In contrast, in other protocols there is usually some sort of dialogue between client and server: one party sends, other receives. Server read buf...
2005 Mar 03
1
Fwd: Re: rsync + ssh -o -p -g -l
Nota: Se adjunt? el mensaje reenviado. _________________________________________________________ Do You Yahoo!? Informaci?n de Estados Unidos y Am?rica Latina, en Yahoo! Noticias. Vis?tanos en http://noticias.espanol.yahoo.com -------------- next part -------------- An embedded message was scrubbed... From: michael mendoza <mike114x@yahoo.com> Subject: Re: rsync + ssh -o -p -g -l Date:
2009 Aug 04
1
--delete flag not working on cygwin rsync
Hi What I am doing is backing up my music folder, the source and dest both being on the same Win XP Machine. I am running rsync + cygwin. Here is the command I am running from a batch file: C:\cygwin\bin\rsync.exe -avvz --delete --stats --progress "/cygdrive/e/my_music/" "/cygdrive/g/my_music" > music.log Everything works fine except the --delete flag. It is suppose to delete extraneous files that are present on the dest but aren't on the source. But it doesn't delete them. It may b...
2014 Mar 19
1
Beating a dead horse
...er I've totally forgotten and when I look up my notes ... this new need is just different enough that they don't apply. Here's the problem. (Simplified... and I've skipped some of the repetitive output) On remote ls A/ a/ b/ c/ d e on local pwd /rmh/dir from local rsync -avvz --exclude-from=file user at remote:/A/ /rmh/dir/ cat 'file': * + a + b That results in: Sender hiding a/ because of pattern * " ... ditto ... " b/ because of pattern * " ... ditto ... " c/ because of pattern * " ... ditto...
2006 Mar 14
2
rsync plus cygwin: language problems with filenames
...this list or anywhere else on the net. Let me review. First, here is my setup: OS: Windows XP Pro SP2 Rsync: 2.6.6-1 Cygwin: 2.510.2.2 Whenever I transfer any file that has Japanese characters in it, the following message appears in the screen output: C:\Documents and Settings\Steve>rsync -avvz --delete /cygdrive/c/test /cygdrive/c/test2 building file list ... file has vanished: "/cygdrive/c/test/01 - ??????????.mp3" done deleting in test IO error encountered -- skipping file deletion delta-transmission disabled for local transfer or --whole-file test/New Text Document.txt is u...
2007 Dec 02
3
rsync hangs when accessing through SSH (Leopard OS X)
To preface, I'm running Leopard OSX and am using rsync version 2.6.9 protocol version 29. Whenever I attempt to sync (using rsync obviously) a folder on my local drive to my web server (netfirms.com is my web host) using SSH, the process hangs. I have to force kill it in order to continue using Terminal. I can connect to my server space using SSH just fine by itself, and I ran
2002 Nov 15
0
building rsync on MacOSX 10.2.2
...ync-2.5.5/testtmp PASS 00-hello PASS chgrp PASS chown ----- daemon-gzip-download log follows Testing for symlinks using 'test -h' building configuration /Volumes/local/tmp/rsync-2.5.5/testtmp.daemon-gzip-download/test-rsyncd.conf Running: "/Volumes/local/tmp/rsync-2.5.5/rsync -avvz localhost::test-from/ "/Volumes/local/tmp/rsync-2.5.5/testtmp.daemon-gzip-download/to/"" opening tcp connection to localhost port 873 @ERROR: setgroups failed rsync: connection unexpectedly closed (37 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io...