Galera Cluster mariaDB

Hi,

What are the best practices for backing one cluster database galera (three nodes available )) :

Here few solutions :

log-bin on each database server in configuration file
mysqldump on one server
mariabackup full+incremental
One server with the parameter = log-slave-updates for making a master slave.

thanks !