Menu

Tree [r284] /
 History

HTTPS access


File Date Author Commit
 DupMerge 2008-04-10 steppicrew [r268] rabak: parameter -q means really quiet to stdout
 GraphViz 2008-04-10 steppicrew [r268] rabak: parameter -q means really quiet to stdout
 RabakLib 2008-04-14 steppicrew [r282] changed parameter in expandMacro
 samples 2008-04-11 steppicrew [r272] changes in samples
 stuff 2008-04-11 steppicrew [r271] Conf.pm/File.pm: - changed object resolution
 test-bak 2007-03-12 steppicrew [r1]
 test-data 2007-03-12 steppicrew [r1]
 CHANGELOG 2008-04-11 steppicrew [r271] Conf.pm/File.pm: - changed object resolution
 LICENSE 2008-04-14 steppicrew [r283] changed license
 README 2008-04-11 steppicrew [r271] Conf.pm/File.pm: - changed object resolution
 TODO 2007-10-03 dr-berlin [r241] Various small edits...
 Test.t 2008-04-11 steppicrew [r271] Conf.pm/File.pm: - changed object resolution
 dupmerge.pl 2008-04-11 steppicrew [r271] Conf.pm/File.pm: - changed object resolution
 faster-dupemerge 2007-03-12 steppicrew [r1]
 rabak 2008-04-14 steppicrew [r284] changed version to 1.0rc2
 rabak.pl 2007-07-18 steppicrew [r144] - patched mysql inheritence
 rabak.sample.cf 2008-04-11 steppicrew [r271] Conf.pm/File.pm: - changed object resolution
 rabak.secret.cf 2007-07-17 steppicrew [r143] - implemented command: rabak doc
 rabak.std.cf 2008-04-11 steppicrew [r274] rabak.std.cf: minor fixes

Read Me

Welcome! This is Rabak, a backup tool


Requirements
============
You need Linux or Cygwin. Other plattforms may work too. We didn't try.

You need rsync. I know rabak does't work before version 2.6.4.
Maybe even a newer one is requires. The newer the better.

You need Perl, I don't know which version. Probably >= 5.8

You need the Mail::Send perl module. Fetch it from CPAN:
cpan -i Mail::Send

To use faster-dupemerge, you will need the Perl module Digest::SHA1.
To install it do:
cpan -i Digest::SHA1


Installation
============
Make a directory /usr/local/rabak and copy the contents of this
directory there.


Quick Start
===========
Change to the installation directory:
cd /usr/local/rabak

Look at the documentation:
./rabak doc

Make a test backup:
./rabak -c rabak.sample.cf backup test

Have a look at the result:
ls -lA test-bak

Read the documentation:
perldoc RabakLib::Doc

Configure Rabak:
cp rabak.sample.cf rabak.cf
nano -w rabak.cf

The 'cd' is a bit awkward, I know. I'll find a trick to let
Rabak find it's libraries later.


Feature Tests
=============
If you have the right to run mount and mknod, you can test more
features by doing:

cd stuff; sh testdev-make; cd ..

This produces a test environment in test-data. Data will be
backed up into test-bak. You can run the sample configurations
provided in rabak.sample.cf:

./rabak -c rabak.sample.cf backup test_firstof
./rabak -c rabak.sample.cf -i Tue backup test_targetgroup
./rabak -c rabak.sample.cf -i Tue2 backup test_targetgroup

When you're done, you can remove the test environment:

cd stuff; sh testdev-remove; cd ..

Check out the docs and the *.cf files for more insight.


Further reading
===============

Documentation is available through rabak itself:
./rabak doc

The most recent version and complete docs are available at:
http://www.raisin.de/rabak


Developers
==========
You can extend Rabak and add backup types. Have a look into
the RabakLib/Type directory.


Have fun!
Dietrich Raisin <info1@raisin.de>
Stephan Hantigk <steppi@steppicrew.de>

License
=======

See the LICENSE file.