A Simple Console Application for Duplicity Backup
Edit: A UI version based on QT Quick is here
In the last post I tried duplicity and it works very well. But it’s not very convenient to type a long command to perform a backup for each time. Thus, I wrote a console application for simplify this backup process. It uses a config.json file to store all the required information so you don’t need to type commands every time. It also does a full or incremental backup intelligently. More details about this application can be found at Github repository. This application is only tested on macOS 10.13.3 since I don’t have a WINDOWS system.