We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0b8ef commit 9f8734cCopy full SHA for 9f8734c
config/backup.php
@@ -170,12 +170,12 @@
170
*/
171
'encryption' => 'default',
172
173
- /**
+ /*
174
* The number of attempts, in case the backup command encounters an exception
175
176
'tries' => 1,
177
178
179
* The number of seconds to wait before attempting a new backup if the previous try failed
180
* Set to `0` for none
181
@@ -323,12 +323,12 @@
323
'delete_oldest_backups_when_using_more_megabytes_than' => 5000,
324
],
325
326
327
* The number of attempts, in case the cleanup command encounters an exception
328
329
330
331
332
* The number of seconds to wait before attempting a new cleanup if the previous try failed
333
334
0 commit comments