Note: You are currently viewing documentation for Moodle 3.11. Up-to-date documentation for the latest stable version of Moodle may be available here: Automated course backup.

Talk:Automated course backup: Difference between revisions

From MoodleDocs
 
 
Line 17: Line 17:
How many .mbz file will actually be retained after the number of days specified in backup_auto_max_kept days (10 in my example above)?
How many .mbz file will actually be retained after the number of days specified in backup_auto_max_kept days (10 in my example above)?
Will the number of .mbz files specified in backup_auto_min_kept be retained forever? Does that mean that Moodle will always keep the number of backups specified in backup_auto_min_kept in the backup destination?
Will the number of .mbz files specified in backup_auto_min_kept be retained forever? Does that mean that Moodle will always keep the number of backups specified in backup_auto_min_kept in the backup destination?
--[[User:Luis de Vasconcelos|Luis de Vasconcelos]] ([[User talk:Luis de Vasconcelos|talk]]) 12:34, 6 October 2023 (UTC)
 
If you set "Delete backups older than" to NEVER, how does it affect the "Maximum number of backups kept" and "Minimum number of backups kept" settings?
 
--[[User:Luis de Vasconcelos|Luis de Vasconcelos]] ([[User talk:Luis de Vasconcelos|talk]]) 12:32, 6 October 2023 (UTC)

Latest revision as of 12:43, 6 October 2023

Explain backup file retention settings

The following automated backup settings are rather confusing:

  • Maximum number of backups kept backup | backup_auto_max_kept
  • Delete backups older than backup | backup_auto_delete_days
  • Minimum number of backups kept backup | backup_auto_min_kept

Please explain what each of these settings do - and, more importantly, how they should be used together. Give practical examples of what will happen when you use different combinations of these settings.

For example, what happens if you specify these settings?

  • backup_auto_max_kept = 10
  • backup_auto_delete_days = 2
  • backup_auto_min_kept = 1


How many .mbz file will actually be retained after the number of days specified in backup_auto_max_kept days (10 in my example above)? Will the number of .mbz files specified in backup_auto_min_kept be retained forever? Does that mean that Moodle will always keep the number of backups specified in backup_auto_min_kept in the backup destination?

If you set "Delete backups older than" to NEVER, how does it affect the "Maximum number of backups kept" and "Minimum number of backups kept" settings?

--Luis de Vasconcelos (talk) 12:32, 6 October 2023 (UTC)