diff --git a/pbs-api-types/src/jobs.rs b/pbs-api-types/src/jobs.rs index 419bdaf7..47da53c0 100644 --- a/pbs-api-types/src/jobs.rs +++ b/pbs-api-types/src/jobs.rs @@ -52,7 +52,7 @@ pub const VERIFICATION_SCHEDULE_SCHEMA: Schema = StringSchema::new( pub const REMOVE_VANISHED_BACKUPS_SCHEMA: Schema = BooleanSchema::new( "Delete vanished backups. This remove the local copy if the remote backup was deleted.") - .default(true) + .default(false) .schema(); #[api(