Skip to content

Releases: Pyrix25633/backup-utility-cs

1.6.3

26 Nov 15:31
Compare
Choose a tag to compare

Fix:

Fixed error when source or destination path contains trailing slash

1.6.2

18 Nov 15:59
Compare
Choose a tag to compare

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

01 Mar 17:52
Compare
Choose a tag to compare

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

26 Nov 15:32
Compare
Choose a tag to compare

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

05 Oct 14:41
Compare
Choose a tag to compare

Fix:

Fixed a log StreamWriter error

1.5.5

27 Aug 16:48
Compare
Choose a tag to compare

Fix:

Fixed error in help message

1.5.4

23 Aug 08:38
Compare
Choose a tag to compare

Fix:

Fixed hidden files and directories skipped

1.5.3

22 Aug 17:42
Compare
Choose a tag to compare

Fix:

Fixed -0B delta caused by casting to float

1.5.2

18 Aug 14:30
Compare
Choose a tag to compare

Fix:

Error in "Delay time not set, program will exit when backup will is (-> be) finished"

1.5.1

24 Jun 09:49
Compare
Choose a tag to compare

Fix:

Folders delete fix