mirror of
git://git.proxmox.com/git/proxmox-backup.git
synced 2025-03-11 16:58:32 +03:00
This was introduced by commit fdea4e53 ("client: implement prepare reference method") to read a reference metadata archive for detection of unchanged, reusable files when using change detection mode set to `metadata`. Avoid unnecessary cloning of the atomic reference counted `BackupReader` instance, as it is used exclusively for this codepath. Signed-off-by: Christian Ebner <c.ebner@proxmox.com>