Attic is a deduplicating backup program written in Python. The main goal of Attic is to provide an efficient and secure way to backup data. The data deduplication technique used makes Attic suitable for daily backups since only the changes are stored.Easy installation
You can use pip to install Attic quickly and easily:
$ pip3 install attic
For more information
https://attic-backup.org/#easy-to-use