context: I've been using a box previously made by someone else. I've been using vagrant up for that and it has been working out. I don't really understand vagrant and/or virtualbox. problem: I deleted some files I want to use again. question: I have made a copy of the box as soon as I started working and now I want to access that one with vagrant up. Is there a way to link that copied box to a folder (even if it's the old one)? Thanks in advance.
            Asked
            
        
        
            Active
            
        
            Viewed 34 times
        
    0
            
            
        - 
                    are you talking about the [vagrant box](https://www.vagrantup.com/docs/boxes.html) or the generated VM ? – Frederic Henri Nov 09 '16 at 14:57
 - 
                    what's a generated vm? – StackOvernizer Nov 09 '16 at 15:01
 - 
                    the VM in VirtualBox. vagrant has the box which is in `~/.vagrant.d/boxes/
– Frederic Henri Nov 09 '16 at 15:06  - 
                    well I want to access a copy of the VM. I made a copy of it on VirtualBox, it's called
Clone – StackOvernizer Nov 09 '16 at 15:09 - 
                    check http://stackoverflow.com/questions/9434313/how-do-i-associate-a-vagrant-project-directory-with-an-existing-virtualbox-vm/25516777#25516777 – Frederic Henri Nov 09 '16 at 15:12