]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-import-rsnapshot.md
Documentation/bup-save.md: change --strip-prefix to --strip-path.
[bup.git] / 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.