http://nkuz2tpok7ctwd5ueer5bytj3bm42vp7lgjcsnznal3stotg6vyaakyd.onion/rbm_tutorial.html
In this example, we
will use ~/rbm , but you could use anything : $ mkdir ~/rbm
$ cd ~/rbm The first thing to do is to create the main configuration file, which
will contain the configuration for all projects in this workspace. For
now, we will just add the compress_tar option, and add more options
later when needed. $ cat > rbm.conf < < END
compress_tar: xz
END The compress_tar options means that we want tarballs to be compressed
using xz.