diff --git a/resources/views/settings/backups.blade.php b/resources/views/settings/backups.blade.php index 1af448e7cc..1a4c27489a 100644 --- a/resources/views/settings/backups.blade.php +++ b/resources/views/settings/backups.blade.php @@ -90,8 +90,20 @@
Backup files on the server are stored in: {{ $path }}
{{ trans_choice('general.filetypes_accepted_help', 3, ['size' => Helper::file_upload_max_size_readable(), 'types' => '.zip']) }}
+{{ trans_choice('general.filetypes_accepted_help', 1, ['size' => Helper::file_upload_max_size_readable(), 'types' => '.zip']) }}
{!! $errors->first('image', ' ') !!}You can use the restore () button to restore from a previous backup, however there are a few things you should know:
+
+ Use the restore () button to
+ restore from a previous backup. (This does not currently with with S3 file storage.)
Your entire {{ config('app.name') }} database and any uploaded files will be completely replaced by what's in the backup file.
+
+ You will be logged out after your restore is complete. +
++ Very large backups may time out on the restore attempt and may still need to be run via command line. +
-Backup files are located in: {{ $path }}