From 930e2cfbf053d0a93f7bb7a39f83613857e63f97 Mon Sep 17 00:00:00 2001 From: Axel Burri Date: Thu, 19 Mar 2015 13:16:58 +0100 Subject: [PATCH] documentation: cosmetics --- btrbk | 2 +- doc/btrbk.1 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/btrbk b/btrbk index 4402038..2b4ec20 100755 --- a/btrbk +++ b/btrbk @@ -117,7 +117,7 @@ sub HELP_MESSAGE print STDERR " -l LEVEL set loglevel (warn, info, debug, trace)\n"; print STDERR "\n"; print STDERR "commands:\n"; - print STDERR " run perform backup operations as defined in configuration\n"; + print STDERR " run perform backup operations as defined in the configuration\n"; print STDERR " dryrun don't run btrfs commands, just show what would be executed\n"; print STDERR " info print useful filesystem information\n"; print STDERR " tree shows backup tree\n"; diff --git a/doc/btrbk.1 b/doc/btrbk.1 index d8498a0..9dda5bb 100644 --- a/doc/btrbk.1 +++ b/doc/btrbk.1 @@ -52,9 +52,9 @@ performed for the specified subvolumes (which must match a volume/subvolume declaration in the configuration file), and the -p (preserve backups) option is implied. .PP -First, btrbk reads information from the source/target btrfs volumes in -order to do sanity checks and find out about parent/child as well as -received-from relationships. +First, btrbk reads information from the source and target btrfs +volumes in order to perform sanity checks and identify parent/child +and received-from relationships. .PP If the checks succeed, btrbk creates snapshots for all the source subvolumes specified in the configuration file. @@ -65,17 +65,17 @@ found. If no common parent subvolume is found, a full backup is created. .PP In a last step, previous snapshots and backup subvolumes that are not -preserved by the current retention policy will be deleted. This step -will be skipped if the -p (preserve backups) option is present. +preserved by their configured retention policy will be deleted. This +step will be skipped if the -p (preserve backups) option is present. .RE .PP .B dryrun [subvolume...] .RS 4 Don't run btrfs commands, just show the snapshots and backup -subvolumes that what would be created/deleted by the \fBrun\fR -command. Use in conjunction with \fI\-l debug\fR to see the btrfs -commands that would be executed. +subvolumes that would be created/deleted by the \fBrun\fR command. Use +in conjunction with \fI\-l debug\fR to see the btrfs commands that +would be executed. .RE .PP .B info