.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "bup-import-duplicity" "1" "0.33.3" "Bup 0.33.3" "" .hy .SH NAME .PP bup-import-duplicity - import duplicity backups .SH WARNING .PP bup-import-duplicity is \f[B]EXPERIMENTAL\f[R] (proceed with caution) .SH SYNOPSIS .PP bup import-duplicity [-n] .SH DESCRIPTION .PP \f[V]bup import-duplicity\f[R] imports all of the duplicity backups at \f[V]source-url\f[R] into \f[V]bup\f[R] via \f[V]bup save -n save-name\f[R]. The bup saves will have the same timestamps (via \f[V]bup save --date\f[R]) as the original backups. .PP Because this command operates by restoring each duplicity backup to a temporary directory, the extent to which the metadata is preserved will depend on the characteristics of the underlying filesystem, whether or not you run \f[V]import-duplicity\f[R] as root (or under \f[V]fakeroot\f[R](1)), etc. .PP Note that this command will use \f[V]mkdtemp\f[R] (https://docs.python.org/3/library/tempfile.html#tempfile.mkdtemp) to create temporary directories, which means that it should respect any \f[V]TEMPDIR\f[R], \f[V]TEMP\f[R], or \f[V]TMP\f[R] environment variable settings. Make sure that the relevant filesystem has enough space for the largest duplicity backup being imported. .PP Since all invocations of duplicity use a temporary \f[V]--archive-dir\f[R], \f[V]import-duplicity\f[R] should not affect \[ti]/.cache/duplicity. .SH OPTIONS .TP -n, --dry-run don\[cq]t do anything; just print out what would be done .SH EXAMPLES .IP .nf \f[C] $ bup import-duplicity file:///duplicity/src/ legacy-duplicity \f[R] .fi .SH BUP .PP Part of the \f[V]bup\f[R](1) suite. .SH AUTHORS Zoran Zaric , Rob Browning .