btrbk: add comment

pull/542/head
Axel Burri 2022-06-06 11:49:54 +02:00
parent fe137bd19c
commit 544d95e094
1 changed files with 2 additions and 1 deletions

3
btrbk
View File

@ -7043,7 +7043,8 @@ MAIN:
if(scalar @schedule)
{
DEBUG "Checking schedule for backup candidates";
# add all present backups as informative_only: these are needed for correct results of schedule()
# Add all present backups as informative_only: these are needed for correct results of schedule().
# Note that we don't filter readonly here, in order to also get garbled targets.
foreach my $vol (@{vinfo_subvol_list($droot, btrbk_direct_leaf => $snapshot_basename)}) {
push(@schedule, { informative_only => 1,
value => $vol,