framps / raspiBackup

Create and keep multiple backup versions of your running Raspberries
https://raspibackup.linux-tips-and-tricks.de
GNU General Public License v3.0
815 stars 75 forks source link

Check for a new release with option -U #796

Closed framps closed 1 month ago

framps commented 1 month ago

As of now option -n enables to get notified of a new release when raspiBackup is invoked. But this option is misleading because it just enables the notification but doesn't execute the test.

Option -U should be used for this and checks for a new version and asks whether this new release should be installed.

The update check should be executed all the time now and option -n should be removed.