mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-25 20:40:36 +03:00
F: Create intermediate directories for backup
This commit is contained in:
parent
ea6750d521
commit
0950270775
|
@ -13,7 +13,7 @@ DESTINATION="${BACKUP_LOCATION}/${DATE_FORMATTED}"
|
|||
|
||||
ensure_location() {
|
||||
rm -rf $DESTINATION
|
||||
mkdir $DESTINATION
|
||||
mkdir -p $DESTINATION
|
||||
}
|
||||
|
||||
dump_postgre() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user