server/jobstate: improve name of 'try_update_state_file'
and improve comment Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
951fe0cb7d
commit
37a634f550
@ -346,7 +346,7 @@ pub fn update_sync_job(
|
||||
sync::save_config(&config)?;
|
||||
|
||||
if schedule_changed {
|
||||
crate::server::jobstate::try_update_state_file("syncjob", &id)?;
|
||||
crate::server::jobstate::update_job_last_run_time("syncjob", &id)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
@ -283,7 +283,7 @@ pub fn update_tape_backup_job(
|
||||
config::tape_job::save_config(&config)?;
|
||||
|
||||
if schedule_changed {
|
||||
crate::server::jobstate::try_update_state_file("tape-backup-job", &id)?;
|
||||
crate::server::jobstate::update_job_last_run_time("tape-backup-job", &id)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
@ -282,7 +282,7 @@ pub fn update_verification_job(
|
||||
verify::save_config(&config)?;
|
||||
|
||||
if schedule_changed {
|
||||
crate::server::jobstate::try_update_state_file("verificationjob", &id)?;
|
||||
crate::server::jobstate::update_job_last_run_time("verificationjob", &id)?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
Reference in New Issue
Block a user