Remove misc directory
This commit is contained in:
parent
a67912e89e
commit
8cab91f51a
15 changed files with 36 additions and 41 deletions
|
|
@ -20,7 +20,8 @@ then
|
|||
|
||||
mysqldump -u backup --password="$BCKP_PASS" fic > "$TO_BCKP"/db/`date +%Y%m%d-%H%M`.sql
|
||||
|
||||
rsync -avL misc "$TO_BCKP"
|
||||
rsync -avL shared "$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