btrbk: cosmetics (logging and summary text about -p option)

pull/88/head
Axel Burri 2016-04-11 22:02:31 +02:00
parent 1e91f179d4
commit 7a334097c1
1 changed files with 2 additions and 2 deletions

4
btrbk
View File

@ -4261,7 +4261,7 @@ MAIN:
# #
my $schedule_results = []; my $schedule_results = [];
if($preserve_backups || $resume_only) { if($preserve_backups || $resume_only) {
INFO "Preserving all backups (option \"-p\" or \"-r\" present)"; INFO "Preserving all snapshots and backups (option \"-p\" or \"-r\" present)";
} }
else else
{ {
@ -4450,7 +4450,7 @@ MAIN:
print "\nNOTE: No snapshots created (option -r present)\n"; print "\nNOTE: No snapshots created (option -r present)\n";
} }
if($preserve_backups || $resume_only) { if($preserve_backups || $resume_only) {
print "\nNOTE: Preserved all backups (option -p or -r present)\n"; print "\nNOTE: Preserved all snapshots and backups (option -p or -r present)\n";
} }
if($exit_status) { if($exit_status) {
print "\nNOTE: Some errors occurred, which may result in missing backups!\n"; print "\nNOTE: Some errors occurred, which may result in missing backups!\n";