Automatic Archive Creator :: Take backup of files by copying to other directory
// February 7th, 2012 // PHP
This class can create backup copies of files in a given directory by copying the files to another directory. The origin directory to take the backup is traversed recursively.
The class can copy only the files changed after a given date to minimize the time that the process will take after the first backup.
Download:


