• Generally speaking, the automated tests are more stringent than what production use is going to require. So if you just want to do some backups and restores without first running the tests on your system, that's fine.
  • It's not a bad idea to run the automated tests on your system before trusting backshift for production use though.
  • To run the automated tests, you need at least one python interpreter located in one of the spots that ./this-interpreter knows about, EG:
  • To invoke the tests, simply invoke the default rule in the Makefile by cd'ing to the top directory of the source distribution and running "make"
  • You'll likely find that you need to copy bufsock.py to /usr/local/lib first, otherwise you get a traceback when trying to import bufsock.