restic

Fast, efficient and secure backup program with deduplication

brewmacoslinux
Try with needOr install directly
Source

About

Fast, efficient and secure backup program

Commands

restic

Examples

Initialize a new backup repository$ restic init --repo /path/to/repo
Backup a directory to the repository$ restic -r /path/to/repo backup /home/user/documents
List all snapshots in the repository$ restic -r /path/to/repo snapshots