The following bugs are have been identified in the most recent fwbackups release:
- If you previously installed fwbackups a 1.43.3 release candidate from source (for example on Ubuntu), please remove the /usr/share/fwbackups/fwbackups directory manually before installing 1.43.3rc4.
- The fwbackups installation packages for Windows are Python 2.4 or 2.5. If you have previously installed fwbackups and have not upgraded to Python 2.6, it is recommended you use the full installer again to install fwbackups 1.43.3 release candidate 3 or 4.
- fwbackups may fail to complete a backup with an error concerning "stdoutfd" if the options to print installed packages or disk information are selected. If you are affected by this error, please disable these options in your backup set or reinstall fwbackups with the attached patch:
wget http://downloads.diffingo.com/fwbackups/fwbackups-1.43.3rc4.tar.bz2
tar xfj fwbackups-1.43.3rc4.tar.bz2 && cd fwbackups-1.43.3rc4
wget http://www.diffingo.com/oss/sites/www.diffingo.com.oss/files/\
fwbackups-1.43.3rc4-stdoutfd.patch
patch -p1 -b --suffix .stdoutfd < fwbackups-1.43.3rc4-stdoutfd.patch
make install