Hello,
I'm planning to use rclone with the --rc flag. I can get list of all jobs from jobs/list endpoint but when I restart rclone all jobids are lost. Is there anyway I can persist all rclone state(at least jobids) across restarts?
Thanks.
Hello,
I'm planning to use rclone with the --rc flag. I can get list of all jobs from jobs/list endpoint but when I restart rclone all jobids are lost. Is there anyway I can persist all rclone state(at least jobids) across restarts?
Thanks.
Jobs don't persist over a restart so there is not much point preserving the job IDs.
I did have a request to turn the job IDs into uuids which might help with restarts as the job IDs will definitely come across as not found.
In case of rclone restart or failure, I want to be sure job is failed. But there is a possibility that a new job can get the same ID as the previous one. By the way uuid IDs would definitely help in this case
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.