Difference between revisions of "20 November 2006"

From Organic Design wiki
(XmlWiki backup system improved)
 
m
Line 1: Line 1:
 
<table class=document-code><tr><td>
 
<table class=document-code><tr><td>
 
;XmlWiki backup system improved
 
;XmlWiki backup system improved
The organic design [[backup]]s are created daily by [[User:Bender]], compressed and distributed over SSH to various other domains. Today we've changed over from the classic [[w:gzip|gzip]] compression utility which uses the [[w:LZ77|LZ77]] algorithm to a much more modern utility called [[w:7-Zip|7-Zip]] which uses the far more efficient [[w:LZMA|LZMA]] algorithm. This change reduces our backup size to almost a third saving on space and bandwidth resource.
+
The Organic Design [[backup]]s are created daily by [[User:Bender|Bender]], compressed and distributed over [[w:SSH|SSH]] to various other domains. Today we've changed over from the classic [[w:gzip|gzip]] compression utility which uses the [[w:LZ77|LZ77]] algorithm to a much more modern utility called [[w:7-Zip|7-Zip]] which uses the far more efficient [[w:LZMA|LZMA]] algorithm. This change reduces our backup size to almost a third saving on space and bandwidth resource.
  
 
This is the first step in a number of improvements we'd like to make to our backup system to counteract the ongoing decrease in communications reliability we've been experiencing over the last few months. The next step will be to adjust [[commands.pl]] to keep retrying connections until successful, and to allow continuation of partial transfers.
 
This is the first step in a number of improvements we'd like to make to our backup system to counteract the ongoing decrease in communications reliability we've been experiencing over the last few months. The next step will be to adjust [[commands.pl]] to keep retrying connections until successful, and to allow continuation of partial transfers.
 
*We used a standalone linux binary from http://sourceforge.net/projects/p7zip
 
*We used a standalone linux binary from http://sourceforge.net/projects/p7zip
 
</table>
 
</table>

Revision as of 03:05, 20 November 2006

XmlWiki backup system improved

The Organic Design backups are created daily by Bender, compressed and distributed over SSH to various other domains. Today we've changed over from the classic gzip compression utility which uses the LZ77 algorithm to a much more modern utility called 7-Zip which uses the far more efficient LZMA algorithm. This change reduces our backup size to almost a third saving on space and bandwidth resource.

This is the first step in a number of improvements we'd like to make to our backup system to counteract the ongoing decrease in communications reliability we've been experiencing over the last few months. The next step will be to adjust commands.pl to keep retrying connections until successful, and to allow continuation of partial transfers.