LinuxCommandLibrary

vagrant-snapshot

Save and restore Vagrant VM states

TLDR

Save snapshot

$ vagrant snapshot save [name]
copy
Restore snapshot
$ vagrant snapshot restore [name]
copy
List snapshots
$ vagrant snapshot list
copy
Delete snapshot
$ vagrant snapshot delete [name]
copy
Quick save
$ vagrant snapshot push
copy

SYNOPSIS

vagrant snapshot command [options]

DESCRIPTION

vagrant snapshot manages VM snapshots. Save and restore VM states for testing and development. Supports named snapshots and quick push/pop operations.

PARAMETERS

save name

Create named snapshot.
restore name
Restore to snapshot.
list
List snapshots.
delete name
Remove snapshot.
push
Quick save (unnamed).
pop
Restore and delete last push.

SEE ALSO

vagrant(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community