Zum Inhalt springen

Duplicity: Unterschied zwischen den Versionen

Aus Foxwiki
Die 5 zuletzt angesehenen Seiten:  IPv4/Subnetting/Aufgaben » Rufus » Hostnamectl » alien » duplicity
Keine Bearbeitungszusammenfassung
K Textersetzung - „line>“ durch „line copy>“
 
(9 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{{DISPLAYTITLE:duplicity}}
'''{{BASEPAGENAME}}''' - Verschlüsselte, Bandbreiten-effiziente Datensicherung
== Links ==
 
=== Projekt ===
== Beschreibung ==
=== Weblinks ===
Duplicity sichert Verzeichnisse
* Erstellen verschlüsselter tar-Format-Dateien
* Speichert dieser auf einem entfernten oder lokalen Dateiserver
 
; librsync
Da duplicity librsync nutzt, sind die inkrementellen Archive sehr Plattenplatz-sparend und enthalten nur die Dateiteile, die sich seit der letzten Sicherung geändert haben.
* Weil duplicity GnuPG zum Verschlüsseln und/oder Signieren dieser Archive nutzt, sind sie sicher vor Ausspähen oder Verändern auf dem Server.
 
== Installation ==
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
 
=== Dateien ===
/.
/usr
/usr/bin
/usr/bin/duplicity
/usr/lib
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/lib/python3/dist-packages/duplicity
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info/PKG-INFO
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info/dependency_links.txt
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info/entry_points.txt
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info/requires.txt
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info/top_level.txt
/usr/lib/python3/dist-packages/duplicity/__init__.py
/usr/lib/python3/dist-packages/duplicity/__main__.py
/usr/lib/python3/dist-packages/duplicity/_librsync.cpython-313-x86_64-linux-gnu.so
/usr/lib/python3/dist-packages/duplicity/_librsyncmodule.c
/usr/lib/python3/dist-packages/duplicity/argparse311.py
/usr/lib/python3/dist-packages/duplicity/backend.py
/usr/lib/python3/dist-packages/duplicity/backend_pool.py
/usr/lib/python3/dist-packages/duplicity/backends
/usr/lib/python3/dist-packages/duplicity/backends/__init__.py
/usr/lib/python3/dist-packages/duplicity/backends/_cf_cloudfiles.py
/usr/lib/python3/dist-packages/duplicity/backends/_cf_pyrax.py
/usr/lib/python3/dist-packages/duplicity/backends/_testbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/adbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/azurebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/b2backend.py
/usr/lib/python3/dist-packages/duplicity/backends/boxbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/cfbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/dpbxbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/gdocsbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/gdrivebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/giobackend.py
/usr/lib/python3/dist-packages/duplicity/backends/hsibackend.py
/usr/lib/python3/dist-packages/duplicity/backends/hubicbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/idrivedbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/imapbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/jottacloudbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/lftpbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/localbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/mediafirebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/megabackend.py
/usr/lib/python3/dist-packages/duplicity/backends/megav2backend.py
/usr/lib/python3/dist-packages/duplicity/backends/megav3backend.py
/usr/lib/python3/dist-packages/duplicity/backends/multibackend.py
/usr/lib/python3/dist-packages/duplicity/backends/ncftpbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/onedrivebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/par2backend.py
/usr/lib/python3/dist-packages/duplicity/backends/pcabackend.py
/usr/lib/python3/dist-packages/duplicity/backends/pydrivebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/pyrax_identity
/usr/lib/python3/dist-packages/duplicity/backends/pyrax_identity/__init__.py
/usr/lib/python3/dist-packages/duplicity/backends/pyrax_identity/hubic.py
/usr/lib/python3/dist-packages/duplicity/backends/rclonebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/rsyncbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/s3_boto3_backend.py
/usr/lib/python3/dist-packages/duplicity/backends/slatebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/ssh_paramiko_backend.py
/usr/lib/python3/dist-packages/duplicity/backends/ssh_pexpect_backend.py
/usr/lib/python3/dist-packages/duplicity/backends/swiftbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/sxbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/tahoebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/webdavbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/xorrisobackend.py
/usr/lib/python3/dist-packages/duplicity/cached_ops.py
/usr/lib/python3/dist-packages/duplicity/cli_data.py
/usr/lib/python3/dist-packages/duplicity/cli_main.py
/usr/lib/python3/dist-packages/duplicity/cli_util.py
/usr/lib/python3/dist-packages/duplicity/config.py
/usr/lib/python3/dist-packages/duplicity/diffdir.py
/usr/lib/python3/dist-packages/duplicity/dup_collections.py
/usr/lib/python3/dist-packages/duplicity/dup_main.py
/usr/lib/python3/dist-packages/duplicity/dup_tarfile.py
/usr/lib/python3/dist-packages/duplicity/dup_temp.py
/usr/lib/python3/dist-packages/duplicity/dup_time.py
/usr/lib/python3/dist-packages/duplicity/errors.py
/usr/lib/python3/dist-packages/duplicity/file_naming.py
/usr/lib/python3/dist-packages/duplicity/filechunkio.py
/usr/lib/python3/dist-packages/duplicity/globmatch.py
/usr/lib/python3/dist-packages/duplicity/gpg.py
/usr/lib/python3/dist-packages/duplicity/gpginterface.py
/usr/lib/python3/dist-packages/duplicity/lazy.py
/usr/lib/python3/dist-packages/duplicity/librsync.py
/usr/lib/python3/dist-packages/duplicity/log.py
/usr/lib/python3/dist-packages/duplicity/manifest.py
/usr/lib/python3/dist-packages/duplicity/patchdir.py
/usr/lib/python3/dist-packages/duplicity/path.py
/usr/lib/python3/dist-packages/duplicity/progress.py
/usr/lib/python3/dist-packages/duplicity/robust.py
/usr/lib/python3/dist-packages/duplicity/selection.py
/usr/lib/python3/dist-packages/duplicity/statistics.py
/usr/lib/python3/dist-packages/duplicity/tempdir.py
/usr/lib/python3/dist-packages/duplicity/util.py
/usr/share
/usr/share/doc
/usr/share/doc/duplicity
/usr/share/doc/duplicity/NEWS.Debian.gz
/usr/share/doc/duplicity/README-LOG.md
/usr/share/doc/duplicity/README-REPO.md
/usr/share/doc/duplicity/README-SNAP.md
/usr/share/doc/duplicity/README-TESTING.md
/usr/share/doc/duplicity/README.md
/usr/share/doc/duplicity/changelog.Debian.amd64.gz
/usr/share/doc/duplicity/changelog.Debian.gz
/usr/share/doc/duplicity/changelog.gz
/usr/share/doc/duplicity/copyright
/usr/share/doc/duplicity/examples
/usr/share/doc/duplicity/examples/system-backup
/usr/share/doc/duplicity/requirements.txt
/usr/share/locale
/usr/share/locale/af_ZA
/usr/share/locale/af_ZA/LC_MESSAGES
/usr/share/locale/af_ZA/LC_MESSAGES/duplicity.mo
/usr/share/locale/ar_SA
/usr/share/locale/ar_SA/LC_MESSAGES
/usr/share/locale/ar_SA/LC_MESSAGES/duplicity.mo
/usr/share/locale/ca_ES
/usr/share/locale/ca_ES/LC_MESSAGES
/usr/share/locale/ca_ES/LC_MESSAGES/duplicity.mo
/usr/share/locale/cs_CZ
/usr/share/locale/cs_CZ/LC_MESSAGES
/usr/share/locale/cs_CZ/LC_MESSAGES/duplicity.mo
/usr/share/locale/da_DK
/usr/share/locale/da_DK/LC_MESSAGES
/usr/share/locale/da_DK/LC_MESSAGES/duplicity.mo
/usr/share/locale/de_AT
/usr/share/locale/de_AT/LC_MESSAGES
/usr/share/locale/de_AT/LC_MESSAGES/duplicity.mo
/usr/share/locale/de_DE
/usr/share/locale/de_DE/LC_MESSAGES
/usr/share/locale/de_DE/LC_MESSAGES/duplicity.mo
/usr/share/locale/el_GR
/usr/share/locale/el_GR/LC_MESSAGES
/usr/share/locale/el_GR/LC_MESSAGES/duplicity.mo
/usr/share/locale/en_AU
/usr/share/locale/en_AU/LC_MESSAGES
/usr/share/locale/en_AU/LC_MESSAGES/duplicity.mo
/usr/share/locale/en_GB
/usr/share/locale/en_GB/LC_MESSAGES
/usr/share/locale/en_GB/LC_MESSAGES/duplicity.mo
/usr/share/locale/en_PR
/usr/share/locale/en_PR/LC_MESSAGES
/usr/share/locale/en_PR/LC_MESSAGES/duplicity.mo
/usr/share/locale/en_US
/usr/share/locale/en_US/LC_MESSAGES
/usr/share/locale/en_US/LC_MESSAGES/duplicity.mo
/usr/share/locale/es_EM
/usr/share/locale/es_EM/LC_MESSAGES
/usr/share/locale/es_EM/LC_MESSAGES/duplicity.mo
/usr/share/locale/es_ES
/usr/share/locale/es_ES/LC_MESSAGES
/usr/share/locale/es_ES/LC_MESSAGES/duplicity.mo
/usr/share/locale/es_MX
/usr/share/locale/es_MX/LC_MESSAGES
/usr/share/locale/es_MX/LC_MESSAGES/duplicity.mo
/usr/share/locale/es_PR
/usr/share/locale/es_PR/LC_MESSAGES
/usr/share/locale/es_PR/LC_MESSAGES/duplicity.mo
/usr/share/locale/es_US
/usr/share/locale/es_US/LC_MESSAGES
/usr/share/locale/es_US/LC_MESSAGES/duplicity.mo
/usr/share/locale/fi_FI
/usr/share/locale/fi_FI/LC_MESSAGES
/usr/share/locale/fi_FI/LC_MESSAGES/duplicity.mo
/usr/share/locale/fr_FR
/usr/share/locale/fr_FR/LC_MESSAGES
/usr/share/locale/fr_FR/LC_MESSAGES/duplicity.mo
/usr/share/locale/he_IL
/usr/share/locale/he_IL/LC_MESSAGES
/usr/share/locale/he_IL/LC_MESSAGES/duplicity.mo
/usr/share/locale/hu_HU
/usr/share/locale/hu_HU/LC_MESSAGES
/usr/share/locale/hu_HU/LC_MESSAGES/duplicity.mo
/usr/share/locale/it_IT
/usr/share/locale/it_IT/LC_MESSAGES
/usr/share/locale/it_IT/LC_MESSAGES/duplicity.mo
/usr/share/locale/ja_JP
/usr/share/locale/ja_JP/LC_MESSAGES
/usr/share/locale/ja_JP/LC_MESSAGES/duplicity.mo
/usr/share/locale/ko_KR
/usr/share/locale/ko_KR/LC_MESSAGES
/usr/share/locale/ko_KR/LC_MESSAGES/duplicity.mo
/usr/share/locale/nl_BE
/usr/share/locale/nl_BE/LC_MESSAGES
/usr/share/locale/nl_BE/LC_MESSAGES/duplicity.mo
/usr/share/locale/nl_NL
/usr/share/locale/nl_NL/LC_MESSAGES
/usr/share/locale/nl_NL/LC_MESSAGES/duplicity.mo
/usr/share/locale/nl_SR
/usr/share/locale/nl_SR/LC_MESSAGES
/usr/share/locale/nl_SR/LC_MESSAGES/duplicity.mo
/usr/share/locale/no_NO
/usr/share/locale/no_NO/LC_MESSAGES
/usr/share/locale/no_NO/LC_MESSAGES/duplicity.mo
/usr/share/locale/pl_PL
/usr/share/locale/pl_PL/LC_MESSAGES
/usr/share/locale/pl_PL/LC_MESSAGES/duplicity.mo
/usr/share/locale/pt_BR
/usr/share/locale/pt_BR/LC_MESSAGES
/usr/share/locale/pt_BR/LC_MESSAGES/duplicity.mo
/usr/share/locale/pt_PT
/usr/share/locale/pt_PT/LC_MESSAGES
/usr/share/locale/pt_PT/LC_MESSAGES/duplicity.mo
/usr/share/locale/ro_RO
/usr/share/locale/ro_RO/LC_MESSAGES
/usr/share/locale/ro_RO/LC_MESSAGES/duplicity.mo
/usr/share/locale/ru_BY
/usr/share/locale/ru_BY/LC_MESSAGES
/usr/share/locale/ru_BY/LC_MESSAGES/duplicity.mo
/usr/share/locale/ru_MD
/usr/share/locale/ru_MD/LC_MESSAGES
/usr/share/locale/ru_MD/LC_MESSAGES/duplicity.mo
/usr/share/locale/ru_RU
/usr/share/locale/ru_RU/LC_MESSAGES
/usr/share/locale/ru_RU/LC_MESSAGES/duplicity.mo
/usr/share/locale/ru_UA
/usr/share/locale/ru_UA/LC_MESSAGES
/usr/share/locale/ru_UA/LC_MESSAGES/duplicity.mo
/usr/share/locale/sr_SP
/usr/share/locale/sr_SP/LC_MESSAGES
/usr/share/locale/sr_SP/LC_MESSAGES/duplicity.mo
/usr/share/locale/sv_SE
/usr/share/locale/sv_SE/LC_MESSAGES
/usr/share/locale/sv_SE/LC_MESSAGES/duplicity.mo
/usr/share/locale/tr_TR
/usr/share/locale/tr_TR/LC_MESSAGES
/usr/share/locale/tr_TR/LC_MESSAGES/duplicity.mo
/usr/share/locale/uk_UA
/usr/share/locale/uk_UA/LC_MESSAGES
/usr/share/locale/uk_UA/LC_MESSAGES/duplicity.mo
/usr/share/locale/vi_VN
/usr/share/locale/vi_VN/LC_MESSAGES
/usr/share/locale/vi_VN/LC_MESSAGES/duplicity.mo
/usr/share/locale/zh_CN
/usr/share/locale/zh_CN/LC_MESSAGES
/usr/share/locale/zh_CN/LC_MESSAGES/duplicity.mo
/usr/share/locale/zh_HK
/usr/share/locale/zh_HK/LC_MESSAGES
/usr/share/locale/zh_HK/LC_MESSAGES/duplicity.mo
/usr/share/locale/zh_MO
/usr/share/locale/zh_MO/LC_MESSAGES
/usr/share/locale/zh_MO/LC_MESSAGES/duplicity.mo
/usr/share/locale/zh_SG
/usr/share/locale/zh_SG/LC_MESSAGES
/usr/share/locale/zh_SG/LC_MESSAGES/duplicity.mo
/usr/share/locale/zh_TW
/usr/share/locale/zh_TW/LC_MESSAGES
/usr/share/locale/zh_TW/LC_MESSAGES/duplicity.mo
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/duplicity.1.gz
 
== Aufruf ==
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
 
=== Optionen ===
{| class="wikitable sortable options gnu"
|-
! Unix !! GNU !! Parameter !! Beschreibung
|-
| || || ||
|-
|}
 
=== Parameter ===
 
=== Umgebungsvariablen ===
 
=== Exit-Status ===
{| class="wikitable options col1center"
|-
! Wert !! Beschreibung
|-
| 0 || Erfolg
|-
| >0  || Fehler
|}
 
== Anwendung ==
<syntaxhighlight lang="bash" highlight="1" line copy>
</syntaxhighlight>
 
=== Problembehebung ===
 
== Konfiguration ==
 
=== Dateien ===
{| class="wikitable options"
|-
! Datei !! Beschreibung
|-
| ||
|-
| ||
|}
<noinclude>
 
== Anhang ==
 
=== Siehe auch ===
<div style="column-count:3">
<categorytree hideroot=on mode="pages">{{BASEPAGENAME}}</categorytree>
</div>
----
{{Special:PrefixIndex/{{BASEPAGENAME}}/}}
=== Dokumentation ===
 
; Man-Page
<!--
# [https://manpages.debian.org/stable/procps/pgrep.1.de.html prep(1)]
-->
 
; Info-Pages
 
=== Links ===
==== Projekt ====
 
==== Weblinks ====
# [https://de.wikipedia.org/wiki/Duplicity_(Software) duplicity]
# [https://de.wikipedia.org/wiki/Duplicity_(Software) duplicity]


[[Kategorie:Linux/Backup]]
[[Kategorie:Linux/Backup]]
{{DEFAULTSORT:duplicity}}
{{DEFAULTSORT:duplicity}}
{{DISPLAYTITLE:duplicity}}
[[Kategorie:Linux/Befehl]]
</noinclude>

Aktuelle Version vom 11. Mai 2025, 13:40 Uhr

Duplicity - Verschlüsselte, Bandbreiten-effiziente Datensicherung

Beschreibung

Duplicity sichert Verzeichnisse

  • Erstellen verschlüsselter tar-Format-Dateien
  • Speichert dieser auf einem entfernten oder lokalen Dateiserver
librsync

Da duplicity librsync nutzt, sind die inkrementellen Archive sehr Plattenplatz-sparend und enthalten nur die Dateiteile, die sich seit der letzten Sicherung geändert haben.

  • Weil duplicity GnuPG zum Verschlüsseln und/oder Signieren dieser Archive nutzt, sind sie sicher vor Ausspähen oder Verändern auf dem Server.

Installation

Dateien

/.
/usr
/usr/bin
/usr/bin/duplicity
/usr/lib
/usr/lib/python3
/usr/lib/python3/dist-packages
/usr/lib/python3/dist-packages/duplicity
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info/PKG-INFO
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info/dependency_links.txt
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info/entry_points.txt
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info/requires.txt
/usr/lib/python3/dist-packages/duplicity-3.0.4.egg-info/top_level.txt
/usr/lib/python3/dist-packages/duplicity/__init__.py
/usr/lib/python3/dist-packages/duplicity/__main__.py
/usr/lib/python3/dist-packages/duplicity/_librsync.cpython-313-x86_64-linux-gnu.so
/usr/lib/python3/dist-packages/duplicity/_librsyncmodule.c
/usr/lib/python3/dist-packages/duplicity/argparse311.py
/usr/lib/python3/dist-packages/duplicity/backend.py
/usr/lib/python3/dist-packages/duplicity/backend_pool.py
/usr/lib/python3/dist-packages/duplicity/backends
/usr/lib/python3/dist-packages/duplicity/backends/__init__.py
/usr/lib/python3/dist-packages/duplicity/backends/_cf_cloudfiles.py
/usr/lib/python3/dist-packages/duplicity/backends/_cf_pyrax.py
/usr/lib/python3/dist-packages/duplicity/backends/_testbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/adbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/azurebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/b2backend.py
/usr/lib/python3/dist-packages/duplicity/backends/boxbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/cfbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/dpbxbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/gdocsbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/gdrivebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/giobackend.py
/usr/lib/python3/dist-packages/duplicity/backends/hsibackend.py
/usr/lib/python3/dist-packages/duplicity/backends/hubicbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/idrivedbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/imapbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/jottacloudbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/lftpbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/localbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/mediafirebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/megabackend.py
/usr/lib/python3/dist-packages/duplicity/backends/megav2backend.py
/usr/lib/python3/dist-packages/duplicity/backends/megav3backend.py
/usr/lib/python3/dist-packages/duplicity/backends/multibackend.py
/usr/lib/python3/dist-packages/duplicity/backends/ncftpbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/onedrivebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/par2backend.py
/usr/lib/python3/dist-packages/duplicity/backends/pcabackend.py
/usr/lib/python3/dist-packages/duplicity/backends/pydrivebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/pyrax_identity
/usr/lib/python3/dist-packages/duplicity/backends/pyrax_identity/__init__.py
/usr/lib/python3/dist-packages/duplicity/backends/pyrax_identity/hubic.py
/usr/lib/python3/dist-packages/duplicity/backends/rclonebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/rsyncbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/s3_boto3_backend.py
/usr/lib/python3/dist-packages/duplicity/backends/slatebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/ssh_paramiko_backend.py
/usr/lib/python3/dist-packages/duplicity/backends/ssh_pexpect_backend.py
/usr/lib/python3/dist-packages/duplicity/backends/swiftbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/sxbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/tahoebackend.py
/usr/lib/python3/dist-packages/duplicity/backends/webdavbackend.py
/usr/lib/python3/dist-packages/duplicity/backends/xorrisobackend.py
/usr/lib/python3/dist-packages/duplicity/cached_ops.py
/usr/lib/python3/dist-packages/duplicity/cli_data.py
/usr/lib/python3/dist-packages/duplicity/cli_main.py
/usr/lib/python3/dist-packages/duplicity/cli_util.py
/usr/lib/python3/dist-packages/duplicity/config.py
/usr/lib/python3/dist-packages/duplicity/diffdir.py
/usr/lib/python3/dist-packages/duplicity/dup_collections.py
/usr/lib/python3/dist-packages/duplicity/dup_main.py
/usr/lib/python3/dist-packages/duplicity/dup_tarfile.py
/usr/lib/python3/dist-packages/duplicity/dup_temp.py
/usr/lib/python3/dist-packages/duplicity/dup_time.py
/usr/lib/python3/dist-packages/duplicity/errors.py
/usr/lib/python3/dist-packages/duplicity/file_naming.py
/usr/lib/python3/dist-packages/duplicity/filechunkio.py
/usr/lib/python3/dist-packages/duplicity/globmatch.py
/usr/lib/python3/dist-packages/duplicity/gpg.py
/usr/lib/python3/dist-packages/duplicity/gpginterface.py
/usr/lib/python3/dist-packages/duplicity/lazy.py
/usr/lib/python3/dist-packages/duplicity/librsync.py
/usr/lib/python3/dist-packages/duplicity/log.py
/usr/lib/python3/dist-packages/duplicity/manifest.py
/usr/lib/python3/dist-packages/duplicity/patchdir.py
/usr/lib/python3/dist-packages/duplicity/path.py
/usr/lib/python3/dist-packages/duplicity/progress.py
/usr/lib/python3/dist-packages/duplicity/robust.py
/usr/lib/python3/dist-packages/duplicity/selection.py
/usr/lib/python3/dist-packages/duplicity/statistics.py
/usr/lib/python3/dist-packages/duplicity/tempdir.py
/usr/lib/python3/dist-packages/duplicity/util.py
/usr/share
/usr/share/doc
/usr/share/doc/duplicity
/usr/share/doc/duplicity/NEWS.Debian.gz
/usr/share/doc/duplicity/README-LOG.md
/usr/share/doc/duplicity/README-REPO.md
/usr/share/doc/duplicity/README-SNAP.md
/usr/share/doc/duplicity/README-TESTING.md
/usr/share/doc/duplicity/README.md
/usr/share/doc/duplicity/changelog.Debian.amd64.gz
/usr/share/doc/duplicity/changelog.Debian.gz
/usr/share/doc/duplicity/changelog.gz
/usr/share/doc/duplicity/copyright
/usr/share/doc/duplicity/examples
/usr/share/doc/duplicity/examples/system-backup
/usr/share/doc/duplicity/requirements.txt
/usr/share/locale
/usr/share/locale/af_ZA
/usr/share/locale/af_ZA/LC_MESSAGES
/usr/share/locale/af_ZA/LC_MESSAGES/duplicity.mo
/usr/share/locale/ar_SA
/usr/share/locale/ar_SA/LC_MESSAGES
/usr/share/locale/ar_SA/LC_MESSAGES/duplicity.mo
/usr/share/locale/ca_ES
/usr/share/locale/ca_ES/LC_MESSAGES
/usr/share/locale/ca_ES/LC_MESSAGES/duplicity.mo
/usr/share/locale/cs_CZ
/usr/share/locale/cs_CZ/LC_MESSAGES
/usr/share/locale/cs_CZ/LC_MESSAGES/duplicity.mo
/usr/share/locale/da_DK
/usr/share/locale/da_DK/LC_MESSAGES
/usr/share/locale/da_DK/LC_MESSAGES/duplicity.mo
/usr/share/locale/de_AT
/usr/share/locale/de_AT/LC_MESSAGES
/usr/share/locale/de_AT/LC_MESSAGES/duplicity.mo
/usr/share/locale/de_DE
/usr/share/locale/de_DE/LC_MESSAGES
/usr/share/locale/de_DE/LC_MESSAGES/duplicity.mo
/usr/share/locale/el_GR
/usr/share/locale/el_GR/LC_MESSAGES
/usr/share/locale/el_GR/LC_MESSAGES/duplicity.mo
/usr/share/locale/en_AU
/usr/share/locale/en_AU/LC_MESSAGES
/usr/share/locale/en_AU/LC_MESSAGES/duplicity.mo
/usr/share/locale/en_GB
/usr/share/locale/en_GB/LC_MESSAGES
/usr/share/locale/en_GB/LC_MESSAGES/duplicity.mo
/usr/share/locale/en_PR
/usr/share/locale/en_PR/LC_MESSAGES
/usr/share/locale/en_PR/LC_MESSAGES/duplicity.mo
/usr/share/locale/en_US
/usr/share/locale/en_US/LC_MESSAGES
/usr/share/locale/en_US/LC_MESSAGES/duplicity.mo
/usr/share/locale/es_EM
/usr/share/locale/es_EM/LC_MESSAGES
/usr/share/locale/es_EM/LC_MESSAGES/duplicity.mo
/usr/share/locale/es_ES
/usr/share/locale/es_ES/LC_MESSAGES
/usr/share/locale/es_ES/LC_MESSAGES/duplicity.mo
/usr/share/locale/es_MX
/usr/share/locale/es_MX/LC_MESSAGES
/usr/share/locale/es_MX/LC_MESSAGES/duplicity.mo
/usr/share/locale/es_PR
/usr/share/locale/es_PR/LC_MESSAGES
/usr/share/locale/es_PR/LC_MESSAGES/duplicity.mo
/usr/share/locale/es_US
/usr/share/locale/es_US/LC_MESSAGES
/usr/share/locale/es_US/LC_MESSAGES/duplicity.mo
/usr/share/locale/fi_FI
/usr/share/locale/fi_FI/LC_MESSAGES
/usr/share/locale/fi_FI/LC_MESSAGES/duplicity.mo
/usr/share/locale/fr_FR
/usr/share/locale/fr_FR/LC_MESSAGES
/usr/share/locale/fr_FR/LC_MESSAGES/duplicity.mo
/usr/share/locale/he_IL
/usr/share/locale/he_IL/LC_MESSAGES
/usr/share/locale/he_IL/LC_MESSAGES/duplicity.mo
/usr/share/locale/hu_HU
/usr/share/locale/hu_HU/LC_MESSAGES
/usr/share/locale/hu_HU/LC_MESSAGES/duplicity.mo
/usr/share/locale/it_IT
/usr/share/locale/it_IT/LC_MESSAGES
/usr/share/locale/it_IT/LC_MESSAGES/duplicity.mo
/usr/share/locale/ja_JP
/usr/share/locale/ja_JP/LC_MESSAGES
/usr/share/locale/ja_JP/LC_MESSAGES/duplicity.mo
/usr/share/locale/ko_KR
/usr/share/locale/ko_KR/LC_MESSAGES
/usr/share/locale/ko_KR/LC_MESSAGES/duplicity.mo
/usr/share/locale/nl_BE
/usr/share/locale/nl_BE/LC_MESSAGES
/usr/share/locale/nl_BE/LC_MESSAGES/duplicity.mo
/usr/share/locale/nl_NL
/usr/share/locale/nl_NL/LC_MESSAGES
/usr/share/locale/nl_NL/LC_MESSAGES/duplicity.mo
/usr/share/locale/nl_SR
/usr/share/locale/nl_SR/LC_MESSAGES
/usr/share/locale/nl_SR/LC_MESSAGES/duplicity.mo
/usr/share/locale/no_NO
/usr/share/locale/no_NO/LC_MESSAGES
/usr/share/locale/no_NO/LC_MESSAGES/duplicity.mo
/usr/share/locale/pl_PL
/usr/share/locale/pl_PL/LC_MESSAGES
/usr/share/locale/pl_PL/LC_MESSAGES/duplicity.mo
/usr/share/locale/pt_BR
/usr/share/locale/pt_BR/LC_MESSAGES
/usr/share/locale/pt_BR/LC_MESSAGES/duplicity.mo
/usr/share/locale/pt_PT
/usr/share/locale/pt_PT/LC_MESSAGES
/usr/share/locale/pt_PT/LC_MESSAGES/duplicity.mo
/usr/share/locale/ro_RO
/usr/share/locale/ro_RO/LC_MESSAGES
/usr/share/locale/ro_RO/LC_MESSAGES/duplicity.mo
/usr/share/locale/ru_BY
/usr/share/locale/ru_BY/LC_MESSAGES
/usr/share/locale/ru_BY/LC_MESSAGES/duplicity.mo
/usr/share/locale/ru_MD
/usr/share/locale/ru_MD/LC_MESSAGES
/usr/share/locale/ru_MD/LC_MESSAGES/duplicity.mo
/usr/share/locale/ru_RU
/usr/share/locale/ru_RU/LC_MESSAGES
/usr/share/locale/ru_RU/LC_MESSAGES/duplicity.mo
/usr/share/locale/ru_UA
/usr/share/locale/ru_UA/LC_MESSAGES
/usr/share/locale/ru_UA/LC_MESSAGES/duplicity.mo
/usr/share/locale/sr_SP
/usr/share/locale/sr_SP/LC_MESSAGES
/usr/share/locale/sr_SP/LC_MESSAGES/duplicity.mo
/usr/share/locale/sv_SE
/usr/share/locale/sv_SE/LC_MESSAGES
/usr/share/locale/sv_SE/LC_MESSAGES/duplicity.mo
/usr/share/locale/tr_TR
/usr/share/locale/tr_TR/LC_MESSAGES
/usr/share/locale/tr_TR/LC_MESSAGES/duplicity.mo
/usr/share/locale/uk_UA
/usr/share/locale/uk_UA/LC_MESSAGES
/usr/share/locale/uk_UA/LC_MESSAGES/duplicity.mo
/usr/share/locale/vi_VN
/usr/share/locale/vi_VN/LC_MESSAGES
/usr/share/locale/vi_VN/LC_MESSAGES/duplicity.mo
/usr/share/locale/zh_CN
/usr/share/locale/zh_CN/LC_MESSAGES
/usr/share/locale/zh_CN/LC_MESSAGES/duplicity.mo
/usr/share/locale/zh_HK
/usr/share/locale/zh_HK/LC_MESSAGES
/usr/share/locale/zh_HK/LC_MESSAGES/duplicity.mo
/usr/share/locale/zh_MO
/usr/share/locale/zh_MO/LC_MESSAGES
/usr/share/locale/zh_MO/LC_MESSAGES/duplicity.mo
/usr/share/locale/zh_SG
/usr/share/locale/zh_SG/LC_MESSAGES
/usr/share/locale/zh_SG/LC_MESSAGES/duplicity.mo
/usr/share/locale/zh_TW
/usr/share/locale/zh_TW/LC_MESSAGES
/usr/share/locale/zh_TW/LC_MESSAGES/duplicity.mo
/usr/share/man
/usr/share/man/man1
/usr/share/man/man1/duplicity.1.gz

Aufruf

Optionen

Unix GNU Parameter Beschreibung

Parameter

Umgebungsvariablen

Exit-Status

Wert Beschreibung
0 Erfolg
>0 Fehler

Anwendung

Problembehebung

Konfiguration

Dateien

Datei Beschreibung


Anhang

Siehe auch


Dokumentation

Man-Page
Info-Pages

Links

Projekt

Weblinks

  1. duplicity