mirror of https://github.com/digint/btrbk
btrbk: add comment
parent
fe137bd19c
commit
544d95e094
3
btrbk
3
btrbk
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue