public static function setLogBackupSuccess($stats = '')
 {
     if (!empty($stats)) {
         self::$stats = $stats;
     }
 }