ytnobody / Testament

This repository is old. Please see https://github.com/testament-testing-env/Testament
Other
7 stars 2 forks source link

boot 時のOS のロールバックオプション #64

Closed moznion closed 11 years ago

ytnobody commented 11 years ago

これやるにはまず backupサブコマンドの実装が必要。

ytnobody commented 11 years ago

vagrantのバックアップ方法わからない・・・ qemuの場合、hda.imgをコピーすればいいんだけど。 とりあえずTestament::Virtにbackupメソッド生やしておきます。

ytnobody commented 11 years ago

QEMU側実装done.

そして以下のサブコマンド追加。

  backup_list [os-text os-version architecture] : show backup list of specified box
  backup [os-text os-version architecture backup_name] : backup specified box image
  restore [os-text os-version architecture backup_name] : restore from specified backup image
  purge_backup [os-text os-version architecture backup_name] : purge specified backup image