Skip to content

Releases: udoliess/baco

Version 2.5.0.0-1

03 Nov 14:20
Compare
Choose a tag to compare

add package in README.md

Version 2.5.0.0

10 May 21:47
Compare
Choose a tag to compare
  • use UTC time stamps

Version 2.4.0.0

14 Feb 21:00
Compare
Choose a tag to compare
  • switch to SHA-256
    In order to optimize transition from SHA-1 to SHA-256 you can create a new SHA-256 checksum file for last backup prior running this new version: find 140101_0000/ -type f -exec sha256sum -b {} + | gzip -c > 140101_0000.sha256.gz

Version 2.3.3.0

09 Mar 17:15
Compare
Choose a tag to compare
  • improve hash collision handling

Version 2.3.0.0

08 Apr 21:20
Compare
Choose a tag to compare
  • allow accessing locked files (used by another process)
  • check hashes of old backup files (if linked) during backup and copy

Version 2.2.7.0

11 Mar 12:24
Compare
Choose a tag to compare
  • report error for missing or corrupt file in old backup
  • remove "warning" in error text

Version 2.2.6.0

29 Feb 22:01
Compare
Choose a tag to compare
  • fix: accept dos drive as source
  • show more details for unknown/fatal error
  • return error code 1 for fatal error, return error code 2 for counted errors

Feedback welcome!

Version 2.2.5.0

26 Jan 19:39
Compare
Choose a tag to compare

Release version 2.2.5.0 of baco.
Now every backup gets its own checksum file (*.sha1.gz). Identically files can be found and linked with help of checksums. Version 2 of baco is compatible with old version.
New configuration keywords "take" and "omit" allow including and excluding files and folders without regular expressions but with wildcards.
From version 2.2 on .NET Framework 4.5 is required.
Feedback welcome!

Version 2.1 beta 9

09 May 17:21
Compare
Choose a tag to compare
Version 2.1 beta 9 Pre-release
Pre-release

Beta version of baco 2.1.
Now every backup gets its own checksum file (*.sha1.gz). Identically files can be found and linked with help of checksums. Version 2 of baco is compatible with old version.
New configuration keywords "take" and "omit" allow including and excluding files and folders without regular expressions but with wildcards.
This is the last version for .NET Framework 4.0.

Version 0.112

31 Jan 20:58
Compare
Choose a tag to compare

last version of first generation