본문 바로가기

컴터 때찌/E​xperience

[vagrant] 스냅샷 기능

https://www.vagrantup.com/docs/cli/snapshot.html  여기 보니까

vagrant snapshot [vm이름] [스냅샷이름]

이렇게 하면 된다고 하는데, cgPwn 설치하면서 vagrant를 설치해서 vm이름이 뭔지 모르겠음..

vagrant status 하면 가상머신 이름이 나올거 같았는데 딱히 이름 같은거는 안보여서

결과에서 나온 default 를 넣어서 하니까 그냥 됨


Nullui-MacBook-Pro:cgPwn null$ vagrant status

Current machine states:


default                   running (virtualbox)


The VM is running. To stop this VM, you can run `vagrant halt` to

shut it down forcefully, or you can run `vagrant suspend` to simply

suspend the virtual machine. In either case, to restart it again,

simply run `vagrant up`.

Nullui-MacBook-Pro:cgPwn null$ vagrant snapshot save default Beforealex

==> default: Snapshotting the machine as 'Beforealex'...

==> default: Snapshot saved! You can restore the snapshot at any time by

==> default: using `vagrant snapshot restore`. You can delete it using

==> default: `vagrant snapshot delete`.