Displaying 1 result from an estimated 1 matches for "azxh".
Did you mean:
azx
2006 Aug 04
1
hosts allow, and using ssh
...ync protocol data stream (code 12) at /SourceCache/rsync/rsync-24/rsync/io.c(359)
That looks like a IPv6 that it's denying. But uhh, I don't use IPv6 on this network. This is the rsync command I'm running to attempt this,
rsync --dry-run -e 'ssh -i $HOME/.ssh/id_rsa -l root' -azxH \
--numeric-ids --include-from=$HOME/.rsync/backup \
--partial \
--partial-dir=.rsync-partial \
--stats \
--delete \
--link-dest=../$PREVIOUS \
$HOME \
I've even opened up a packet logger and watched all the data too and from my box and the server with not a single packet not being SSH. Could...