Releases: framps/raspiBackup
v0.6.4.3
- Bugfix: cronjob sends with tar Backup an eMail (Git issue) (Already rolled back into 0.6.4.2)
- Bugfix: --option --one-file-system not used in tar backup (Git issue) (Already rolled back into 0.6.4.2)
- Enhancement: Current raspiBackup version can be refreshed (Git issue)
- Bugfix: Definitions in Configurationfiles are not used (Git issue) (Already rolled back into 0.6.4.2)
- Bugfix: ddz backup doesn't work any more (Git issue) (Already rolled back into 0.6.4.2)
- Enhancement: Allow to define the number of backup per backup type (Git issue)
- Enhancement: Releases can be marked as deprecated and a warning message is created (Git issue)
- Enhancement: Harden DEFAULT_MAIL_ON_ERROR_ONLY (Git issue)
- Feature: Execute configurable commands before and after backup handling (Git issue)
- Feature: Usage of a Loop Device to save xattrs with rsync (Git issue)
- Bugfix: RBK0072I display wrong version for a beta upgrade with option -U (Git issue)
- Feature: A new helper script implements 7/4/12 backupstrategy (Keep 7daily 4weekly, 12monthly and nyearly backups) (Git issue)
- Bugfix: Option -F turns off option -L (Git issue)
- Bugfix: RBK0017I is reported in an email even DEFAULT_MAIL_ON_ERROR_ONLY=1 is set (Git issue)
- Bugfix: Backup folder not deleted when cleaning up aborted/failed backup (Git issue)
v0.6.4.2
Version 0.6.4.1
- Bugfix: Don't terminate raspiBackup with kill if the backup program dd, rsync or tar fails (Git issue)
- Improvement: Alternate boot discovery discovers operating systems which don't have a dedicated boot partition
- Improvement: Reminder to execute a restore test (Git issue)
- Bugfix: Parameters starting with '-' are rejected (Git issue)
- Improvement: stderr and stdout are used instead of tty only (Git issue)
- Bugfix: Test for pv is wrong (Git issue) (Already rolled back into 0.6.4)
- Improvement: Force fsck when booting restored image (Git issue)
- Bugfix: Mode discoveryin restore is weak (Git issue) (Already rolled back into 0.6.4)
- Bugfix: -T option in config file doesn't work correctly (Git issue) (Already rolled back into 0.6.4)
- Bugfix: Logfile may create error with tar and rsync (Git issue)
- Bugfix: tar backup excludes sudirectories with name sys (Git issue)
- Bugfix: CTRL-C exits raspiBackup without cleanup (incl. deletion of the new invalid backupdirectory) (Git issue)
- Bugfix: Extension and backup tool messages not written on terminal (Git issue)
- Bugfix: Extension use old message format and memory extension shows incorrect numbers (Git issue)
- Bugfix: eMail text is overwritten when notifying a new beta version (Git issue) (Already rolled back into 0.6.4)
- Improvement: Support for msmtp (Thx PwOSS for his PR)
Version 0.6.4
-
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 -
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
-
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 -
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
-
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 -
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
- 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 - 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