When does JetBackup's daily cleanup occur? Print

  • 0

Question

When does JetBackup's daily cleanup occur?

 

Answer

JetBackup has a daily cleanup for canceled/stopped/aborted backup jobs. The cleanup runs once a day at 1:00 AM server time by default.

 

The cleanup is run as a part of the following cron job:

 

File: /etc/cron.d/jetbackup

0 1 * * * root /usr/bin/jetcli backup --daily > /dev/null 2>&1

 

Information from /usr/bin/jetcli backup --help can be found below:

 

--daily Perform daily actions. add --verbose to print details to the screen


Was this answer helpful?
Back

Send Message