Closed p1r473 closed 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.
Thanks so much for this, I missed this feature!
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
Thanks!