Skip to content

Instantly share code, notes, and snippets.

@marcparadise
marcparadise / migration.sh
Created December 17, 2019 19:36 — forked from jeremymv2/migration.sh
knife-ec-backup examples
#!/bin/bash
set -e
# Customize all these values
# youre source/destination keys and
# configs will differ
BACKUPDIR="backups"
BACKUPLOG="./migration_backup.log"
RESTORELOG="./migration_restore.log"