mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
cleanup backup files
This commit is contained in:
@@ -253,5 +253,10 @@ class Setting extends NexusModel
|
||||
return self::get("backup.export_path");
|
||||
}
|
||||
|
||||
public static function getBackupRetentionCount(): int
|
||||
{
|
||||
return (int)self::get("backup.retention_count");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user