mirror of https://github.com/digint/btrbk
btrbk: fixed backup summary text (cosmetics)
parent
1218cb7e9e
commit
f08ae7d362
2
btrbk
2
btrbk
|
@ -1806,7 +1806,7 @@ MAIN:
|
||||||
print " Config: $config->{SRC_FILE}\n";
|
print " Config: $config->{SRC_FILE}\n";
|
||||||
print "\nLegend:\n";
|
print "\nLegend:\n";
|
||||||
print " +++ created subvolume (source snapshot)\n";
|
print " +++ created subvolume (source snapshot)\n";
|
||||||
print " --- deleted subvolume (source snapshot)\n";
|
print " --- deleted subvolume\n";
|
||||||
print " *** received subvolume (non-incremental)\n";
|
print " *** received subvolume (non-incremental)\n";
|
||||||
print " >>> received subvolume (incremental)\n";
|
print " >>> received subvolume (incremental)\n";
|
||||||
# print " %>> received subvolume (incremental, resume_missing)\n";
|
# print " %>> received subvolume (incremental, resume_missing)\n";
|
||||||
|
|
Loading…
Reference in New Issue