Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 933 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 933 Bytes

multus

Build Status ISC License

Overview

multus is a backup and restore tool that supports encryption and incrementals.

multus is currently a Proof-Of-Concept tool! We will happily take PRs that move multus into a more mature project.

Setup

  1. Create the .multus directory: $ mkdir -m 0700 ~/.multus
  2. Install Super Sekrit
    1. Generate a keypair with ss keygen
    2. Copy the public key to ~/.multus
  3. Copy backup.conf.sample to ~/.multus
  4. Edit ~/.multus/backup.conf

Run

Backup

$ multus backup

Restore

$ multus restore [file] [level]

License

multus is licensed under the copyfree ISC License.