logfiles for Periodic Snapshot Tasks and Replication Tasks

grefabu

Cadet
Joined
Mar 23, 2023
Messages
3
Hi,

is there a logfile of the Periodic Snapshot Tasks and Replication Tasks?
We want to made reviews over cli.

Bye

Gregor
 

grefabu

Cadet
Joined
Mar 23, 2023
Messages
3
Hi,

has anybody an idea how to monitor the task over cli?

Periodic Snapshot Tasks
Replication Tasks
Cloud Sync Tasks

What we want to know is, where error in execution, when was the last execution and so on,...

Thank You!

Gregor
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
Periodic Snapshot Tasks
I don't think these are generating logs on success, but maybe do on failure... I don't have any to check that with, but the process is the same as for the others below.

Replication Tasks
In the list of Replication tasks, you see the State column, which shows Finished or Error in a Green or Red rectangle... which is a button, which, when clicked, shows you the detailed log... and allows the download.

Those are also there in blue for a Running job, updating in real time.

Cloud Sync Tasks
Same as above.

I'm not aware in particular of the CLI method for that, but API calls would be the likely window into it.

Maybe start by looking at cloudsync.sync (and at core.get_jobs, since cloudsync.sync generates a job_id rather than outputting status directly). There is the equivalent replication.run call (also generates a job_id).
 
Top