Property | Type | Description | |
---|---|---|---|
$backupDestination | |||
$diskName | string | ||
$maximumAgeOfNewestBackupInDays | integer | ||
$maximumStorageUsageInMegabytes | integer | ||
$reachable | boolean |
Method | Description | |
---|---|---|
__construct ( |
||
amountOfBackups ( ) : integer | ||
backupDestination ( ) : |
||
backupName ( ) : string | ||
connectionError ( ) : Exception | ||
dateOfNewestBackup ( ) : Carbon\Carbon | null | ||
diskName ( ) : string | ||
humanReadableAllowedStorage ( ) : string | ||
humanReadableUsedStorage ( ) : string | ||
isHealthy ( ) : boolean | ||
isReachable ( ) : boolean | ||
maximumAgeOfNewestBackupInDays ( ) : integer | ||
maximumAllowedUsageInBytes ( ) : integer | ||
newestBackupIsTooOld ( ) : boolean | ||
setMaximumAgeOfNewestBackupInDays ( integer $days ) : |
||
setMaximumStorageUsageInMegabytes ( float $megabytes ) : |
||
usedStorage ( ) : integer | ||
usesTooMuchStorage ( ) : boolean |
public __construct ( |
||
$backupDestination | ||
$diskName | string |
public backupDestination ( ) : |
||
return |
public dateOfNewestBackup ( ) : Carbon\Carbon | null | ||
return | Carbon\Carbon | null |
public humanReadableAllowedStorage ( ) : string | ||
return | string |
public maximumAgeOfNewestBackupInDays ( ) : integer | ||
return | integer |
public maximumAllowedUsageInBytes ( ) : integer | ||
return | integer |
public setMaximumAgeOfNewestBackupInDays ( integer $days ) : |
||
$days | integer | |
return |
public setMaximumStorageUsageInMegabytes ( float $megabytes ) : |
||
$megabytes | float | |
return |
protected BackupDestination,Spatie\Backup\BackupDestination $backupDestination | ||
return |
protected int $maximumAgeOfNewestBackupInDays | ||
return | integer |
protected int $maximumStorageUsageInMegabytes | ||
return | integer |