[pbs-devel] [PATCH proxmox-backup] pull: properly skip missing snapshots

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Nov 27 11:46:08 CET 2024


Am 27.11.24 um 10:17 schrieb Fabian Grünbichler:
> handling ENOENT might be nice as additional safeguard, not sure if we
> properly bubble that up atm though..

Yes, would be nice(r), but it indeed seems like the underlying
BackupDir::load_blob from pbs_datastore hides the actual error.
We should switch that over to use anyhow's context and probably drop the
try_block; not really useful here.




More information about the pbs-devel mailing list