Files
2026-09-02 20:03:41 +02:00

6 lines
158 B
Bash
Executable File

#!/bin/bash
NOW="$(date '+%Y-%m-%d %H:%M:%S')"
pg_dump postgres://postgres:postgres@localhost:5432/oxicloud -F c --disable-triggers > "backup.${NOW}.dump"