Skip to content

Version 0.6.4.1

Compare
Choose a tag to compare
@framps framps released this 12 Jan 23:45
· 1569 commits to master since this release
  1. Bugfix: Don't terminate raspiBackup with kill if the backup program dd, rsync or tar fails (Git issue)
  2. Improvement: Alternate boot discovery discovers operating systems which don't have a dedicated boot partition
  3. Improvement: Reminder to execute a restore test (Git issue)
  4. Bugfix: Parameters starting with '-' are rejected (Git issue)
  5. Improvement: stderr and stdout are used instead of tty only (Git issue)
  6. Bugfix: Test for pv is wrong (Git issue) (Already rolled back into 0.6.4)
  7. Improvement: Force fsck when booting restored image (Git issue)
  8. Bugfix: Mode discoveryin restore is weak (Git issue) (Already rolled back into 0.6.4)
  9. Bugfix: -T option in config file doesn't work correctly (Git issue) (Already rolled back into 0.6.4)
  10. Bugfix: Logfile may create error with tar and rsync (Git issue)
  11. Bugfix: tar backup excludes sudirectories with name sys (Git issue)
  12. Bugfix: CTRL-C exits raspiBackup without cleanup (incl. deletion of the new invalid backupdirectory) (Git issue)
  13. Bugfix: Extension and backup tool messages not written on terminal (Git issue)
  14. Bugfix: Extension use old message format and memory extension shows incorrect numbers (Git issue)
  15. Bugfix: eMail text is overwritten when notifying a new beta version (Git issue) (Already rolled back into 0.6.4)
  16. Improvement: Support for msmtp (Thx PwOSS for his PR)