Displaying 1 result from an estimated 1 matches for "rsuncompress".
Did you mean:
rscompress
2003 Jan 18
1
Finished storage compression patch for rsync
...n both directions:
rsync -Z -av mydir user@remote:/dir
and
rsync -Z -av user@remote:/dir localdir
The remote:/dir and localdir will keep the files compressed.
If you want to compress or decompress any local directory, add a link to the
rsync exe file:
ln -s rsync rscompress
and
ln -s rsync rsuncompress
With "rscompress" you can compress a local directory (e.g. if you want to use
existing files without wanting to transfer then first from your server).
rsuncompress will decomress a compressed directory.
I have no idea if this works with: links, devices and any other strange stuff.
Al...