Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created May 25, 2020 09:59
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/ea35c76fd62e96ad66aed93a25bd22e6 to your computer and use it in GitHub Desktop.
Save r-ryantm/ea35c76fd62e96ad66aed93a25bd22e6 to your computer and use it in GitHub Desktop.
/nix/store/v97yqz7iahibabnddgdlmh74c8ih3ji8-bup-0.30.1
├── bin
│   └── bup
├── lib
│   └── bup
│   ├── bup
│   │   ├── bloom.py
│   │   ├── client.py
│   │   ├── compat.py
│   │   ├── csetup.py
│   │   ├── drecurse.py
│   │   ├── gc.py
│   │   ├── git.py
│   │   ├── hashsplit.py
│   │   ├── helpers.py
│   │   ├── _helpers.so
│   │   ├── hlinkdb.py
│   │   ├── index.py
│   │   ├── __init__.py
│   │   ├── ls.py
│   │   ├── metadata.py
│   │   ├── midx.py
│   │   ├── options.py
│   │   ├── path.py
│   │   ├── _release.py
│   │   ├── repo.py
│   │   ├── rm.py
│   │   ├── shquote.py
│   │   ├── ssh.py
│   │   ├── version.py
│   │   ├── vfs.py
│   │   ├── vint.py
│   │   └── xstat.py
│   ├── cmd
│   │   ├── bup-bloom
│   │   ├── bup-cat-file
│   │   ├── bup-daemon
│   │   ├── bup-damage
│   │   ├── bup-drecurse
│   │   ├── bup-fsck
│   │   ├── bup-ftp
│   │   ├── bup-fuse
│   │   ├── bup-gc
│   │   ├── bup-get
│   │   ├── bup-help
│   │   ├── bup-import-duplicity
│   │   ├── bup-import-rdiff-backup
│   │   ├── bup-import-rsnapshot
│   │   ├── bup-index
│   │   ├── bup-init
│   │   ├── bup-join
│   │   ├── bup-list-idx
│   │   ├── bup-ls
│   │   ├── bup-margin
│   │   ├── bup-memtest
│   │   ├── bup-meta
│   │   ├── bup-midx
│   │   ├── bup-mux
│   │   ├── bup-on
│   │   ├── bup-on--server
│   │   ├── bup-prune-older
│   │   ├── bup-random
│   │   ├── bup-restore
│   │   ├── bup-rm
│   │   ├── bup-save
│   │   ├── bup-server
│   │   ├── bup-split
│   │   ├── bup-tag
│   │   ├── bup-tick
│   │   ├── bup-version
│   │   ├── bup-web
│   │   └── bup-xstat
│   └── web
│   ├── list-directory.html
│   └── static
│   └── styles.css
└── share
├── doc
│   └── bup
│   ├── bup-bloom.html
│   ├── bup-cat-file.html
│   ├── bup-daemon.html
│   ├── bup-damage.html
│   ├── bup-drecurse.html
│   ├── bup-fsck.html
│   ├── bup-ftp.html
│   ├── bup-fuse.html
│   ├── bup-gc.html
│   ├── bup-get.html
│   ├── bup-help.html
│   ├── bup.html
│   ├── bup-import-duplicity.html
│   ├── bup-import-rdiff-backup.html
│   ├── bup-import-rsnapshot.html
│   ├── bup-index.html
│   ├── bup-init.html
│   ├── bup-join.html
│   ├── bup-ls.html
│   ├── bup-margin.html
│   ├── bup-memtest.html
│   ├── bup-meta.html
│   ├── bup-midx.html
│   ├── bup-mux.html
│   ├── bup-on.html
│   ├── bup-prune-older.html
│   ├── bup-random.html
│   ├── bup-restore.html
│   ├── bup-rm.html
│   ├── bup-save.html
│   ├── bup-server.html
│   ├── bup-split.html
│   ├── bup-tag.html
│   ├── bup-tick.html
│   └── bup-web.html
└── man
└── man1
├── bup.1.gz
├── bup-bloom.1.gz
├── bup-cat-file.1.gz
├── bup-daemon.1.gz
├── bup-damage.1.gz
├── bup-drecurse.1.gz
├── bup-fsck.1.gz
├── bup-ftp.1.gz
├── bup-fuse.1.gz
├── bup-gc.1.gz
├── bup-get.1.gz
├── bup-help.1.gz
├── bup-import-duplicity.1.gz
├── bup-import-rdiff-backup.1.gz
├── bup-import-rsnapshot.1.gz
├── bup-index.1.gz
├── bup-init.1.gz
├── bup-join.1.gz
├── bup-ls.1.gz
├── bup-margin.1.gz
├── bup-memtest.1.gz
├── bup-meta.1.gz
├── bup-midx.1.gz
├── bup-mux.1.gz
├── bup-on.1.gz
├── bup-prune-older.1.gz
├── bup-random.1.gz
├── bup-restore.1.gz
├── bup-rm.1.gz
├── bup-save.1.gz
├── bup-server.1.gz
├── bup-split.1.gz
├── bup-tag.1.gz
├── bup-tick.1.gz
└── bup-web.1.gz
12 directories, 138 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment