PHP Classes

File: examples/copyfile.php

Recommend this page to a friend!
  Classes of zinsou A.A.E.Moïse   Big Backup maker   examples/copyfile.php   Download  
File: examples/copyfile.php
Role: Example script
Content type: text/plain
Description: example script
Class: Big Backup maker
Create backup of a directory in an archive file
Author: By
Last change:
Date: 6 years ago
Size: 168 bytes
 

Contents

Class file image Download
<?php
session_start
();
include_once
'../BigBackupMaker.class.php';;
BigBackupMaker::ArchiveAll();//just backup all in the specified folder without compression...
?>