From 2e8e4ddefc4911681c1136930f3a31724f2603ec Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Sat, 23 Apr 2016 14:58:08 +0200 Subject: [PATCH] btrbk: cosmetics: change info log of send/receive; change topic line; fix typos --- btrbk | 6 +++--- doc/upgrade_to_v0.23.0.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/btrbk b/btrbk index 3653b3b..fbdab0b 100755 --- a/btrbk +++ b/btrbk @@ -2,7 +2,7 @@ =head1 NAME -btrbk - backup tool for btrfs volumes +btrbk - create snapshots and remote backups of btrfs subvolumes =head1 SYNOPSIS @@ -893,7 +893,7 @@ sub btrfs_send_receive($$$$;@) my $vol_received = vinfo_child($target, $snapshot->{NAME}); $$ret_vol_received = $vol_received if(ref $ret_vol_received); - print STDOUT "Receiving subvolume: $vol_received->{PRINT}\n" if($show_progress && (not $dryrun)); + print STDOUT "Creating backup: $vol_received->{PRINT}\n" if($show_progress && (not $dryrun)); INFO "[send/receive] source: $snapshot->{PRINT}"; INFO "[send/receive] parent: $parent->{PRINT}" if($parent); @@ -1057,7 +1057,7 @@ sub btrfs_send_to_file($$$$;@) my $vol_received = vinfo_child($target, $target_filename); $$ret_vol_received = $vol_received if(ref $ret_vol_received); - print STDOUT "Receiving raw subvolume image: $vol_received->{PRINT}\n" if($show_progress && (not $dryrun)); + print STDOUT "Creating raw backup: $vol_received->{PRINT}\n" if($show_progress && (not $dryrun)); INFO "[send-to-raw] source: $source->{PRINT}"; INFO "[send-to-raw] parent: $parent->{PRINT}" if($parent); diff --git a/doc/upgrade_to_v0.23.0.md b/doc/upgrade_to_v0.23.0.md index 507eb01..b47b371 100644 --- a/doc/upgrade_to_v0.23.0.md +++ b/doc/upgrade_to_v0.23.0.md @@ -70,8 +70,8 @@ But what you probably want is something like: This states: * Keep all snapshots for five days (no matter how many there are) - * Transfer only the first snapshot ot a day to the target - * Keep all "first snapshots of a day" for days, etc. + * Transfer only the first snapshot of a day to the target + * Keep all "first snapshots of a day" for `` days, etc. ### Upgrade "resume_missing"