From 5509420637163153ca5e29215db0512d989b8a6d Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Thu, 15 Oct 2020 14:11:43 -0400 Subject: [PATCH] s/Days/Retention Days/ on the backup settings page --- management/templates/system-backup.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/management/templates/system-backup.html b/management/templates/system-backup.html index 3860edb7..6afe62c8 100644 --- a/management/templates/system-backup.html +++ b/management/templates/system-backup.html @@ -113,10 +113,10 @@
- +
-
This is the minimum number of days backup data is kept for. The box makes an incremental backup, so backup data is often kept much longer. An incremental backup file that is less than this number of days old requires that all previous increments back to the most recent full backup, plus that full backup, remain available.
+
This is the minimum time backup data is kept for. The box makes an incremental backup most nights, which requires that previous backups back to the most recent full backup be preserved, so backup data is often kept much longer than this setting. Full backups are made periodically when the incremental backup data size exceeds a limit.