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
821 stars 75 forks source link

Feature request - label/comment backups #626

Closed p1r473 closed 1 year ago

p1r473 commented 1 year ago

Hi Framps! I am starting to create a raspiBackup after every major system work. I would like a way to invoke raspiBackup and label or comment the backup ex) raspiBackup -comment "installed PiHole" raspiBackup -comment "removed Apache" raspiBackup -comment "purged HomeAssistant" raspiBackup -comment "configured Unbound"

Somehow, this should be listable: raspiBackup -list

20230223-180002-"installed PiHole"
20230224-210410-"removed Apache"
20230228-215801-"purged HomeAssistant"
20230227-030002-"configured Unbound"

Thanks!

framps commented 1 year ago

You can already add comments if you use raspiBackup snapshots :wink:

As of now you have to maintain them manually. I frankly don't want to add additional options to manage them. Then I have to add option --remove <regular expression>, --list <regular expression> and actually duplicate a subset of the ls and rm commands.

p1r473 commented 1 year ago

Thanks so much for this, I missed this feature!