mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-22 23:40:33 +00:00
![]() both used the 'Display' trait of pbs_datastore::BackupDir, which is not intended to be serialized anywhere. Instead, manually format the path using the print_ns_and_snapshot helper, and conversely, parse with 'parse_ns_and_snapshot'. to be a bit safer, change the register_snapshot signature to take a BackupNamespace and BackupDir instead of a string. Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> |
||
---|---|---|
.. | ||
catalog_archive.rs | ||
chunk_archive.rs | ||
mod.rs | ||
multi_volume_reader.rs | ||
multi_volume_writer.rs | ||
snapshot_archive.rs |