Hello, What command did you use?
I run a test, and I can see the snaps are still there. I did export using pure Virtualbox, and then using Vagrant: mini:~ kikitux$ vagrant package --base ub --output ub.box *==> ub: Exporting VM...* *==> ub: Compressing package to: /Users/kikitux/ub.box* mini:~ kikitux$ ls -al ub.box Documents/ub.ova -rw------- 1 kikitux staff 81K 17 Mar 11:18 Documents/ub.ova -rw-r--r-- 1 kikitux staff 3.7K 17 Mar 11:20 ub.box mini:~ kikitux$ mini:~ kikitux$ mkdir t mini:~ kikitux$ cd t mini:t kikitux$ tar zxvf ../ub.box x ./box-disk1.vmdk x ./box.ovf x ./Vagrantfile mini:t kikitux$ ls -al total 176 drwxr-xr-x 5 kikitux staff 170B 17 Mar 11:22 ./ drwxr-xr-x+ 71 kikitux staff 2.4K 17 Mar 11:22 ../ -rw-r--r-- 1 kikitux staff 505B 17 Mar 11:20 Vagrantfile -rw------- 1 kikitux staff 67K 17 Mar 11:20 box-disk1.vmdk -rw------- 1 kikitux staff 12K 17 Mar 11:20 box.ovf mini:t kikitux$ On Thu, Mar 17, 2016 at 4:40 AM, <[email protected]> wrote: > Hey guys, > > I was wondering if its possible to export a vagrant box containing > snapshots that I took using `vagrant snapshot`? > > I have tried just packaging a box with several snapshots and they are all > discarded upon packaging. > > Thanks, > Nick > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/69ba19fd-50ce-4385-b015-8b8fcf198fd3%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/69ba19fd-50ce-4385-b015-8b8fcf198fd3%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0ezUsheTccS_H0ZOJmjuGi3Lq9GfOOQFyOecyLSEboZr2A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
