diff --git a/app/code/backup/BackupAbstract.php b/app/code/backup/BackupAbstract.php index 513ebbe..2d5884a 100644 --- a/app/code/backup/BackupAbstract.php +++ b/app/code/backup/BackupAbstract.php @@ -54,7 +54,7 @@ class BackupAbstract * * @return $this */ - function addDate($format = 'Ymd') + public function addDate($format = 'Ymd') { $tmpFiles = array(); foreach ($this->_filesToBackup as $file => $name) { @@ -82,7 +82,7 @@ class BackupAbstract * * @return $this */ - function addTime($format = 'his') + public function addTime($format = 'his') { $tmpFiles = array(); foreach ($this->_filesToBackup as $file => $name) { @@ -108,30 +108,6 @@ class BackupAbstract } - /** - * @param $folder - */ - function backupToFolder($folder) - { - if (!empty($folder)) { - $folder = sprintf('%s/', rtrim($folder, '/')); - } -// if($folder != '') -// { -// if(substr($folder, 0, -1) != '/') -// $folder .= '/'; -// } - foreach ($this->_filesToBackup as $file => $name) { - copy($file, $folder . $name); - } - foreach ($this->_streamsToBackup as $name => $file) { - if (count(explode('.', $name)) < 2) { - $name = 'backup' . $name . '.txt'; - } - file_put_contents($folder . $name, $file); - } - } - /** * Check if all files got the minimum given size. * @@ -157,10 +133,7 @@ class BackupAbstract /** * @return bool */ - public function isValid() - { - return true; - } + abstract public function isValid(); } diff --git a/app/code/backup/Folder.php b/app/code/backup/Folder.php new file mode 100644 index 0000000..4870566 --- /dev/null +++ b/app/code/backup/Folder.php @@ -0,0 +1,22 @@ + diff --git a/bu/newhtml.html b/bu/newhtml.html deleted file mode 100644 index 6bd86f2..0000000 --- a/bu/newhtml.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -
-