Remove legacy backup configuration

This commit is contained in:
Chris Thompson 2022-12-16 15:49:42 -05:00
parent c1e90a16c6
commit 5597b60ac5
1 changed files with 0 additions and 12 deletions

12
abra.sh
View File

@ -1,13 +1 @@
export ENTRYPOINT_CONF_VERSION=v6
abra_backup_app() {
_abra_backup_dir "app:/home/hackmd/app/public/uploads/"
}
abra_backup_db() {
_abra_backup_postgres "db" "codimd" "codimd" "db_password"
}
abra_backup() {
abra_backup_app && abra_backup_db
}