From 3d2936d40ce245f67e87defcd81727681f22d984 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 18 Apr 2019 17:24:38 +0200 Subject: [PATCH] btrbk: fix regression for "btrbk archive -n" resolve by mountpoint needs VINFO_MOUNTPOINT, which was not inserted on fake mkdir: 514e69243a btrbk: add "incremental_resolve" configuration option --- btrbk | 1 + 1 file changed, 1 insertion(+) diff --git a/btrbk b/btrbk index 7ef83c6..a419fca 100755 --- a/btrbk +++ b/btrbk @@ -5182,6 +5182,7 @@ MAIN: # we need to fake this directory on dryrun $droot->{node} = $archive_root->{node}; $droot->{NODE_SUBDIR} = $subvol_dir; + $droot->{VINFO_MOUNTPOINT} = $archive_root->{VINFO_MOUNTPOINT}; } else { # after directory is created, try to init again