Releases: Pyrix25633/backup-utility-cs
1.6.3
1.6.2
Fix:
Fixed -f option exporting "backup-tool" instead of "backup-utility", now it exports the full executable path
News:
Added progress bar when determining items to copy and items to remove to give the user a better feedback on the progress
1.6.1
Fix: (important)
The compressed backup is now made from the source folder, this prevents a serious possible error: a file that has the same size and is not checked for differences (for performace reasons) is not updated in the destination folder. This way at least it will be in the compressed backup. It also offers a preformance increase if the source and destination folders are on separate drives (and separate USB/SATA interfaces of course) as it has not to read and write from the same drive at the same time.
1.6.0
News:
Major improvements, now source and destination folder scans are done simultaneously, and Dictionaries are used instead of arrays to determine which files to copy and remove, making the whole process faster.
1.5.6
Fix:
Fixed a log StreamWriter error
1.5.5
Fix:
Fixed error in help message
1.5.4
Fix:
Fixed hidden files and directories skipped
1.5.3
Fix:
Fixed -0B delta caused by casting to float
1.5.2
Fix:
Error in "Delay time not set, program will exit when backup will is (-> be) finished"
1.5.1
Fix:
Folders delete fix