Download a backup

You can download any backup of your website to keep a local copy. There are two backup types:

  • Remote backup files contain the database for your website and a .txt file with a link to download all the WordPress files.
  • Local backups contain all files (database and WordPress files).

Before you can download your desired backup, you must generate a download link for that backup. To do that, navigate to the Backup list and click on the website you want to download a backup for.

Selecting a website in the Templ Panel backup list

Next to the backup, click the button Generate link to generate the download link. The timestamp of each backup is in your local time zone.

Generate link button next to a backup in the Templ Panel

Click on the Download link to start the download.

Extract the backup

Once you have downloaded the backup, extract the file and open the folder. Inside you will find the database for your website and another folder named wordpress.

Extracted backup folder showing the database and wordpress folder

If you downloaded a remote backup, the wordpress folder contains a TEMPLIO_README.txt file with a link used to download all the WordPress files.

TEMPLIO_README.txt file containing the WordPress files download link

Use the first link: it's a curl command you run in a terminal.

Run the curl command in a terminal

On Mac, paste the curl command in the Terminal app and press enter:

Pasting the curl download link in the Terminal app on Mac

On Windows 10 and later, curl is built in as well - paste the same command in Command Prompt or PowerShell.

When the download finishes, extract the downloaded file called archive.tar to access your WordPress files.