Change some attributes of a scheduled backup This command can be used to change some attributes of a scheduled backup that has been created in the Virtualmin user interface. The backup must be selected with the --id flag followed by a unique ID, as shown by the list-scheduled-backups command. To stop a backup from running, you can use the --disable flag. Or to re-enable a backup that’s been turned off, use the --enable flag.
Change some attributes of a scheduled backup#
This command can be used to change some attributes of a scheduled backup that has been created in the Virtualmin user interface. The backup must be selected with the --id flag followed by a unique ID, as shown by the list-scheduled-backups command.
To stop a backup from running, you can use the --disable flag. Or to re-enable a backup that’s been turned off, use the --enable flag.
Command line help#
virtualmin modify-scheduled-backup --id backup-id
[--enable | --disable]
Source: https://www.virtualmin.com/docs/development/api-programs/modify-scheduled-backup/
