]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-import-rsnapshot.md
test-rdiff-backup: enable for python 3
[bup.git] / Documentation / bup-import-rsnapshot.md
index 4a0214f1a3e1a79029a27a77a42466e65ff5e35f..261ae3118466b5316e5b9d1509bbf6dd55ec187d 100644 (file)
@@ -8,26 +8,28 @@ bup-import-rsnapshot - import a rsnapshot archive
 
 # SYNOPSIS
 
-bup import-rsnapshot [-n] <path to snapshot_root> [<backuptarget>]
+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.