ProxMox 6.3 - Accidently copied data to (Local)

vid

Member
Dec 30, 2020
1
0
21
54
Hi all,

Hoping someone can help me, I accidently copied multiple .qcow2 files to the (local) storage by mistake and would like to delete the files as the disk is only 27gb's and is now 82% full. Any assistance to remove these files would be greatly appreciated. thanks!
 
Hi,
Local is just a directory storage, which means that all you have to do is cd to the directory which you copied them to and do rm *.qcow2. Or have I missed something?