bupstash
Easy and efficient encrypted backups.
File Explorer
Download Latest Version (.zip)- ci.yml
- cli-tests.bats
- diod-thrash.sh
- mk-random-dir.py
- parallel-thrash.sh
- s3-parallel-thrash.sh
- cksumvfs.c
- cksumvfs_sqlite_version_number.c
- sqlite3.h
- upgrade.sh
- sodium-bindings.h
- diff.txt
- exec-with-locks.txt
- gc.txt
- get.txt
- help.txt
- init.txt
- list-contents.txt
- list.txt
- new-key.txt
- new-sub-key.txt
- put.txt
- recover-removed.txt
- restore.txt
- rm.txt
- serve.txt
- sync.txt
- version.txt
- Filesystem Backups.md
- Getting Started.md
- Network Filesystems.md
- Password Protected Keys.md
- Remote Access Controls.md
- Secure Offline Keys.md
- bupstash-authors.7.md
- bupstash-diff.1.md
- bupstash-exec-with-locks.1.md
- bupstash-gc.1.md
- bupstash-get.1.md
- bupstash-init.1.md
- bupstash-keyfiles.7.md
- bupstash-list-contents.1.md
- bupstash-list.1.md
- bupstash-new-key.1.md
- bupstash-new-sub-key.1.md
- bupstash-put.1.md
- bupstash-query-language.7.md
- bupstash-recover-removed.1.md
- bupstash-repository.7.md
- bupstash-restore.1.md
- bupstash-rm.1.md
- bupstash-serve.1.md
- bupstash-sync.1.md
- bupstash.1.md
- technical_overview.md
- upcoming_changelog.md
- abloom.rs
- acache.rs
- address.rs
- base64.rs
- chunk_storage.rs
- chunker.rs
- cksumvfs.rs
- client.rs
- compression.rs
- crypto.rs
- dir_chunk_storage.rs
- external_chunk_storage.rs
- fmtutil.rs
- fprefetch.rs
- fstx1.rs
- fstx2.rs
- fsutil.rs
- hex.rs
- htree.rs
- index.rs
- indexer.rs
- ioutil.rs
- keys.rs
- main.rs
- migrate.rs
- oplog.rs
- pem.rs
- protocol.rs
- put.rs
- query.rs
- querycache.rs
- repository.rs
- rollsum.rs
- sendlog.rs
- server.rs
- sodium.rs
- sodium_bindings_gen.rs
- vfs.rs
- xglobset.rs
- xid.rs
- xtar.rs
- debian.yml
- freebsd.yml
- openbsd.yml
- default.nix
- Gemfile
- Gemfile.lock
- gemset.nix
- test-reproducible-html.nix
- bindgen.sh
- pgo-build.sh
- plot-chunk-sizes.gnuplot
- pre-commit.sh
- print-doc-checklist.sh
- shell.nix
- src-release.sh
- .gitignore
- build.rs
- Cargo.lock
- Cargo.toml
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/andrewchambers/bupstash
Downloads the entire project code from GitHub to your computer.
cd bupstash
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
$ cargo build --release
Compiles the Rust project.
$ cargo test
Type this command into your terminal and run it.
If cargo build finishes without errors, it worked. The executable is created under target/.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd support/ronn
This project's files live in a subfolder, so move into it first.
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
// repository documentation
Was this content helpful?
(0 ratings)
