PHP Classes

File: Command/Notification/email_templates/components/archive_stats.php

Recommend this page to a friend!
  Classes of Alexey Freelancer   Backup Task   Command/Notification/email_templates/components/archive_stats.php   Download  
File: Command/Notification/email_templates/components/archive_stats.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Backup Task
Take backups of directories and MySQL databases
Author: By
Last change: Update of Command/Notification/email_templates/components/archive_stats.php
Date: 2 months ago
Size: 314 bytes
 

Contents

Class file image Download
Started at: <?php echo date('Y-m-d H:i:s', $backup['archive']['started_at']) ?>
Finished at: <?php echo date('Y-m-d H:i:s', $backup['archive']['finished_at']) ?>
Total: <?php echo ($backup['archive']['finished_at'] - $backup['archive']['started_at']) ?> sec.
Size: <?php echo $backup['archive']['size'] ?> bytes