From: Zoran Zaric Date: Mon, 24 Sep 2012 23:13:31 +0000 (+0200) Subject: Add documentation for import-duplicity X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c8f938b026fc5b1d127d5c92535bdc44b3c22e18;p=packages%2Fb%2Fbup.git Add documentation for import-duplicity Signed-off-by: Zoran Zaric --- diff --git a/Documentation/bup-import-duplicity.md b/Documentation/bup-import-duplicity.md new file mode 100644 index 0000000..6fbcf6a --- /dev/null +++ b/Documentation/bup-import-duplicity.md @@ -0,0 +1,30 @@ +% bup-import-duplicity(1) Bup %BUP_VERSION% +% Zoran Zaric +% %BUP_DATE% + +# NAME + +bup-import-duplicity - import a duplicity archive + +# SYNOPSIS + +bup import-duplicity [-n] + +# 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.