Releases: udoliess/baco
Version 2.5.0.0-1
add package in README.md
Version 2.5.0.0
- use UTC time stamps
Version 2.4.0.0
- 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
- improve hash collision handling
Version 2.3.0.0
- 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
- report error for missing or corrupt file in old backup
- remove "warning" in error text
Version 2.2.6.0
- 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
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
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
last version of first generation