C# Class AppMetrics.Backup.BackupHandler

Datei anzeigen Open project: fandrei/AppMetrics

Public Methods

Method Description
ArchiveFile ( string fileName ) : void
BackupAll ( string dataStoragePath, ReportLogDelegate reportLog ) : void

Private Methods

Method Description
GetHierarchyName ( string filePath ) : string
MoveOldZipFiles ( string dataStoragePath ) : void

Method Details

ArchiveFile() public static method

public static ArchiveFile ( string fileName ) : void
fileName string
return void

BackupAll() public static method

public static BackupAll ( string dataStoragePath, ReportLogDelegate reportLog ) : void
dataStoragePath string
reportLog ReportLogDelegate
return void