Transfer Data With Docker

Hello. I am using Baserow to catalog my books. I am using it with the docker image 1.2.33 on my laptop. I want to transfer the entire data to my RasberryPi. How do I do about doing that? I’ve read several articles but couldn’t quite get it.

Hi @Kimmy, it is possible to make a full backup of your Baserow Docker instance, and restore that somewhere else. The documentation can be found here: Install with Docker // Baserow and here Install with Docker // Baserow. I hope that helps.

I am having trouble understanding the below:

docker run --rm -v baserow_data:/baserow/data -v $PWD:/backup ubuntu tar cvf /backup/backup.tar /baserow/data

This is a command that you can run to make the database and file export, and copy it to your local computer.