For posterity's sake, I have backblaze's
b2 command line utility, running in a jail. It is pretty straightforward. There is a
BSD port for b2 but it is a very old version, I recommend installing it from source.
Run the following inside of the jail:
pkg install databases/py-sqlite3
git clone https://github.com/Backblaze/B2_Command_Line_Tool.git
cd B2_Command_Line_Tool
python2.7 setup.py install
Voila! You now have the
b2
command at your disposal. I find the
b2 sync
command especially useful. I would just go ahead and update the b2 port to a later veresion but I have no idea how to.
