5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
##!/bin/sh
|
|
#chm="/var/www/html/glpi/files/_dumps"
|
|
# Dump base GLPI
|
|
#mysqldump -uroot -proot glpi |gzip > $chm/$(date +%Y-%m-%d).sql.gz
|