Fuddyduddy wrote:What I'm referring to is the part highest up on that page where the Source folder and Destination folder are able to be selected. What I'm finding is that they remain exactly as they were before I scheduled the backup that's already in the Jobs list.
This menu uses a session cache to keep the last values selected by the user after submitting.
This can can be useful if you want to create several backups from/to source or destination nearby between them.
And indeed you must close and open it again your browser to restore the default settings
But totally unfamiliar as I am with Cron I'm reluctant to do anything that might cause the cronjob I've scheduled to be deleted.
After validation, there is no connection between the cron menus and menu backup.
I wondered whether there isn't a better/approved way to clear an entry once the job has appeared in the Jobs List (it seems a bit crude to do it by shutting-down/re-starting - isn't there a better way?)
I think that you misunderstand what is the cron jobs table.
This table lists the settings for running the jobs but except when the datetime matches the scheduled time, the related jobs are not enabled.
So to remove one, just use the command "Update Jobs table : delete and/or disable jobs" after checking the related box in the "Delete" column (same thing to disable a job with the "disabled" column).
This remove the job settings for cron feature but doesn't stop a running job. If a job is running the only way to stop it, is to kill its process and then use a shell command in Putty...
But for the backups, you can also use the backup menu to stop any running backup.
if a backup job is running, you must see it in the backup progress table. Then, check the related box in the "Delete" column (or maybe "kill" I don't remember well) and click on "Abort the selected backups".
Be aware that when you abort a backup job, the job is not removed from the cron jobs table. You must also remove it from the cron jobs table otherwise if later the datetime matches again the scheduled time, the backup will run.