From 7a334097c13f8e760b6ca75076948a7eb4cbed42 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Mon, 11 Apr 2016 22:02:31 +0200 Subject: [PATCH] btrbk: cosmetics (logging and summary text about -p option) --- btrbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/btrbk b/btrbk index 74a5af0..65250e6 100755 --- a/btrbk +++ b/btrbk @@ -4261,7 +4261,7 @@ MAIN: # my $schedule_results = []; 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 { @@ -4450,7 +4450,7 @@ MAIN: print "\nNOTE: No snapshots created (option -r present)\n"; } 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) { print "\nNOTE: Some errors occurred, which may result in missing backups!\n";