mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-07 05:45:59 +01:00
incremental backups: stage 5: generating backups
This commit is contained in:
@@ -10,5 +10,6 @@ class IncJob(models.Model):
|
||||
|
||||
class JobSnapshots(models.Model):
|
||||
job = models.ForeignKey(IncJob)
|
||||
type = models.CharField(max_length=50)
|
||||
snapshotid = models.CharField(max_length=50)
|
||||
type = models.CharField(max_length=300)
|
||||
snapshotid = models.CharField(max_length=50)
|
||||
destination = models.CharField(max_length=200, default='')
|
||||
Reference in New Issue
Block a user