{{ block('title') }}
Backups
{{ ta('use_this_page_to_generate_and_download_both_database_and_site_code_backups', 'Use this page to generate and download both database and site code backups. It is recommended you do this before any changes or upgrades to your site. It is not possible to backup any user uploaded files (within /files/), this would be better managed directly on the server using rsync or similar.') }}
{{ ta('note_all_code_backups_exclude_the_files_cache_and_logs_folders', 'Note: All code backups exclude the /files/, /cache/ and /logs/ folders. Database backups will exclude the contents of any \'disposable\' tables such as \'sessions\'.') }}
{% if backupFiles|length == 0 %} - {{ ta('could_not_find_any_backups_in_the_backups_folder', 'Could not find any backups in the backups folder') }} - {{ backupPath }} {% else %}
| {{ ta('backup_name', 'Backup Name') }} | {{ ta('type', 'Type') }} | {{ ta('size', 'Size') }} | {{ ta('created', 'Created') }} | {{ ta('options', 'Options') }} | |
|---|---|---|---|---|---|
| {{ backupFile['filename'] }} | {{ ta('type_'~type|lower, type) }} | {{ backupFile['filesize'] }} | {{ backupFile['created'] }} |
{{ ta('backup_storage_path', 'Backup Storage Path') }}: {{ backupPath }}
{% endif %}