Deduplicating backup tool with compression and encryption
Deduplicating archiver with compression and authenticated encryption
borg$ borg create /path/to/backup/repo::backup-name /home/user/documents$ borg list /path/to/backup/repo$ borg extract /path/to/backup/repo::backup-name /path/to/restore$ borg info /path/to/backup/repo::backup-name$ borg prune /path/to/backup/repo --keep-daily 7 --keep-weekly 4