2.x - backups

This commit is contained in:
Saeed Vaziry
2024-09-29 17:54:11 +02:00
parent e4fed24498
commit 2e9620409b
35 changed files with 1093 additions and 122 deletions

View File

@ -4,11 +4,7 @@
final class BackupStatus
{
const READY = 'ready';
const RUNNING = 'running';
const FAILED = 'failed';
const DELETING = 'deleting';
}