vblade-persist-convert.txt 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. VBLADE-PERSIST-CONVERT(8)
  2. =========================
  3. NAME
  4. ----
  5. vblade-persist-convert - convert vblade-persist export configurations
  6. SYNOPSIS
  7. --------
  8. Usage:
  9. ----
  10. vblade-persist-convert [<vblade-directory> [ <runit-directory>]]
  11. ----
  12. Beware: The order is "destination", "source", assuming the first is
  13. the one that's overridden more often, for e.g. a pre-flight check.
  14. OPTIONS
  15. -------
  16. The `<runit-directory>` defaults to `/var/lib/vblade-persist/vblades/`,
  17. the `<vblade-directory>` to `/etc/vblade.conf.d/`.
  18. DESCRIPTION
  19. -----------
  20. This program eases transition of vblade exports from the runit sniplets
  21. provided by vblade-persist(1) to the configuration files managed by
  22. vblade(8). The subdirectory names in `<runit-directory>`, consisting of
  23. shelf and slot name, are re-used as configuration file name, prefixed
  24. with "`vblade.persist.`". No configuration item should get lost.
  25. AUTHOR
  26. ------
  27. This manpage was written for the Debian project by Christoph Biedl
  28. <debian.axhn@manchmal.in-ulm.de> but may be used by others.