Displaying 3 results from an estimated 3 matches for "rsynchronization".
Did you mean:
synchronization
2002 May 22
4
Compressed backup
...ile system for Linuthere does not seem to exist yet.
However, rsync can use compression for file transfer.
Would it be possible to implement an option to store the data on the
backup server in the compressed chunks use for the file transfer?
It would save space and should also speedup a later rsynchronization.
Matt
--
--------------------------------
Matthias Munnich
Univ. of California, Los Angeles
Inst. of Geophysics and Planetary Physics
2003 Dec 31
2
error in rsync protocol data stream (code 12) at io.c(298)
I'm running into a problem rsynchronizing over an rsh connection on the same
subnet. I get variations of the "unexpected tag" error, consistently failing
within io.c at line 298:
unexpected tag 88
rsync error: error in rsync protocol data stream (code 12) at io.c(298)
Here's the rsync command I've been using:
rsync -lrpogtz --delete --rsh=rsh
2004 Sep 07
3
RSync + SSH tunneling through firewall
Dear RSYNCians,
I'm trying to rsync my labtop pc (let's assume A-computer) with my
desktop pc (let's assume C-computer) through our firewall.
In between there is one computer (let's assume B-computer) that has an
open port, so I theoretically could connect via a tunnel.
I checked the SSH- website and internet and so on but did not find an
answer that works.
I tried the