Displaying 4 results from an estimated 4 matches for "vlogdtpr".
Did you mean:
vvlogdtpr
2007 Dec 07
1
default options in --server mode
...d for this aspect instead of continuing my
previous in case others have similar questions.
I am running an rsync command that will have the --server option appended
automagically by rsync. However I do notice that other default options go
along with it. This is what i am seeing:
rsync --server -vlogDtpr --log-format=%o
Is there a way to keep these from appearing or should I just append the same
options on the end with different values to override these?
Thanks
Doug
--
What profits a man if he gains the whole world yet loses his soul?
-------------- next part --------------
HTML attachment scr...
2002 Aug 01
1
Connection refused
...ation on this.
Point me to what to read.
rsh is good:
[g3p:~] smith% rsh -l a1012 sv1.domain.com
Password:
{a1012@sv1.domain.com:65}
rsync not good:
[g3p:~] smith% rsync -av a1012@sv1.domain.com:kkk.txt sync/
rsync: open connection using rsh -l a1012 sv1.domain.com rsync
--server --sender -vlogDtpr . kkk.txt
sv1.domain.com: Connection refused
rsync: connection unexpectedly closed (0 bytes read so far)
rsync error: error in rsync protocol data stream (code 12) at
/SourceCache/rsync/rsync-8.1/rsync/io.c(140)
Thanks.
Don't worry about the rsh thing I'm only going to have it on till...
2013 Sep 23
1
Howto: Extremely tight security rsync shell for backups
...sh
-------------------------------------
#! /bin/sh
# look in this file to see what options were passed, if the rsync
doesn't work.
echo $* > /home/backupaccount/options.passed.sh
# rsync -va backupaccount at WEBSERVER:/home/ /mnt/backup/home/
/usr/bin/sudo /usr/bin/rsync --server --sender -vlogDtpre.iLs . /home/
-------------------------------------
Note that in this solution, it doesn't matter what the backupserver
specifies as the backup location,
it will ALWAYS get /home/ and it may well break if you change the
options any. EG: using "z" for compression, etc. If this happ...
2012 Dec 07
0
Rsync / ssh high cpu load
.... I collected other information, wish it may help.
related process:
root 29296 0.0 0.0 107612 964 pts/1 T Dec06 0:00 rsync
-arv -e ssh data root at xxx.com:/tmp/data/ --exclude=.svn
root 29297 99.9 0.0 59760 3476 pts/1 R Dec06 770:20 ssh
-l root xxx.com rsync --server -vlogDtpre.iLs . /tmp/data/
root 29306 0.0 0.0 55160 2028 ? Ss Dec06 0:00 scp
-f -- /yyy/zzz.sql
# strace -fF -v -p 29297
Process 29297 attached - interrupt to quit
--- SIGTTOU (Stopped (tty output)) @ 0 (0) ---
rt_sigreturn(0x16) = -1 EINTR (Interrupted system call)...