Displaying 5 results from an estimated 5 matches for "vlogdtprz".
Did you mean:
vlogdtprze
2003 Dec 17
1
Rsync 2.5.7 hangs after completion
...pe08.lis
saturn/sfkpipe09.lis
saturn/sfkpipe10.lis
saturn/sfrpini.lis
saturn/sfrpini_uvi.log
"
After completion, while hanging waiting for report and shell prompt,
On the sending side:
ps -ef | grep rsync
root 467122 757914 0 20:28:47 pts/0 0:00 remsh backenp650 rsync
--server -vlogDtprz --delete . /banproc
root 757914 434186 0 20:28:47 pts/0 1:19 rsync -vaz --delete
/banproc/ backenp650:/banproc
root 1019966 1007658 0 21:17:09 pts/1 0:00 grep rsync
root 1237152 467122 0 20:28:47 pts/0 0:00 remsh backenp650 rsync
--server -vlogDtprz --delete . /banpr...
2002 Sep 06
3
Error on Solaris 9 (2.5.5)
...ewreq.pem
wrote 7454 bytes read 148 bytes 50.51 bytes/sec
total size is 11967 speedup is 1.57
kashmir:~>
Archer -> Kashmir also works fine:
[archer:~/Pictures] mikec% rsync -avz -e ssh ~/Pictures
kashmir:/export/home/mikec/temp/tmp
rsync: open connection using ssh kashmir rsync --server -vlogDtprz .
/export/home/mikec/temp/tmp
mikec@kashmir's password:
rsync: building file list...
rsync: 4218 files to consider.
Pictures/
Pictures/.DS_Store
Pictures/.FBCIndex
Pictures/.FBCLockFolder/
Pictures/.FBCLockFolder/.FBCSemaphoreFile
Pictures/Apple day out/
Pictures/Apple day out/Apple Day Out-01...
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...
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
The backup return with the following message on the server side "r...
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