/basin

Primary LanguageGo

SQLite to Filecoin Backuper

A CLI app that periodically makes backups of your SQLite database and upload it to Filecoin.

Installing

go install github.com/brunocalza/basin/cmd/basin@latest

Configuring

basin new 

Usage

Sync your database to a decentralized storage

basin sync

List your snapshots

basin list

Restore from a specific snapshot

basin restore [path]

Status

basin status [CID]