phpDocumentor spunq-backend
[ class tree: spunq-backend ] [ index: spunq-backend ] [ all elements ]

Class: backup

Source Location: /backend/classes/backup.class.php

Class backup

Class Overview

DESCRIPTION: general object-class for backup handling

Located in /backend/classes/backup.class.php [line 27]



		
				Author(s):
		
		
		
Information Tags:
Version:  1.3
License:  http://www.gnu.org/licenses/gpl.html
Since:  Version 0.1

Properties

Methods

[ Top ]
Property Summary
mixed   $format  
mixed   $post  
mixed   $spunq  

[ Top ]
Method Summary
boolean   backup()   backup::backup()
boolean   __construct()   backup::__construct()
string   createBackup()   backup::createBackup
string   createBackupName()   backup::createBackupName
void   createTar()   backup::createTar
string   createTarName()   backup::createTarName
array   listBackups()   backup::listBackups

[ Top ]
Properties
mixed   $format [line 31]

[ Top ]
mixed   $post [line 30]

[ Top ]
mixed   $spunq [line 29]

[ Top ]
Methods
Constructor backup  [line 52]

  boolean backup( &$spunq, $POST, object $spunq  )

backup::backup()

// purpose: constructor method

Parameters:
object   $spunq: 
   &$spunq: 
   $POST: 


[ Top ]
Constructor __construct  [line 39]

  boolean __construct( &$spunq, $POST, object $spunq  )

backup::__construct()

// purpose: constructor method for php 5

Parameters:
object   $spunq: 
   &$spunq: 
   $POST: 


[ Top ]
createBackup  [line 126]

  string createBackup( )

backup::createBackup

// purpose: creates a backup from database as sql-dump



[ Top ]
createBackupName  [line 144]

  string createBackupName( )

backup::createBackupName

// purpose: creates a file name for mysqldump



[ Top ]
createTar  [line 103]

  void createTar( )

backup::createTar

// purpose: creates Tar-file from all selected backup-files



[ Top ]
createTarName  [line 161]

  string createTarName( )

backup::createTarName

// purpose: creates a file name for tared backupfiles



[ Top ]
listBackups  [line 66]

  array listBackups( )

backup::listBackups

// purpose: list all files in backup-directory



[ Top ]

Documentation generated on Fri, 09 Feb 2007 19:17:24 +0100 by phpDocumentor 1.3.1
js@strg.at