Add backup time column in List of Backups
-
wrote on Oct 13, 2020, 11:35 PM last edited by girish Oct 13, 2020, 11:53 PM
Helps us keep track how long it takes backups to complete over time.
-
wrote on Apr 23, 2021, 7:52 PM last edited by
@robi That's a great idea... I was just head-scratching that myself. Having this info would be great to assist with scheduling crons.
That said - If you would like a quick fix, the info is already there (sort of).
Just do this:-
Log in to your Cloudron panel and select "Event Log" from the panel under your username.
-
Find the last "Backup Started" cron event in the list.
-
Use your pointer to hover over the value in the "Time" column that event.
-
You should now see all of the event details including the exact start time.
-
Do the same for the "Cloudron backup created..." event.
With some simple math you should get some insight into how long your last backup took to complete. I hope this helps.
-
-
FWIW, the backup time is recorded in the logs.
Apr 23 13:53:35 box:backups Rotated box backup successfully as id 2021-04-23-205302-603/box_2021-04-23-205335-138_v6.2.7 Apr 23 13:53:35 box:taskworker Task took 32.618 seconds
-
wrote on Apr 24, 2021, 1:39 AM last edited by
Exposing this in the backup UI is the idea.. not fishing in the logs.