Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 554 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 554 Bytes

TESSA

Experimental tool for snapshotting, made fit for my personal needs.

Requirements

  • Python 3
  • Use btrfs on relevant partitions

Installation

No installer yet.

Commands

Commands have to be executed as root.

Setup a profile for snapshots

tessa new --name <profile> --dest <destination> dir

List existing profiles

tessa list

Take a snapshot (executes btrfs sub snap)

tessa snap <profile>

Setting up remote backup

Currently there is no interface for configuring send/receive targets.