* [pve-devel] [PATCH v2 many] fix #4995: Include symlinks in zip file restore
@ 2023-11-23 13:05 Filip Schauer
2023-11-23 13:05 ` Filip Schauer
0 siblings, 1 reply; 2+ messages in thread
From: Filip Schauer @ 2023-11-23 13:05 UTC (permalink / raw)
To: pve-devel
Include symlinks when restoring files from a backup as a zip file.
Changes since v1:
* Use P instead of &Path
* Fix compile error due to misplaced comma
* Check content before symlink_target, since regular files are more
common than symlinks
proxmox:
Filip Schauer (1):
fix #4995: compression: Include symlinks in zip file restore
proxmox-compression/src/zip.rs | 46 ++++++++++++++++++++++++++--------
1 file changed, 35 insertions(+), 11 deletions(-)
proxmox-backup:
Filip Schauer (1):
fix #4995: pxar: Include symlinks in zip file restore
pbs-client/src/pxar/extract.rs | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
--
2.39.2
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [pve-devel] [PATCH v2 many] fix #4995: Include symlinks in zip file restore
2023-11-23 13:05 [pve-devel] [PATCH v2 many] fix #4995: Include symlinks in zip file restore Filip Schauer
@ 2023-11-23 13:05 ` Filip Schauer
0 siblings, 0 replies; 2+ messages in thread
From: Filip Schauer @ 2023-11-23 13:05 UTC (permalink / raw)
To: pve-devel
Please ignore
On 23/11/2023 14:05, Filip Schauer wrote:
> Include symlinks when restoring files from a backup as a zip file.
>
> Changes since v1:
> * Use P instead of &Path
> * Fix compile error due to misplaced comma
> * Check content before symlink_target, since regular files are more
> common than symlinks
>
> proxmox:
>
> Filip Schauer (1):
> fix #4995: compression: Include symlinks in zip file restore
>
> proxmox-compression/src/zip.rs | 46 ++++++++++++++++++++++++++--------
> 1 file changed, 35 insertions(+), 11 deletions(-)
>
> proxmox-backup:
>
> Filip Schauer (1):
> fix #4995: pxar: Include symlinks in zip file restore
>
> pbs-client/src/pxar/extract.rs | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-11-23 13:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 13:05 [pve-devel] [PATCH v2 many] fix #4995: Include symlinks in zip file restore Filip Schauer
2023-11-23 13:05 ` Filip Schauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox