README 678 B

12345678910111213141516171819202122232425
  1. $OpenBSD: README,v 1.1 2013/08/26 09:37:52 landry Exp $
  2. +-----------------------------------------------------------------------
  3. | Running ${FULLPKGNAME} on OpenBSD
  4. +-----------------------------------------------------------------------
  5. Config
  6. ======
  7. Configure the main section in ${SYSCONFDIR}/barman.conf for the
  8. database(s) you want barman to backup.
  9. Cron Job
  10. ========
  11. put the following in _barman's crontab
  12. #crontab -u _barman -l
  13. 0 * * * * ${TRUEPREFIX}/bin/barman cron
  14. 54 0 * * * ${TRUEPREFIX}/bin/barman backup all
  15. The first job performs maintenance tasks, such as moving incoming WAL
  16. files to the appropriate directory.
  17. The second job performs the actual backup.