[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

[ANN] Subversion Handy Backup (SHB

Simon Strandgaard

1/25/2006 12:52:00 PM

Purpose:
create a repository backup, compress, encrypt and split
it into small chunks that can be mailed to a gmail account.


Actually its a Rake file with the following rules:

rake backup # creates a hotcopy backup of the repository.
rake checkout # checkout's a working copy.
rake clean # wipe all temporary files.
rake create # creates an empty repository that is FSFS based.
rake recover # recover a repository from chunks.



Similar the "recover" rule concats the chunks, decrypt, and
decompress it.


prerequisits:
* ruby-1.8.x
* rake
* tmail
* GPG is used for doing an symmetric encryption.
* subversion


If you find it useful then please consider contributing.

--
Simon Strandgaard
1 Answer

Simon Strandgaard

1/26/2006 2:13:00 PM

0

On 1/25/06, Simon Strandgaard <neoneye@gmail.com> wrote:
> create a repository backup, compress, encrypt and split
> it into small chunks that can be mailed to a gmail account.
[snip]

This project is now hosted at rubyforge:
http://handy.ruby...

--
Simon Strandgaard