bup

Efficient backup tool using git packfile format for deduplication

brewmacoslinux
Try with needOr install directly
Source

About

Backup tool

Commands

bup

Examples

Initialize a new backup repository$ bup init -d /path/to/backup/repo
Backup a directory with automatic deduplication$ bup -d /path/to/backup/repo index /home/user/documents && bup -d /path/to/backup/repo save -n my-backup /home/user/documents
List all backups in a repository$ bup -d /path/to/backup/repo ls /