search for: vlogdtprze

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

2003 Dec 17
1
Rsync 2.5.7 hangs after completion
I am having a problem with rsync hanging after completion. The command I am using is: rsync -vaz --delete /banproc/ backenp650:/banproc (thanks jw for the syntax correction) There were 56 deletions on the destination and ~ 1380 files copied total (I gathered these stats by using grep and wc -l on a saved file of my ssh session to the source host). Below is the last couple of lines on my ssh
2002 Sep 06
3
Error on Solaris 9 (2.5.5)
I'm running into some errors I can't figure out. Situation: I have a Sparc IPX (2.6 Solaris), a Mac OS X box and an Ultra Sparc 1 running Solaris 9. I am trying to rsync a web site between the IPX and Ultra 1. All boxes are running 2.5.5 rsync built from source. Problem: Can't get a a sync between the IPX -> Ultra. IPX = kashmir Ultra = vortac Mac = archer Assumptions: a).
2008 Mar 07
1
--server combined with -e option
In the past, I had restricted rsync so that the -e option was disallowed. As of rsync-3.0.0, I'm now seeing the following requests being made (on the server side): rsync --server -vlogDtprze.iL . I want to prevent '-e' as a client side option so arbitrary programs can't be executed. I found the following, but didn't trace through to verify exactly where I was in the code base: --- options.c --- 1785 /* We make use of the -e option to let the server know about a...
2007 Oct 08
2
rsync error: protocol incompatibility (code 2) at main.c(1385)
Hello, i'm trying to backup one of my hosts with a two rsync-scripts, which are mainly just calling on the client side /usr/bin/rsync --server --sender -vlogDtprz --delete-excluded --numeric-ids --exclude-from=/etc/sm-backup/rsync.exclude / and on the server side rsync -avz --numeric-ids -e "ssh -i $key" --delete --delete-excluded rsync@$client:/ $DATA_PATH/$client/daily.0
2009 Jun 16
7
Rsync, SSH and authorized_keys problem
Hi, I'm trying to backup from one machine to the other (automatically via cron) using rsync and ssh password-less public key authentication. I having been trying to set this up following an article in a Linux magazine[1] by only allowing the specific rsync command to run on the remote box. I am using the following rsync command: $ rsync -avz -e "ssh -i ~/.ssh/backup-key" /backup