Which folder to backup to restore all the data if something goes wrong?

Hi,

I’ve set up a daily backup with a CRON to be able to restore my website if I need it.

I just want to save my website data, not the Kirby files, so I backup these folders:

  • /…/www/content
  • /…/www/thumbs
  • /…/www/site/accounts

What do you think? Do I forget something?

Maybe avatars, you don’t need thumbs though, they are auto-created. I use a custom folder setup with user content that contains content, accounts and avatars.

1 Like

Thanks for your advices, I remove the Thumbs and add the Avatars in my backup.

“I use a custom folder setup with user content that contains content, accounts and avatars.”

Mhm! good idea … :slight_smile:

You move the folders in your file system and set up this change in the config file?

Yes, I do this in the file system and set it up in site.php

Is there a particular set up for multilingual website or the examples in site.php work for both mono and multilingual website?

That should actually work for both single and multi-language setups. If not, that would be a bug.