summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ovh/HOWTO10
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