Re: [pve-devel] [RFC container v3 27/34] create: factor out tar restore command helper

2024-11-12 Thread Fabian Grünbichler
Reviewed-by: Fabian Grünbichler IMHO this would also be a candidate for applying now - but held off because of the RFC prefix ;) On November 7, 2024 5:51 pm, Fiona Ebner wrote: > In preparation to re-use it for restore from backup providers. > > Signed-off-by: Fiona Ebner > --- > > New in v3.

[pve-devel] [RFC container v3 27/34] create: factor out tar restore command helper

2024-11-07 Thread Fiona Ebner
In preparation to re-use it for restore from backup providers. Signed-off-by: Fiona Ebner --- New in v3. src/PVE/LXC/Create.pm | 42 +- 1 file changed, 25 insertions(+), 17 deletions(-) diff --git a/src/PVE/LXC/Create.pm b/src/PVE/LXC/Create.pm index 7c