Skip to content

Releases: backuppc/rsync-bpc

rsync-bpc 3.0.9.10 released

06 Dec 07:43
Compare
Choose a tag to compare

Fix to only call hardlink reference count checking when -H (preserve_hard_links) is specified; patch from @ovidiustanila.

rsync-bpc 3.0.9.9 released

03 Dec 21:51
Compare
Choose a tag to compare

During cleanup, generator now checks the backuppc inode hardlink counts to make sure they match the number of identical hardlinks transferred. Also updated backuppc library to capture changes in backup-xs (no effect on rsync-bpc).

rsync-bpc 3.0.9.8 released

11 Jun 17:51
Compare
Choose a tag to compare

Fixed version number (now 3.0.9.8), which was incorrectly left at 3.0.9.6 in the 3.0.9.7 release.

rsync-bpc 3.0.9.7 released

25 May 23:56
Compare
Choose a tag to compare

An important bug fix - fixed reference counting for a particular case in bpc_unlink(). Also fixed two memory leaks that happen on a file open error. Upgrading is strongly recommended.

NOTE: this release incorrectly has the version set to 3.0.9.6.

Please apply commit 8d8d834 to update the version after you unpack the tar ball and before running configure.sh.

rsync-bpc 3.0.9.6 released

01 Apr 17:28
Compare
Choose a tag to compare

Updates to bpc_attribCache to sanitize path names and prepending ac->currentDir in bpc_attribCache_getDirEntries(). Fixes certain restore cases.

rsync-bpc 3.0.9.5 released

01 Apr 17:28
Compare
Choose a tag to compare

This release has significant improvements and bug fixes. This version is needed for BackupPC 4.0.0.

The two most significant changes are:

  • Reference counting is now per-backup; replaced static delta information with callable interface.
  • Attribute files are now zero-length with the md5 digest encoded in the file name.