chore: sync homelab ops, identity, and monitoring docs
This commit is contained in:
@@ -71,3 +71,8 @@ ssh_args() {
|
||||
ssh_cmd() {
|
||||
printf 'ssh %s' "$(ssh_args)"
|
||||
}
|
||||
|
||||
latest_dump_for_db() {
|
||||
local db="$1"
|
||||
find "$PD_DB_DUMP_ROOT" -maxdepth 1 -type f -name "${db}_*.sql.gz" | sort | tail -n 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user