Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created April 5, 2020 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/9f8dcd24db69fb8ea757d42ee1a87ef0 to your computer and use it in GitHub Desktop.
Save r-ryantm/9f8dcd24db69fb8ea757d42ee1a87ef0 to your computer and use it in GitHub Desktop.
/nix/store/2lr5n744c0wwx7mr8nd3ij8qv28abbpw-duplicity-0.8.12.1612
├── bin
│   ├── duplicity
│   └── rdiffdir
├── lib
│   └── python3.7
│   └── site-packages
│   ├── duplicity
│   │   ├── asyncscheduler.py
│   │   ├── backend.py
│   │   ├── backends
│   │   │   ├── adbackend.py
│   │   │   ├── azurebackend.py
│   │   │   ├── b2backend.py
│   │   │   ├── _boto_multi.py
│   │   │   ├── _boto_single.py
│   │   │   ├── cfbackend.py
│   │   │   ├── _cf_cloudfiles.py
│   │   │   ├── _cf_pyrax.py
│   │   │   ├── dpbxbackend.py
│   │   │   ├── gdocsbackend.py
│   │   │   ├── giobackend.py
│   │   │   ├── hsibackend.py
│   │   │   ├── hubicbackend.py
│   │   │   ├── imapbackend.py
│   │   │   ├── __init__.py
│   │   │   ├── jottacloudbackend.py
│   │   │   ├── lftpbackend.py
│   │   │   ├── localbackend.py
│   │   │   ├── mediafirebackend.py
│   │   │   ├── megabackend.py
│   │   │   ├── multibackend.py
│   │   │   ├── ncftpbackend.py
│   │   │   ├── onedrivebackend.py
│   │   │   ├── par2backend.py
│   │   │   ├── pcabackend.py
│   │   │   ├── __pycache__
│   │   │   │   ├── adbackend.cpython-37.pyc
│   │   │   │   ├── azurebackend.cpython-37.pyc
│   │   │   │   ├── b2backend.cpython-37.pyc
│   │   │   │   ├── _boto_multi.cpython-37.pyc
│   │   │   │   ├── _boto_single.cpython-37.pyc
│   │   │   │   ├── cfbackend.cpython-37.pyc
│   │   │   │   ├── _cf_cloudfiles.cpython-37.pyc
│   │   │   │   ├── _cf_pyrax.cpython-37.pyc
│   │   │   │   ├── dpbxbackend.cpython-37.pyc
│   │   │   │   ├── gdocsbackend.cpython-37.pyc
│   │   │   │   ├── giobackend.cpython-37.pyc
│   │   │   │   ├── hsibackend.cpython-37.pyc
│   │   │   │   ├── hubicbackend.cpython-37.pyc
│   │   │   │   ├── imapbackend.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── jottacloudbackend.cpython-37.pyc
│   │   │   │   ├── lftpbackend.cpython-37.pyc
│   │   │   │   ├── localbackend.cpython-37.pyc
│   │   │   │   ├── mediafirebackend.cpython-37.pyc
│   │   │   │   ├── megabackend.cpython-37.pyc
│   │   │   │   ├── multibackend.cpython-37.pyc
│   │   │   │   ├── ncftpbackend.cpython-37.pyc
│   │   │   │   ├── onedrivebackend.cpython-37.pyc
│   │   │   │   ├── par2backend.cpython-37.pyc
│   │   │   │   ├── pcabackend.cpython-37.pyc
│   │   │   │   ├── pydrivebackend.cpython-37.pyc
│   │   │   │   ├── rclonebackend.cpython-37.pyc
│   │   │   │   ├── rsyncbackend.cpython-37.pyc
│   │   │   │   ├── s3_boto3_backend.cpython-37.pyc
│   │   │   │   ├── s3_boto_backend.cpython-37.pyc
│   │   │   │   ├── ssh_paramiko_backend.cpython-37.pyc
│   │   │   │   ├── ssh_pexpect_backend.cpython-37.pyc
│   │   │   │   ├── swiftbackend.cpython-37.pyc
│   │   │   │   ├── sxbackend.cpython-37.pyc
│   │   │   │   ├── tahoebackend.cpython-37.pyc
│   │   │   │   └── webdavbackend.cpython-37.pyc
│   │   │   ├── pydrivebackend.py
│   │   │   ├── pyrax_identity
│   │   │   │   ├── hubic.py
│   │   │   │   ├── __init__.py
│   │   │   │   └── __pycache__
│   │   │   │   ├── hubic.cpython-37.pyc
│   │   │   │   └── __init__.cpython-37.pyc
│   │   │   ├── rclonebackend.py
│   │   │   ├── rsyncbackend.py
│   │   │   ├── s3_boto3_backend.py
│   │   │   ├── s3_boto_backend.py
│   │   │   ├── ssh_paramiko_backend.py
│   │   │   ├── ssh_pexpect_backend.py
│   │   │   ├── swiftbackend.py
│   │   │   ├── sxbackend.py
│   │   │   ├── tahoebackend.py
│   │   │   └── webdavbackend.py
│   │   ├── cached_ops.py
│   │   ├── commandline.py
│   │   ├── diffdir.py
│   │   ├── dup_collections.py
│   │   ├── dup_main.py
│   │   ├── dup_temp.py
│   │   ├── dup_threading.py
│   │   ├── dup_time.py
│   │   ├── errors.py
│   │   ├── filechunkio.py
│   │   ├── file_naming.py
│   │   ├── globals.py
│   │   ├── globmatch.py
│   │   ├── gpginterface.py
│   │   ├── gpg.py
│   │   ├── __init__.py
│   │   ├── lazy.py
│   │   ├── _librsync.cpython-37m-x86_64-linux-gnu.so
│   │   ├── librsync.py
│   │   ├── log.py
│   │   ├── manifest.py
│   │   ├── patchdir.py
│   │   ├── path.py
│   │   ├── progress.py
│   │   ├── __pycache__
│   │   │   ├── asyncscheduler.cpython-37.pyc
│   │   │   ├── backend.cpython-37.pyc
│   │   │   ├── cached_ops.cpython-37.pyc
│   │   │   ├── commandline.cpython-37.pyc
│   │   │   ├── diffdir.cpython-37.pyc
│   │   │   ├── dup_collections.cpython-37.pyc
│   │   │   ├── dup_main.cpython-37.pyc
│   │   │   ├── dup_temp.cpython-37.pyc
│   │   │   ├── dup_threading.cpython-37.pyc
│   │   │   ├── dup_time.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── filechunkio.cpython-37.pyc
│   │   │   ├── file_naming.cpython-37.pyc
│   │   │   ├── globals.cpython-37.pyc
│   │   │   ├── globmatch.cpython-37.pyc
│   │   │   ├── gpg.cpython-37.pyc
│   │   │   ├── gpginterface.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── lazy.cpython-37.pyc
│   │   │   ├── librsync.cpython-37.pyc
│   │   │   ├── log.cpython-37.pyc
│   │   │   ├── manifest.cpython-37.pyc
│   │   │   ├── patchdir.cpython-37.pyc
│   │   │   ├── path.cpython-37.pyc
│   │   │   ├── progress.cpython-37.pyc
│   │   │   ├── robust.cpython-37.pyc
│   │   │   ├── selection.cpython-37.pyc
│   │   │   ├── statistics.cpython-37.pyc
│   │   │   ├── tarfile.cpython-37.pyc
│   │   │   ├── tempdir.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   ├── robust.py
│   │   ├── selection.py
│   │   ├── statistics.py
│   │   ├── tarfile.py
│   │   ├── tempdir.py
│   │   └── util.py
│   └── duplicity-0.8.12.0.dist-info
│   ├── AUTHORS
│   ├── COPYING
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
├── doc
│   └── duplicity-0.8.12.0
│   ├── AUTHORS
│   ├── CHANGELOG
│   ├── Changelog.GNU
│   ├── COPYING
│   ├── README
│   ├── README-LOG
│   ├── README-REPO
│   └── README-TESTING
├── locale
│   ├── bg
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── bs
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── ca
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── ca@valencia
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── cs
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── el
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── en_AU
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── en_GB
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── eo
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── es
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── fi
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── fr
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── gl
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── he
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── hu
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── id
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── io
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── it
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── ja
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── km
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── ms
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── nb
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── nl
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── oc
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── pl
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── pt
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── pt_BR
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── ru
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── sl
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── sq
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── sr
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── sv
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── tr
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── ug
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── uk
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   ├── zh_CN
│   │   └── LC_MESSAGES
│   │   └── duplicity.mo
│   └── zh_TW
│   └── LC_MESSAGES
│   └── duplicity.mo
└── man
└── man1
├── duplicity.1.gz
└── rdiffdir.1.gz
94 directories, 197 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment