diff --git a/resources/views/livewire/project/database/backup-edit.blade.php b/resources/views/livewire/project/database/backup-edit.blade.php index 59628636d..1f3ee6913 100644 --- a/resources/views/livewire/project/database/backup-edit.blade.php +++ b/resources/views/livewire/project/database/backup-edit.blade.php @@ -72,7 +72,43 @@ - + + +

Backup Retention Settings

+
+

+ These settings control how long backups are kept. +

    +
  • Setting a value to 0 means unlimited retention.
  • +
  • The retention rules work independently and whichever limit is reached first will trigger a cleanup of the older backups.
  • +
+

+
+ +
+
+

Local Backup Retention

+
+ + +
+
+ + @if ($backup->save_s3) +
+

S3 Storage Retention

+
+ + + +
+
+ @endif