Correction : {host,local,remote}/ : duplicity + MySQL.
[lhc/ateliers.git] / etc / sudoers.d / mysql-backup
1 # NOTE: permet à backup de rentrer dans les fichiers des bases de données
2 # afin de faire un mysqlhotcopy(1).
3 backup ALL=(root) NOPASSWD: /usr/bin/find \
4 /home/mysql/data -mindepth 1 -maxdepth 1 -type d -exec \
5 install -d -m 750 -o mysql -g backup {} +