editBackupNotes

This function lets you add a note to a backup.
Parameter name Value Description Possible values Example
id Integer REQUIRED The backup ID to add a note to.   --id=40
note String REQUIRED The note to add to the backup.   --note="example"

Example Call JetBackup WP-CLI

wp jetbackup  editBackupNotes --id=3 --notes="example" 
Backup notes modified successfully! Reloading...