]> arthur.barton.de Git - bup.git/commitdiff
Add documentation for import-duplicity
authorZoran Zaric <zz@zoranzaric.de>
Mon, 24 Sep 2012 23:13:31 +0000 (01:13 +0200)
committerRob Browning <rlb@defaultvalue.org>
Mon, 9 Mar 2015 01:55:14 +0000 (20:55 -0500)
Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
Documentation/bup-import-duplicity.md [new file with mode: 0644]

diff --git a/Documentation/bup-import-duplicity.md b/Documentation/bup-import-duplicity.md
new file mode 100644 (file)
index 0000000..6fbcf6a
--- /dev/null
@@ -0,0 +1,30 @@
+% bup-import-duplicity(1) Bup %BUP_VERSION%
+% Zoran Zaric <zz@zoranzaric.de>
+% %BUP_DATE%
+
+# NAME
+
+bup-import-duplicity - import a duplicity archive
+
+# SYNOPSIS
+
+bup import-duplicity [-n] <duplicity target url> <backup name>
+
+# DESCRIPTION
+
+`bup import-duplicity` imports a duplicity archive. The
+timestamps for the backups are preserved and the path to
+the duplicity archive is stripped from the paths.
+
+# OPTIONS
+
+-n,--dry-run
+:   don't do anything just print out what would be done
+
+# EXAMPLES
+
+    $ bup import-duplicty file:///DUPLICITY legacy-duplicity
+
+# BUP
+
+Part of the `bup`(1) suite.