mirror of https://github.com/digint/btrbk
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
pull/286/head
parent
e36289a769
commit
3d2936d40c
1
btrbk
1
btrbk
|
@ -5182,6 +5182,7 @@ MAIN:
|
||||||
# we need to fake this directory on dryrun
|
# we need to fake this directory on dryrun
|
||||||
$droot->{node} = $archive_root->{node};
|
$droot->{node} = $archive_root->{node};
|
||||||
$droot->{NODE_SUBDIR} = $subvol_dir;
|
$droot->{NODE_SUBDIR} = $subvol_dir;
|
||||||
|
$droot->{VINFO_MOUNTPOINT} = $archive_root->{VINFO_MOUNTPOINT};
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
# after directory is created, try to init again
|
# after directory is created, try to init again
|
||||||
|
|
Loading…
Reference in New Issue