Possible feature addition: file location for backups/images/isos.

ap1545

New Member
May 22, 2026
1
0
1
I don't know where to give feature ideas for PROXMOX but I think it'd be really nice to when looking at images/isos/backups in the storage tab of a PROXMOX node to have the file path listed somewhere. I generally just use the GUI for everything PROXMOX, but moving around these files are the main reason I use the CLI.

Thats it :).
 
The default path is /var/lib/vz, which is listed under Datacenter / Storage in the webui - you can setup an alias in e.g. ~/.bashrc

alias cdiso='cd /var/lib/vz/template/iso/; ls -alh'

I also heartily recommend using Midnight Commander to move files around ;-)
 
  • Like
Reactions: Johannes S