]> arthur.barton.de Git - bup.git/commitdiff
doc/import-rsnapshot: small corrections and clarification bup-0.23a
authorGabriel Filion <lelutin@gmail.com>
Fri, 18 Feb 2011 19:15:41 +0000 (14:15 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 19 Feb 2011 23:14:29 +0000 (15:14 -0800)
There's a typo in the --dry-run option explanation.

The form "[...] or only imports all [...]" is confusing. Turn it around
a little bit so that the quantifiers are associated more easily to the
right portions of the sentence.

Also, add an example for using the backuptarget argument.

Signed-off-by: Gabriel Filion <lelutin@gmail.com>
Documentation/bup-import-rsnapshot.md

index 4a0214f1a3e1a79029a27a77a42466e65ff5e35f..d5b32db6045a2b18add5558c738afc992144c632 100644 (file)
@@ -12,22 +12,24 @@ bup import-rsnapshot [-n] <path to snapshot_root> [<backuptarget>]
 
 # SYNOPSIS
 
-`bup import-rsnapshot` imports a rsnapshot archive. The
+`bup import-rsnapshot` imports an rsnapshot archive. The
 timestamps for the backups are preserved and the path to
 the rsnapshot archive is stripped from the paths.
 
 `bup import-rsnapshot` either imports the whole archive
-or only imports all backups for a given backuptarget.
+or imports all backups only for a given backuptarget.
 
 # OPTIONS
 
--n,--dry-rung
+-n,--dry-run
 :   don't do anything just print out what would be done
 
-# EXAMPLE
+# EXAMPLES
 
     $ bup import-rsnapshot /.snapshots
 
+    $ bup import-rsnapshot /.snapshots host1
+
 # BUP
 
 Part of the `bup`(1) suite.