search for: vlogdtpre

Displaying 4 results from an estimated 4 matches for "vlogdtpre".

Did you mean: vlogdtprze
2007 Dec 07
1
default options in --server mode
I wanted to start a new thread 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
2002 Aug 01
1
Connection refused
I'm sure this has been asked a zillion times so I searched for hours before posting this. How can there be so little documentation 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
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 happe...
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) i...