This "backup" software caused the deletion of about 89,000 files off my back up drive, without any explicit warning that it was going to delete so many files! Why would a back up utility delete ANY files at all? Crazy! I dumped it in favour of a simple terminal command: rsync -vaub --exclude=.* --modify-window=4 ~/SOURCE /TARGET
ukopp has a great feature which summarizes what it is going to do. See the menu entries under Report. ukopp can verify that the backup is correct too. Also, it was able to do in 5 minutes what took the mint backup tool almost 2 hours to accomplish. While using win32 for the backup media is possible I had problems with both ukopp and mint backup tool. During my backup attempts I discovered that one of the directories had over 60,000 files in it. Aparently, win32 can only hold about 25,000 entries in a directory. This caused the backup to fail. Reformatting the backup disk as btrfs solved the problem.
Exactly what I was looking for. Easy to define a script. Recalling a saved script makes backups fast and easy.