Re: [pve-devel] [PATCH container] implement CT reinstall option for restore

2020-04-09 Thread Fabian Grünbichler
On April 1, 2020 12:44 pm, Oguz Bektas wrote: > this adds the 'reinstall' flag, which is a special forced restore > (overwrites an existing container with chosen template) isn't this backwards? a reinstall should be a special force create (based on the current config, instead of an empty one), no

[pve-devel] [PATCH container] implement CT reinstall option for restore

2020-04-01 Thread Oguz Bektas
this adds the 'reinstall' flag, which is a special forced restore (overwrites an existing container with chosen template) testing command example: pct restore /path/to/template/file --reinstall --storage local-lvm --unprivileged 1 --password 123456 should reinstall the CT with the given templa