diff options
author | makefu <github@syntax-fehler.de> | 2011-08-24 17:52:50 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2011-08-24 17:52:50 +0200 |
commit | 14786b561f054a8ffac26eb4f3f66921a1e37e53 (patch) | |
tree | bfa97cb90a24263efae88b0eb6db493db3f8a1e1 | |
parent | c2b413721570d34f9342dc3d5265950d93811a5a (diff) |
ovh: add HOWTO
imported from #tincspasm
-rw-r--r-- | ovh/HOWTO | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ovh/HOWTO b/ovh/HOWTO new file mode 100644 index 00000000..f76cf9c5 --- /dev/null +++ b/ovh/HOWTO @@ -0,0 +1,10 @@ +#!/bin/sh +# Author: tv + +cd ovh/soapi +export KREBS_OVH_USER=... +export KREBS_OVH_PASS=... +make install +zoneExport > /tmp/foo +$EDITOR /tmp/foo +zoneImport < /tmp/foo |