.gitignore
AUTHORS
CHANGELOG
COPYING
Changelog.GNU
README
README-LOG
README-REPO
README-TESTING
compilec.py
pylintrc
readthedocs.yaml
requirements.txt
setup.cfg
setup.py
tox.ini
bin/duplicity
bin/duplicity.1
bin/rdiffdir
bin/rdiffdir.1
debian/changelog
debian/compat
debian/control
debian/copyright
debian/rules
debian/source/format
dist/makepip
dist/makesnap
docs/Makefile
docs/compilec.rst
docs/conf.py
docs/duplicity.asyncscheduler.rst
docs/duplicity.backend.rst
docs/duplicity.backends.adbackend.rst
docs/duplicity.backends.azurebackend.rst
docs/duplicity.backends.b2backend.rst
docs/duplicity.backends.cfbackend.rst
docs/duplicity.backends.dpbxbackend.rst
docs/duplicity.backends.gdocsbackend.rst
docs/duplicity.backends.giobackend.rst
docs/duplicity.backends.hsibackend.rst
docs/duplicity.backends.hubicbackend.rst
docs/duplicity.backends.imapbackend.rst
docs/duplicity.backends.jottacloudbackend.rst
docs/duplicity.backends.lftpbackend.rst
docs/duplicity.backends.localbackend.rst
docs/duplicity.backends.mediafirebackend.rst
docs/duplicity.backends.megabackend.rst
docs/duplicity.backends.multibackend.rst
docs/duplicity.backends.ncftpbackend.rst
docs/duplicity.backends.onedrivebackend.rst
docs/duplicity.backends.par2backend.rst
docs/duplicity.backends.pcabackend.rst
docs/duplicity.backends.pydrivebackend.rst
docs/duplicity.backends.pyrax_identity.hubic.rst
docs/duplicity.backends.pyrax_identity.rst
docs/duplicity.backends.rclonebackend.rst
docs/duplicity.backends.rst
docs/duplicity.backends.rsyncbackend.rst
docs/duplicity.backends.s3_boto3_backend.rst
docs/duplicity.backends.s3_boto_backend.rst
docs/duplicity.backends.ssh_paramiko_backend.rst
docs/duplicity.backends.ssh_pexpect_backend.rst
docs/duplicity.backends.swiftbackend.rst
docs/duplicity.backends.sxbackend.rst
docs/duplicity.backends.tahoebackend.rst
docs/duplicity.backends.webdavbackend.rst
docs/duplicity.cached_ops.rst
docs/duplicity.collections.rst
docs/duplicity.commandline.rst
docs/duplicity.compilec.rst
docs/duplicity.config.rst
docs/duplicity.diffdir.rst
docs/duplicity.dup_collections.rst
docs/duplicity.dup_main.rst
docs/duplicity.dup_temp.rst
docs/duplicity.dup_threading.rst
docs/duplicity.dup_time.rst
docs/duplicity.errors.rst
docs/duplicity.file_naming.rst
docs/duplicity.filechunkio.rst
docs/duplicity.globmatch.rst
docs/duplicity.gpg.rst
docs/duplicity.gpginterface.rst
docs/duplicity.lazy.rst
docs/duplicity.librsync.rst
docs/duplicity.log.rst
docs/duplicity.manifest.rst
docs/duplicity.patchdir.rst
docs/duplicity.path.rst
docs/duplicity.progress.rst
docs/duplicity.robust.rst
docs/duplicity.rst
docs/duplicity.selection.rst
docs/duplicity.statistics.rst
docs/duplicity.tarfile.rst
docs/duplicity.tempdir.rst
docs/duplicity.util.rst
docs/index.rst
docs/make.bat
docs/modules.rst
docs/setup.rst
docs/testing.conftest.rst
docs/testing.find_unadorned_strings.rst
docs/testing.fix_unadorned_strings.rst
docs/testing.functional.rst
docs/testing.functional.test_badupload.rst
docs/testing.functional.test_cleanup.rst
docs/testing.functional.test_final.rst
docs/testing.functional.test_log.rst
docs/testing.functional.test_rdiffdir.rst
docs/testing.functional.test_replicate.rst
docs/testing.functional.test_restart.rst
docs/testing.functional.test_selection.rst
docs/testing.functional.test_verify.rst
docs/testing.manual.rst
docs/testing.overrides.gettext.rst
docs/testing.overrides.rst
docs/testing.rst
docs/testing.test_code.rst
docs/testing.unit.rst
docs/testing.unit.test_backend.rst
docs/testing.unit.test_backend_instance.rst
docs/testing.unit.test_collections.rst
docs/testing.unit.test_diffdir.rst
docs/testing.unit.test_dup_temp.rst
docs/testing.unit.test_dup_time.rst
docs/testing.unit.test_file_naming.rst
docs/testing.unit.test_globmatch.rst
docs/testing.unit.test_gpg.rst
docs/testing.unit.test_gpginterface.rst
docs/testing.unit.test_lazy.rst
docs/testing.unit.test_manifest.rst
docs/testing.unit.test_patchdir.rst
docs/testing.unit.test_path.rst
docs/testing.unit.test_selection.rst
docs/testing.unit.test_statistics.rst
docs/testing.unit.test_tarfile.rst
docs/testing.unit.test_tempdir.rst
docs/testing.unit.test_util.rst
duplicity/__init__.py
duplicity/_librsyncmodule.c
duplicity/asyncscheduler.py
duplicity/backend.py
duplicity/cached_ops.py
duplicity/commandline.py
duplicity/config.py
duplicity/diffdir.py
duplicity/dup_collections.py
duplicity/dup_main.py
duplicity/dup_temp.py
duplicity/dup_threading.py
duplicity/dup_time.py
duplicity/errors.py
duplicity/file_naming.py
duplicity/filechunkio.py
duplicity/globmatch.py
duplicity/gpg.py
duplicity/gpginterface.py
duplicity/lazy.py
duplicity/librsync.py
duplicity/log.py
duplicity/manifest.py
duplicity/patchdir.py
duplicity/path.py
duplicity/progress.py
duplicity/robust.py
duplicity/selection.py
duplicity/statistics.py
duplicity/tarfile.py
duplicity/tempdir.py
duplicity/util.py
duplicity.egg-info/PKG-INFO
duplicity.egg-info/SOURCES.txt
duplicity.egg-info/dependency_links.txt
duplicity.egg-info/requires.txt
duplicity.egg-info/top_level.txt
duplicity/backends/README
duplicity/backends/__init__.py
duplicity/backends/_boto_multi.py
duplicity/backends/_boto_single.py
duplicity/backends/_cf_cloudfiles.py
duplicity/backends/_cf_pyrax.py
duplicity/backends/adbackend.py
duplicity/backends/azurebackend.py
duplicity/backends/b2backend.py
duplicity/backends/cfbackend.py
duplicity/backends/dpbxbackend.py
duplicity/backends/gdocsbackend.py
duplicity/backends/giobackend.py
duplicity/backends/hsibackend.py
duplicity/backends/hubicbackend.py
duplicity/backends/imapbackend.py
duplicity/backends/jottacloudbackend.py
duplicity/backends/lftpbackend.py
duplicity/backends/localbackend.py
duplicity/backends/mediafirebackend.py
duplicity/backends/megabackend.py
duplicity/backends/multibackend.py
duplicity/backends/ncftpbackend.py
duplicity/backends/onedrivebackend.py
duplicity/backends/par2backend.py
duplicity/backends/pcabackend.py
duplicity/backends/pydrivebackend.py
duplicity/backends/rclonebackend.py
duplicity/backends/rsyncbackend.py
duplicity/backends/s3_boto3_backend.py
duplicity/backends/s3_boto_backend.py
duplicity/backends/ssh_paramiko_backend.py
duplicity/backends/ssh_pexpect_backend.py
duplicity/backends/swiftbackend.py
duplicity/backends/sxbackend.py
duplicity/backends/tahoebackend.py
duplicity/backends/webdavbackend.py
duplicity/backends/pyrax_identity/__init__.py
duplicity/backends/pyrax_identity/hubic.py
po/LINGUAS
po/Makevars
po/POTFILES.in
po/POTFILES.skip
po/bg.po
po/bo.po
po/bs.po
po/ca.po
po/ca@valencia.po
po/cs.po
po/de.po
po/duplicity.pot
po/el.po
po/en_AU.po
po/en_GB.po
po/eo.po
po/es.po
po/fi.po
po/fr.po
po/gl.po
po/he.po
po/hu.po
po/id.po
po/io.po
po/it.po
po/ja.po
po/km.po
po/ms.po
po/nb.po
po/nl.po
po/oc.po
po/pl.po
po/pt.po
po/pt_BR.po
po/ro.po
po/ru.po
po/sl.po
po/sq.po
po/sr.po
po/sv.po
po/tr.po
po/ug.po
po/uk.po
po/update-pot
po/zh_CN.po
po/zh_TW.po
po/bg/duplicity.mo
po/bs/duplicity.mo
po/ca/duplicity.mo
po/ca@valencia/duplicity.mo
po/cs/duplicity.mo
po/de/duplicity.mo
po/el/duplicity.mo
po/en_AU/duplicity.mo
po/en_GB/duplicity.mo
po/eo/duplicity.mo
po/es/duplicity.mo
po/fi/duplicity.mo
po/fr/duplicity.mo
po/gl/duplicity.mo
po/he/duplicity.mo
po/hu/duplicity.mo
po/id/duplicity.mo
po/io/duplicity.mo
po/it/duplicity.mo
po/ja/duplicity.mo
po/km/duplicity.mo
po/ms/duplicity.mo
po/nb/duplicity.mo
po/nl/duplicity.mo
po/oc/duplicity.mo
po/pl/duplicity.mo
po/pt/duplicity.mo
po/pt_BR/duplicity.mo
po/ru/duplicity.mo
po/sl/duplicity.mo
po/sq/duplicity.mo
po/sr/duplicity.mo
po/sv/duplicity.mo
po/tr/duplicity.mo
po/ug/duplicity.mo
po/uk/duplicity.mo
po/zh_CN/duplicity.mo
po/zh_TW/duplicity.mo
snap/snapcraft.yaml
snap/local/README-SNAP.txt
snap/local/changelog.txt
testing/__init__.py
testing/conftest.py
testing/find_unadorned_strings.py
testing/fix_unadorned_strings.py
testing/run-tests
testing/test_code.py
testing/testfiles.tar.gz
testing/docker/.env
testing/docker/build-duplicity_test.sh
testing/docker/docker-compose.yml
testing/docker/id_rsa
testing/docker/id_rsa.pub
test
评论0