Class JobDifferencialService
Strategy for differential backup jobs. This class implements the IJobStrategy interface and provides the functionality to execute a differential backup of the specified job.
Implements
Inherited Members
Namespace: EasySave_Project.Service
Assembly: .dll
Syntax
public class JobDifferencialService : AJobStrategyService, IJobStrategyService
Methods
| Edit this page View SourceExecute(JobModel, string)
Executes the differential backup job for the given JobModel. If there is no previous full backup, it performs a complete backup instead.
Declaration
public override void Execute(JobModel job, string backupDir)
Parameters
Type | Name | Description |
---|---|---|
JobModel | job | The JobModel object representing the job to execute. |
string | backupDir | The directory where the backup will be stored. |