]> git.proxmox.com Git - proxmox-backup.git/commit
client: tools: helper to check pxar filename extensions
authorChristian Ebner <c.ebner@proxmox.com>
Tue, 21 May 2024 15:18:38 +0000 (17:18 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 5 Jun 2024 14:39:41 +0000 (16:39 +0200)
commit65dee618cc42848f243c8876e29440f2e39b5292
tree3e53829feda996fb885a2eaa32ffce65a0c749da
parent4d1831ef56023a63f55caced0b9b4eff11636640
client: tools: helper to check pxar filename extensions

With the introduction of split pxar archives, the allowed extensions
are now `.pxar`, `.mpxar` and `.ppxar`. Add a helper function to
allow to check for all valid variants, including the optional
additional `.didx` in case of a server archive name.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
pbs-client/src/tools/mod.rs