PHP Classes

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

Recommend this page to a friend!
  Classes of Alexey Freelancer   Backup Task   Command/Notification/email_templates/components/directory_stats.php   Download  
File: Command/Notification/email_templates/components/directory_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/directory_stats.php
Date: 2 months ago
Size: 338 bytes
 

Contents

Class file image Download
Started at: <?php echo date('Y-m-d H:i:s', $backup['directory']['started_at']) ?>
Finished at: <?php echo date('Y-m-d H:i:s', $backup['directory']['finished_at']) ?>
Total: <?php echo ($backup['directory']['finished_at'] - $backup['directory']['started_at']) ?> sec.
Count directories: <?php echo count($backup['directory']['files']) ?>