Displaying 3 results from an estimated 3 matches for "id_rsync".
2005 Aug 21
1
Rsync 2.6.3 does not show to be deleted files. Bug?
...in my ~root/.ssh/authorized_keys which says:
command="rsync --server --daemon .",no-port-forwarding,no-X11- 
forwarding,no-agent-forwarding ssh-dss [key deleted] gerben@hermione- 
a.rna.nl
Now, when I run:
rsync --dry-run --progress --delete -avvu -e "ssh -l root -i $ 
{HOME}/.ssh/id_rsync" gerben@hedwig::src-rw/ /usr/local/src
I get stuff like
deleting in ...
deleting libpng-1.2.8/%makefile
deleting i-Packages/tex/tex-perf-results.html
but when I run it the other way around:
rsync --dry-run --progress --delete -avvu -e "ssh -l root -i $ 
{HOME}/.ssh/id_rsync" /usr...
2008 May 24
1
3.02 bug? Symlink ->foo changed to ->/rsyncd-munged/foo
...usr/local tree in sync. With Apple's rsync I run (e.g.):
sudo /usr/bin/rsync --rsync-path=/usr/bin/rsync -E --progress -avu -- 
delete --dry-run  --exclude=TeXLive-working-copy/ --exclude=context- 
update/ --exclude=.Spotlight-V100/ --exclude=.fseventsd/  \
		-e "ssh -i /Users/gerben/.ssh/id_rsync -l root" \
			""/usr/local/gwTeX-new/ \
			vanroodewierda::usrlocal/gwTeX-new/
I installed rsync 3.0.2 recently to try out if I can get rid of th  
efact that Apple's rsync syncs metadata even if they have not changed,  
So i installed it on source and destination machine, On th...
2004 Jun 18
1
Rsync, Cygwin, & SSH: ntsec OR nontsec?
...nc.log
set BKUP_BKUP_DIR=backup_backups/
rem ------------------- The commands.
date /T > c:\rsync_backup\home_rsync.log
rem Following is on one line
rsync -auvzbpt --partial --modify-window=5 
--backup-dir=%BKUP_BKUP_DIR% --rsh="ssh -p 
<serverPort> -i 
/cygdrive/c/%INST_DIR%/.ssh/id_rsync -l %USER%" 
--log-format="%%t
[%%p] <recv<%USER_IP%<%USER%<%%f<%%l<%%b" 
%BKUP_SRC%  %USER%@%REMOTE%:%BKUP_DEST% 
 >>c:\rsync_backup\home_rsync.log
rem On one line
rsync -Wvv --rsh="ssh  -p <serverPort> -i 
/cygdrive/c/%INST_DIR%/.ssh/id_rsync -l %...