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 | bc901adc1441d6f11c53dacb5bbca7acdcf03361 (patch) | |
tree | a8eb55a2163c6ae260725002bced1490ba127f57 /ovh/HOWTO | |
parent | 5def0bff05d0d6e70717837eead3720dd2ac79e4 (diff) |
ovh: add HOWTO
imported from #tincspasm
Diffstat (limited to 'ovh/HOWTO')
-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 |