Search found 1 match

by Daviid
02 Nov 2023, 21:06
Forum: File recovery
Topic: tar.gz deleted inside a vdi
Replies: 1
Views: 20903

tar.gz deleted inside a vdi

I had a CentOS virtualbox machine in a vdi file.

I used to develop through ssh with vscode remote feature and I wanted to move the code to my computer, create a git repository and keep track of changes like that, then deploy to the previous remote.

I was doing a tar -czf ./laravel_site.tar.gz ...