Fix some pki/ to PKI/

This commit is contained in:
nemunaire 2015-01-16 22:58:56 +01:00 committed by Nemunaire
commit c7335fdadb
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ then
mysqldump -u backup --password="$BCKP_PASS" fic > "$TO_BCKP"/db/`date +%Y%m%d-%H%M`.sql
rsync -avL shared "$TO_BCKP"
rsync -avL pki "$TO_BCKP"
rsync -avL PKI "$TO_BCKP"
rsync -avL .git "$TO_BCKP"
rsync -avL logs "$TO_BCKP"
rsync -avL /var/log "$TO_BCKP"