Feeling like a BOGO today... on the heels of a VPNMON-R2 release, so here comes an update to BACKUPMON...
What's new?
v1.30 - (November 4, 2023)
- ADDED: Implemented an
awesome EXT USB drive mount path selector, courtesy of
@Martinski! This nice feature now allows you to pick a drive/partition other than sda1, which was the only supported backup source up until now. This selector is available under configuration menu item #4. If an alternate selection is not made, by default it will continue to backup your EXT USB drive that is mapped to sda1. Please note: BACKUPMON will only backup 1 drive/partition. It does not and will not support configurations consisting of multiple partitions.
- ADDED: Included the EXT USB drive mount path on the top of the screen when backups run, which is displayed alongside other settings, to give you some quick at-a-glance feedback on what's being backed up, where.
- ADDED: Included the
amount of time a backup takes, and will now show an on-screen status that the main EXT USB backup is starting, and to please stand by... It will calculate and show how many seconds the backup took, and will also write this same info to the syslog. Thanks to
@monakh for the good suggestion!
- FIXED: When a regular backup runs with purge enabled, I have
fixed the screen output to now flow along with the regular backup feedback, and no longer clears screens/displays BACKUPMON headers, etc.
Download Link (or update directly within AMTM):
Code:
curl --retry 3 "https://raw.githubusercontent.com/ViktorJp/BACKUPMON/master/backupmon-1.30.sh" -o "/jffs/scripts/backupmon.sh" && chmod 755 "/jffs/scripts/backupmon.sh"
Significant screenshots:
The awesome EXT USB drive mount path selector courtesy of
@Martinski!
Some visual changes, giving you a little more info when the backup kicks off...
Showing some time stats on when the main EXT USB drive kicks off, and how long it takes to backup... thanks to
@monakh!