]> arthur.barton.de Git - bup.git/commitdiff
import-duplicity: document as EXPERIMENTAL
authorRob Browning <rlb@defaultvalue.org>
Mon, 9 Mar 2015 02:11:28 +0000 (21:11 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 9 Mar 2015 02:11:28 +0000 (21:11 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-import-duplicity.md
cmd/import-duplicity-cmd.py

index 0826b6a74ef7750193e5c16034d48afe619c165b..b09840b18b618ff075c04adab23360b9126b256e 100644 (file)
@@ -6,6 +6,10 @@
 
 bup-import-duplicity - import duplicity backups
 
+# WARNING
+
+bup-import-duplicity is **EXPERIMENTAL** (proceed with caution)
+
 # SYNOPSIS
 
 bup import-duplicity [-n] \<source-url\> \<save-name\>
index 3798d75c2c6ac51effe05e7222767c8385139ef6..163d4faf8101e4ac61d48c258c9c2384d1f67ee5 100755 (executable)
@@ -40,6 +40,8 @@ def exo(cmd, shell=False):
 
 handle_ctrl_c()
 
+log('\nbup: import-duplicity is EXPERIMENTAL (proceed with caution)\n\n')
+
 o = options.Options(optspec)
 opt, flags, extra = o.parse(sys.argv[1:])