search for: azvv

Displaying 5 results from an estimated 5 matches for "azvv".

Did you mean: azv
2003 Sep 18
1
modified include-from file not taken into account.
...7/8 boxes: I was happily running this script via crontab: $ more webrsync.ksh #!/bin/ksh # @(#) File synchronization across hosts using rsync #Description : # # Created : 4 September 2003 # Author : Loris Serena set -x LPATH=/usr/local/bin for i in 1 3 4 5 6 7 8 do ${LPATH}/rsync -azvv -e ${LPATH}/ssh --stats --include-from=/opt/pictures/rsync-include /usr/local/apache/htdocs/ ppukweb${i}:/usr/local/ap ache/htdocs/ > /opt/pictures/webrsynclogs/ppukweb${i}.`date +%m.%d.%H.%M` 2>&1 done $ with the following /opt/pictures/rsync-include file: $ more rsync-include + /i...
2001 Dec 06
3
problem uploading to an rsync server
For some reason I'm having a problem uploading to an rsync server: [root@csa i386]# rsync -azvv --progress --stats /home/www/www.blah.com/* blah@localhost::test/ Password: building file list ... done ERROR: module is read only unexpected EOF in read_timeout It claims my module is read only, but it is not: [test] uid = root gid = root path = /home/www/www.blah.com-t...
2003 Sep 24
3
updating server with rsync????
Hi, I have 2 ftp servers with 3 identical users. I want server B to be updated of server A. Whatever changes mmade by users on server A should be made on server B say every 5 hours. Is rsync the right tool to use here? Can rsync be used such that only changed files are downloaded? Thanks a lot and bye. With warm regards, -Payal -- For GNU/Linux Success Stories and Articles visit:
2002 Jun 13
0
Rsync locking up. HP/UX 11.0
...igabytes work fine. My systems: *) local and remote servers are 8-way N4000 (440mhz) fibre attached to EMC symmetrix arrays. *) HP/UX 11.0 , rsync 2.5.5 *) I am not using ssh and rsync. From what I read in the archives this has caused problems in the past w/hpux. *) my command line: rsync -azvv --progress <directory>/<files> remoteserver:<directory>/ Is there anything I can do to keep rsync from locking up? And to get it to process the files faster? Thanks for your help, Aharon -- Sr Unix Administrator Tampa, Florida Websites: http://www.tamparacing.com http://...
2005 Jun 26
1
2.6.3, 2.6.4 incompatibilities
I am wondering if there are known incompatibilities between 2.6.3 and 2.6.4? I have a debian box with 2.6.4 and a FC3 box with 2.6.3. Most of the time rsync works fine between the two but I am running this command on FC3 box: rsync -azvv --stats --delete --files-from=/root/.rsb2.tmp / nathan@debian:/home/backup/bkp.01 And I am getting this error message: building file list ... [sender] expand file_list to 131072 bytes, did move rsync: writefd_unbuffered failed to write 4092 bytes: phase "send_file_entry" [sender]: Broken...