Allows users to pass arbitrary restic flags via a new advanced section in the create/edit schedule form. Includes DB migration, schema update, DTO, service, and restic command changes.
1 line
83 B
SQL
1 line
83 B
SQL
ALTER TABLE `backup_schedules_table` ADD `custom_restic_params` text DEFAULT '[]';
|