Skip to content

Releases: framps/raspiBackup

v0.6.4.3

12 Jun 09:26
Compare
Choose a tag to compare
  1. Bugfix: cronjob sends with tar Backup an eMail (Git issue) (Already rolled back into 0.6.4.2)
  2. Bugfix: --option --one-file-system not used in tar backup (Git issue) (Already rolled back into 0.6.4.2)
  3. Enhancement: Current raspiBackup version can be refreshed (Git issue)
  4. Bugfix: Definitions in Configurationfiles are not used (Git issue) (Already rolled back into 0.6.4.2)
  5. Bugfix: ddz backup doesn't work any more (Git issue) (Already rolled back into 0.6.4.2)
  6. Enhancement: Allow to define the number of backup per backup type (Git issue)
  7. Enhancement: Releases can be marked as deprecated and a warning message is created (Git issue)
  8. Enhancement: Harden DEFAULT_MAIL_ON_ERROR_ONLY (Git issue)
  9. Feature: Execute configurable commands before and after backup handling (Git issue)
  10. Feature: Usage of a Loop Device to save xattrs with rsync (Git issue)
  11. Bugfix: RBK0072I display wrong version for a beta upgrade with option -U (Git issue)
  12. Feature: A new helper script implements 7/4/12 backupstrategy (Keep 7daily 4weekly, 12monthly and nyearly backups) (Git issue)
  13. Bugfix: Option -F turns off option -L (Git issue)
  14. Bugfix: RBK0017I is reported in an email even DEFAULT_MAIL_ON_ERROR_ONLY=1 is set (Git issue)
  15. Bugfix: Backup folder not deleted when cleaning up aborted/failed backup (Git issue)

v0.6.4.2

19 Jan 21:54
Compare
Choose a tag to compare
  1. Enhancement: Use custom config file with option -f (#93)

  2. Bugfix: tar backup misses system directories (#103)

Version 0.6.4.1

12 Jan 23:45
Compare
Choose a tag to compare
  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)

Version 0.6.4

30 Jul 18:56
Compare
Choose a tag to compare
  1. Improvements:
    1.1 Option -L accepts a logfilename
    1.2 Installer accepts with option -L a logfilename
    1.3 Flag --systemstatus creates a list of active servies and open files in the debug log
    1.4 Enhance DEFAULT_MAIL_ON_ERROR_ONLY=1 functionality
    1.5 Check whether all tools used by raspiBackup are available
    1.6 Add option to define the sender eMailAddress
    1.7 Added missing debug statements and other minor enhancements

  2. Bugfixes:
    2.1 Added DEFAULT_APPEND_LOG_OPTION (See #52) to change option used by email program to append log file
    2.2 Exclude log files from backup (see #54)

Version 0.6.3.2

10 Mar 18:55
Compare
Choose a tag to compare
  1. Improvements
    1.1. Restore termination improvement
    1.2. /boot can be on mmcblkNp0 where N can be > 0
    1.3. New option -B will save the boot partition in a tar file.
    1.4. New option -C will enable bad block checking when partitions are formatted.
    1.5. Option -U also considers available beta versions
    1.6. New optionparser allows to turn on and off all on/off options. For example -z turns on the zip mode as before and -z+ turns it on also but -z- turns it off. In addition options of the following format are now possible --optionsname.
    1.7. New option --noResizeRootFS and --resizeRootFS turn on and off the resizing of the root partition during restore
    1.8. New option --version displays the current version of raspiBackup
    1.9. Support of Volumio
    1.10. New option --timestamps enables timestamps in front of messages
    1.11. rc 23 and 24 from rsync are no longer accepted by raspiBackup

  2. Bugfixes
    2.1. -U check detects the current version is identical to the latest available version
    2.2. memory sample extension works also on Jessie
    2.3. perl no longer used

Version 0.6.3.1

05 Nov 19:14
Compare
Choose a tag to compare
  1. Improvements
    1.1 There exists another extensionpoint which is called just before starting the backup . That way it's possible to access internal variables of raspiBackup like the backup directory name. See also #16
    1.2 Test whether symlinks can be created on backup partition if rsync is used. See also #19

  2. Bugfixes
    2.1) Fixed errorhandling of backuptools. git issue. Bug exists since v0.6.2. See #18. Users of tar backup should upgrade to this release.
    2.2) Fixed DHCP restore problem with tar
    2.3) raspiBackuprestore2Image fails on Stretch. See #23

Version 0.6.3

07 Oct 16:44
Compare
Choose a tag to compare
  1. Improvements
    1.1 Starting with Debian9/Stretch and sfdisk 2.27.1 the messages format changed. Debian8/Stretch is now supported by raspiBackup
    1.2 Better error message handling
    1.3 Display progress when creating a backup or restoring backup
    1.4 Boot partition can be located on root partition
  2. Bugfix
    2.1 When using the fake mode the new empty backup directory will be deleted
    2.2 Partition oriented backup supports > 9 partitions
    2.3 Stopped services will be started again when backup is aborted with CTRLC