Feature Tests
If you have the right to run mount
and mknod
, you can test more features by doing:
sh ./stuff/sample-env-make
This produces a test environment in /tmp/rabak-sample-data
. Data will be backed up into /tmp/rabak-sample-backup
. You can run the sample configurations provided in rabak.sample.cf
:
rabak -c rabak.sample.cf backup sample_firstof
rabak -c rabak.sample.cf -i Tue backup sample_targetgroup
rabak -c rabak.sample.cf -i Tue2 backup sample_targetgroup
When you're done, you can remove the test environment:
sh ./stuff/sample-env-remove
Check out the docs and the *.cf
files for more insight.