Fix some pki/ to PKI/
This commit is contained in:
parent
2d377cb744
commit
c7335fdadb
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Reference in a new issue