Skip to content
/ store Public

Experimental backup program that manages multiple backup destinations

License

Notifications You must be signed in to change notification settings

presto8/store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store

Image of wooden pallets

Store is a proof-of-concept backup program written to explore concepts which may not be addressed fully in currently available backup programs. Store should be considered highly experimental and is not suitable for primary backup purposes.

The concepts to be tested include:

  • Backup and tracking to multiple destinations before reporting a file as "store"
  • Mandatory use of asymmetric (public key) cryptography
  • Distributed peer-to-peer backup with friends and family
  • Cloud-first storage design for backup files, taking into account the unique characteristics of cloud storage providers
  • Optional use of hardware-based security keys like SoloKey or YubiKey
  • Offline cold-storage with PAR blocks
  • IPFS

Store stands on the shoulders of and is motivated by the many pioneers in the chunk-based backup space, including borg, duplicacy, hashbackup, restic, and kopia.

Commands

Tentative list of major commands:

  • store [paths]: default operation is to backup the paths
  • store add [paths]: add or check paths
  • store restore [patterns] --to [path]
  • store verify [patterns]
  • store [list | ls] [patterns]
  • store [find | grep] [patterns
  • store remote
  • store status [patterns]
  • store info

Tech Stack

  • Python (pytest, coverage)
  • blake2b
  • AES-GCM-256 (maybe: AES-SIV)
  • MessagePack
  • GPG/PGP (maybe: age)

About

Experimental backup program that manages multiple backup destinations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published