Skip to content

Releases: christianTF/LoxBerry-Plugin-LoxberryBackup

V1.0.9 - Healthcheck fix, raspiBackup update

10 Dec 07:03
Compare
Choose a tag to compare
  • Fixes an issue in the healthcheck
  • Updates raspiBackup to fix the "error 1" issue in the beta branch

V1.0.8 - Integrates to LoxBerry Healthcheck

28 Oct 09:37
Compare
Choose a tag to compare
  • Integrates to LoxBerry Healthcheck

V1.0.7 - Check for external storage

13 Nov 11:26
Compare
Choose a tag to compare
Pre-release
  • Fresh plugin icon!! :-)
  • Checks if the destination is an external storage in webif and during backup, and gives an error
  • Retries 10 times to access the destination directory before the real backup starts (if NAS devices take longer to wake up from sleep)
  • Shows a Browse (eye) icon right to the path to open in LoxBerry Filemanager (LB 2.0.0.4+ required)
  • Fixed printf error due to version mismatch between raspiBackup and old raspiBackup extensions shipped with the plugin

V1.0.6 - Mail fixes

29 Dec 10:50
Compare
Choose a tag to compare
  • Fixes raspiBackup mail issue with LoxBerry 1.4.x (supports both mail.json for LB V1.4 and mail.cfg for LB <V1.4)
  • Removed non-working raspiBackup extensions

V1.0.5 LoxBerry Backup - Fix for Logfile view

05 Nov 09:55
Compare
Choose a tag to compare

Requires LoxBerry 1.2.5

  • Fixes a broken logfile view after updating to LoxBerry 1.2.5 because of wrong url composition.
  • Now it directly implements the Log Manager view of LoxBerry 1.2.5

V1.0.4 LoxBerry Backup - Better logfile handling

11 Sep 22:58
Compare
Choose a tag to compare

This version requires LoxBerry V1.2.4.5! (for the logfiles overview)

  • Better logfile management:
    • Logfiles navbar shows an overview of all logs
    • live log during backup
  • Fixed error with raspiBackup -E email option (Fixes #15)
  • Tries to create the backup destination folders, abort if it fails (also closes #14)
  • Closes #2

V1.0.3 Easier backup destination selection

25 Apr 11:28
Compare
Choose a tag to compare

This release requires LoxBerry V1.2.1

  • Easier selection of backup destinations (using network shares and usb devices)
  • For day based backups, it's possible to enter the time to run (e.g. every 3 days at 08:00)

V1.0.2 - Introducing Czech language

26 Mar 19:00
Compare
Choose a tag to compare
Pre-release
  • Introducing Czech translation, thank you @zmata
  • Fixed service stop/start
  • Switched from service start/stop command to systemctl start/stop for service handling

V1.0.1.3 LoxBerry Backup "Fresh"

06 Mar 19:33
Compare
Choose a tag to compare
Pre-release
  • Added MAILTO="" header
  • Fixed wrong crontab name in plugin-zip

V1.0.1 - LoxBerry Backup "Fresh"

06 Mar 00:45
Compare
Choose a tag to compare
Pre-release

This is a complete refactoring of LoxBerry Backup.
It also uses a completely new code base compared to the v1.0.0.1-alpha

LoxBerry Backup V1 is not compatible with LoxBerry v0.2.x. Please use the latest LoxBerry Backup 0.2.x release.

New in LoxBerry Backup V1.0.1

  • Web interface completely based on JavaScript and AJAX. Every change is saved immediately.
  • Free schedules. No more limit to daily, weekly, monthly. Configure your DD image to run every 10 days, and your rsync backup every 6 hours.
  • If schedules overlap, the next backup won't fail anymore, but will wait until the running backup has finished.
  • Free backup directories. This also is a preparation for an upcoming auto-mount feature for USB and network shares, currently in development for LoxBerry-Core.
  • Fully integrated LoxBerry notifications. Choose if you want notifications for backups with success and/or errors.
  • Directly access the logfile from the notification (in UI and your notification email)
  • Get usage stats of your disk space with every notification, and the start- and endtime of your backup.
  • Change the log level of LoxBerry Backup in LoxBerry's Plugin Management loglevel setting (be careful: Debug level will massively log)
  • Your schedule is directly read and written from the crontab schedule. "What you see is what you get".
  • Offers LoxBerry plugin Auto-Update and update notification.
  • Fully integrates LoxBerry logging feature with syntax highlighting in LoxBerry's log viewer.
  • The installation and update of the plugin requires no reboot anymore.
  • Multilingual German and English. Supports LoxBerry Translate widget.

Upgraders:
The cron system has changed. LoxBerry Backup will inform you by a notification if you have to reconfigure your schedule.

  • V1.0.1.2 did some corrections during installation