]> arthur.barton.de Git - bup.git/commitdiff
Adds documentation for bup-import-rsnapshot
authorZoran Zaric <zz@zoranzaric.de>
Mon, 6 Dec 2010 12:00:06 +0000 (13:00 +0100)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 3 Jan 2011 04:57:11 +0000 (20:57 -0800)
Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
Documentation/bup-import-rsnapshot.md [new file with mode: 0644]

diff --git a/Documentation/bup-import-rsnapshot.md b/Documentation/bup-import-rsnapshot.md
new file mode 100644 (file)
index 0000000..4a0214f
--- /dev/null
@@ -0,0 +1,33 @@
+% bup-import-rsnapshot(1) Bup %BUP_VERSION%
+% Zoran Zaric <zz@zoranzaric.de>
+% %BUP_DATE%
+
+# NAME
+
+bup-import-rsnapshot - import a rsnapshot archive
+
+# SYNOPSIS
+
+bup import-rsnapshot [-n] <path to snapshot_root> [<backuptarget>]
+
+# SYNOPSIS
+
+`bup import-rsnapshot` imports a 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.
+
+# OPTIONS
+
+-n,--dry-rung
+:   don't do anything just print out what would be done
+
+# EXAMPLE
+
+    $ bup import-rsnapshot /.snapshots
+
+# BUP
+
+Part of the `bup`(1) suite.